Author: markt Date: Tue Jan 4 16:56:58 2011 New Revision: 1055101 URL: http://svn.apache.org/viewvc?rev=1055101&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50488 Update classpath required when using jsvc and add a note regarding server VMs.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/setup.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1055101&r1=1055100&r2=1055101&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Jan 4 16:56:58 2011 @@ -234,6 +234,10 @@ <update> Improve documentation of database connection factory. (rjung) </update> + <fix> + <bug>50488</bug>: Update classpath required when using jsvc and add a + note regarding server VMs. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/trunk/webapps/docs/setup.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=1055101&r1=1055100&r2=1055101&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/setup.xml (original) +++ tomcat/trunk/webapps/docs/setup.xml Tue Jan 4 16:56:58 2011 @@ -119,11 +119,15 @@ <source> cd $CATALINA_HOME - ./bin/jsvc -cp ./bin/bootstrap.jar \ + ./bin/jsvc -cp ./bin/bootstrap.jar:./bin/tomcat-juli.jar \ -outfile ./logs/catalina.out -errfile ./logs/catalina.err \ org.apache.catalina.startup.Bootstrap </source> + <p>You may also need to specify <code>-jvm server</code> if you JVM defaults + to using a server VM rather than a client VM. This has been observed on + OSX.</p> + <p>jsvc has other useful parameters, such as <code>-user</code> which causes it to switch to another user after the daemon initialization is complete. This allows, for example, running Tomcat as a non privileged --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org