I'd like to move all the classes into packages, but there's so many and I have limited time. Hopefully I'll get a zip of a working environment so I can see how they laid everything out.
I have tried simple JSPs and Servlets and have gotten them to work. Plus, all of the example JSP and Servlets that come with Tomcat work fine on both platforms. However, I did notice that on Tomcat 4.1.18 that making a simple HelloWorld servlet and popping that in ROOT/WEB-INF/classes did not work (couldn't find the file).
Thank you, Curt
On Jan 25, 2004, at 3:40 PM, John D. Hume wrote:
For the Tomcat 4.1.x issue, read here for a likely cause: http://jakarta.apache.org/tomcat/faq/classnotfound.html
If it's a Servlet 2.2/JSP 1.1 application, you may do best to keep it in Tomcat 3... and a 1.3.1 JRE unless you move the classes into packages.
For further debugging, try simple test JSPs (hello_world.jsp or something like that) to see if they work, and of course check the logs.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
