document wrapper.conf java path for windows

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1410263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-16 09:18:01 +00:00
parent 777c202f35
commit 600b33259a
1 changed files with 7 additions and 0 deletions

View 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:
----