From dev-return-15755-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Feb 07 21:00:36 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 29125 invoked from network); 7 Feb 2007 21:00:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 21:00:35 -0000 Received: (qmail 45334 invoked by uid 500); 7 Feb 2007 21:00:42 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 45301 invoked by uid 500); 7 Feb 2007 21:00:42 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 45290 invoked by uid 99); 7 Feb 2007 21:00:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 13:00:42 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 13:00:34 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 899007142BF for ; Wed, 7 Feb 2007 13:00:11 -0800 (PST) Message-ID: <13439867.1170882011559.JavaMail.jira@brutus> Date: Wed, 7 Feb 2007 13:00:11 -0800 (PST) From: =?utf-8?Q?J=C3=BCrgen_Weber_=28JIRA=29?= To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-845) User Guide should describe server startup as non-root and non-windows-service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org User Guide should describe server startup as non-root and non-windows-servi= ce ---------------------------------------------------------------------------= -- Key: DIRSERVER-845 URL: https://issues.apache.org/jira/browse/DIRSERVER-845 Project: Directory ApacheDS Issue Type: Improvement Components: core Affects Versions: 1.0 Environment: Unix, Win32 Reporter: J=C3=BCrgen 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=3D for /f "tokens=3D*" %%i in ('dir /b lib\*.jar') DO call :addcp lib\%%i for /f "tokens=3D*" %%i in ('dir /b bin\*.jar') DO call :addcp bin\%%i goto :donecp :addcp=20 SET CP=3D%CP%;%1% goto :eof :donecp echo cp=3D%CP% java -Dlog4j.configuration=3Dconf/log4j.properties -classpath %CP% org.apa= che.directory.server.UberjarMain conf/server.xml --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.