You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Christine Koppelt (JIRA)" <ji...@apache.org> on 2007/06/08 01:07:26 UTC

[jira] Commented: (DIRSERVER-845) User Guide should describe server startup as non-root and non-windows-service

    [ https://issues.apache.org/jira/browse/DIRSERVER-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502567 ] 

Christine Koppelt commented on DIRSERVER-845:
---------------------------------------------

A description how the server could be started as non-root user on Linux and non-windows-service on Windows when builded from trunk can be found here:
http://directory.apache.org/apacheds/1.5/building-trunks.html#Buildingtrunks-Startingtheserverwithoutinstallation

> 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.