Hi,
I came across a weird problem with my webapp when using
Tomcat 4.0.4. The application runs fine with Tomcat 3.2 - I have all the class files in the WEB-INF/classes directory and jar files in WEB_INF/lib directory. However when the
jsp page is launched it uses a bean class in the classes directory to verify the login. It fails since Tomcat throws classnotfoundException since it cannot find the jars from the lib directory. Has anyone come across this issue? Any pointers?
Thanks in advance,
Hema