RE: Upgrading Tomcat from 6.0.14 to 6.0.18 - classpath issue

2009-01-20 Thread matyg
1) Running with -verbose:class, this is what I get (C:/Work/ExpandView/apache-tomcat-6.0.18 is the tomcat home): Loaded javax.servlet.http.HttpServlet from file:/C:/Work/ExpandView/apache-tomcat-6.0.18/lib/servlet-api.jar 2) This is the content of MyWebApp.xml: WEB-INF/web.xml 3) My web

Re: Upgrading Tomcat from 6.0.14 to 6.0.18 - classpath issue

2009-01-19 Thread matyg
App.xml Thanks, M. Pid-2 wrote: > > matyg wrote: >> 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 a

Re: Upgrading Tomcat from 6.0.14 to 6.0.18 - classpath issue

2009-01-19 Thread matyg
re 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 : >> >> set >> CLASSPATH=%CLASSPATH%;.;%CATALINA_HOME%\lib;%CATALINA_HOME%\lib\servlet-api.jar;%CATALINA_HOME%\lib\

Upgrading Tomcat from 6.0.14 to 6.0.18 - classpath issue

2009-01-19 Thread matyg
I upgraded Tomcat 6.0.14 to 6.0.18. Using Beyond Compare, I have not seen any major differences between 6.0.14 deployment (that includes also my proprietry webapp) and 6.0.18 deployment, and everything work fine in v6.0.14 but I have problems in v6.018... The problem is with the login process m