You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nick Wiedenbrück <ma...@googlemail.com> on 2011/01/27 11:27:11 UTC

tomcat-juli.jar not on classpath of bootstrap.jar MANIFEST.MF anymore in Tomcat 7

Trying to start Tomcat 7 with "java -jar bootstrap.jar" doesn't work
anymore, because tomcat-juli.jar is not on classpath (it was on Tomcat 6).
Looks like the Class-Path in MANIFEST.MF does not contain it anymore. Is
there a reason for this?

It's still possible to start Tomcat by calling
java -classpath "tomcat-juli.jar;bootstrap.jar"
org.apache.catalina.startup.Bootstrap
but that's not quite as concise.

Re: tomcat-juli.jar not on classpath of bootstrap.jar MANIFEST.MF anymore in Tomcat 7

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/1/27 Nick Wiedenbrück <ma...@googlemail.com>:
> Trying to start Tomcat 7 with "java -jar bootstrap.jar" doesn't work
> anymore, because tomcat-juli.jar is not on classpath (it was on Tomcat 6).
> Looks like the Class-Path in MANIFEST.MF does not contain it anymore. Is
> there a reason for this?

There is. Search dev@

FIXME: It might worth to mention it on http://tomcat.apache.org/migration.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org