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

[jira] Updated: (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:all-tabpanel ]

Stefan Zoerner updated DIRSERVER-845:
-------------------------------------

    Component/s: doc

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