Yes, I know this page, but it is not understoodable from what is described how it should be done. They write there "All such classes are visible to both Tomcat internal classes, and to web applications". What I understand is that I need to add classes to the system class loaded. Where do I do that? where do I add them? But how come it worked fine in v6.0.14 and not in v6.0.18? What was changed?
Konstantin Kolinko wrote: > > 2009/1/19 matyg <ma...@expand.com>: >> >> set >> CLASSPATH=%CLASSPATH%;.;%CATALINA_HOME%\lib;%CATALINA_HOME%\lib\servlet-api.jar;%CATALINA_HOME%\lib\jsp-api.jar;%CATALINA_HOME%\lib\el-api.jar;%CATALINA_HOME%\webapps\webAppName;%CATALINA_HOME%\webapps\webAppName\WEB_INF\classes;%CATALINA_HOME%\webapps\webAppName\WEB_INF\lib;%CATALINA_HOME%\bin\bootstrap.jar;%CATALINA_HOME%\bin\commons-daemon.jar; >> > > Do not mess with the CLASSPATH variable. That is not supported and you > are severely breaking the classloader hierarchy. Thus are your > problems. > > See > http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html > > Best regards, > Konstantin Kolinko > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Upgrading-Tomcat-from-6.0.14-to-6.0.18---classpath-issue-tp21541405p21543150.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org