Hi Chuck,
Thanks for your reply.
Can you please help me with the following question I posted earlier.
Hi,
I recently downloaded and installed Tomcat 5.5.12. I read the
documentation on class loading. However, my webapp does not work on Tomcat
5.5.12
when I put my servlet classes in common\classes.
My webapp consists of .properties files, .class files ( servlets) and jsp's.
In the last version of Tomcat 3.0X that I used, the class files would go
into webapps\ROOT\WEB-INF\classes.
The properties files would be in ROOT\WEB-INF and all the jsp files in
webapps\ROOT.
My servlet class files would contain the path to the properties files in
ROOT\WEB-INF.
Everything worked just fine.
Now it's totally confusing. I have recompiled my servlets to reflect the new
path for the properties files in webapps\ROOT\WEB-INF of the Tomcat 5.5.12
installation. But nothing works. The error I get is that the servlet resources
are not available.
I am a student and this is my former homework project.
Any help would be highly appreciated.
Regards,
Jimmy Wadia
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: tomcat and javac (UNCLASSIFIED)
>
> Can you let me know which dir in Tomcat 5.5.12 has the
> java compiler?
There are three jasper-*.jar files in common/lib. The actual Java
compiler appears to be in jasper-compiler-jdt.jar; I have not attempted
to use it outside of Tomcat in any way.
- Chuck