Re: JSP compile error - required library in tomcat/shared/lib

2007-08-16 Thread Rainer Frey
Hi David, thanks for your answer. What I forgot to say is that I use Tomcat 5.0.28. I'll comment inline to your options. On Thursday 16 August 2007 10:41:30 David Delbecq wrote: > As you guessed would be intuitive, yes, the JSP compiler include > classes in shared/lib (and also classes in webapp

Re: JSP compile error - required library in tomcat/shared/lib

2007-08-16 Thread David Delbecq
As you guessed would be intuitive, yes, the JSP compiler include classes in shared/lib (and also classes in webapp itself). The shared/lib is the same as if you copy it's content to the WEB-INF/lib folder. As your compiler does not include the shared/lib in it's classpath, there can be various reas

JSP compile error - required library in tomcat/shared/lib

2007-08-16 Thread Rainer Frey
Hi all, after moving a jar file from tomcat/common/lib to tomcat/shared/lib, JSPs that use that library don't compile anymore, it says package does not exist. It is a library from my company, used by all webapps in the server installation. It used to be in tomcat/common/lib as it was used by a to