Bug 50488 - classpath for jsvc in web page
Summary: classpath for jsvc in web page
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.0.5
Hardware: Macintosh All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 12:46 UTC by Edoardo Panfili
Modified: 2011-01-04 11:57 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edoardo Panfili 2010-12-16 12:46:51 UTC
in the page http://tomcat.apache.org/tomcat-7.0-doc/setup.html in section "Unix daemon"

the argument "-cp ./bin/bootstrap.jar" must be replaced with "-cp ./bin/bootstrap.jar:./bin/tomcat-juli.jar" 

Using only "-cp ./bin/bootstrap.jar" tomcat can't start due to a class not found exception "java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory"
Comment 1 Edoardo Panfili 2010-12-16 13:05:46 UTC
under Mac OS X 10.6.5 64 bit also the parameter "-jvm server" is necessary
Comment 2 Mark Thomas 2011-01-04 11:57:14 UTC
Thanks for the report. Fixed in 7.0.x and will be included in 7.0.5 onwards.