Bug 50488

Summary: classpath for jsvc in web page
Product: Tomcat 7 Reporter: Edoardo Panfili <edoardo>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0.5   
Target Milestone: ---   
Hardware: Macintosh   
OS: All   

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.