Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-845

User Guide should describe server startup as non-root and non-windows-service

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0
    • None
    • core, doc
    • None
    • Unix, Win32

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            weberjn Jürgen Weber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: