[
https://issues.apache.org/jira/browse/DIRSERVER-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny updated DIRSERVER-845:
----------------------------------------
Christine, as the doco exists, can we close this issue ?
> User Guide should describe server startup as non-root and non-windows-service
> -----------------------------------------------------------------------------
>
> Key: DIRSERVER-845
> URL: https://issues.apache.org/jira/browse/DIRSERVER-845
> Project: Directory ApacheDS
> Issue Type: Improvement
> Components: core, doc
> Affects Versions: 1.0
> Environment: Unix, Win32
> Reporter: Jürgen Weber
> Priority: Minor
>
> User Guide should describe how to start the server as non-root user without
> init.d on Unix and non-windows-service on win32.
> For XP I suggest this script:
> SET CP=
> for /f "tokens=*" %%i in ('dir /b lib\*.jar') DO call :addcp lib\%%i
> for /f "tokens=*" %%i in ('dir /b bin\*.jar') DO call :addcp bin\%%i
> goto :donecp
> :addcp
> SET CP=%CP%;%1%
> goto :eof
> :donecp
> echo cp=%CP%
> java -Dlog4j.configuration=conf/log4j.properties -classpath %CP%
> org.apache.directory.server.UberjarMain conf/server.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.