]> source.dussan.org Git - archiva.git/commitdiff
document wrapper.conf java path for windows
authorOlivier Lamy <olamy@apache.org>
Fri, 16 Nov 2012 09:18:01 +0000 (09:18 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 16 Nov 2012 09:18:01 +0000 (09:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1410263 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/standalone.apt

index 533e9dec670fc7fc3394f5eb742761da583a4352..fc8d023ed48bfdef2c8154070e3398e9979e6450 100644 (file)
@@ -73,6 +73,13 @@ Installing Standalone Distribution of Apache Archiva
   This procedure installs the service to run as the local system user. You must ensure that it has access to read the installation, and to write
   to the logs and data directories.
 
+  Note on last Windows version, you need to configure correctly path to your java executable.
+  In wrapper.conf file:
+
+---
+wrapper.java.command=fullpath to your java executable
+---
+
   You can later remove the service with:
 
 ----