Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Setting classpath for JSP compiler in Tomcat 4


Message #1 by "Gary Momenee" <momenee@e...> on Wed, 1 Aug 2001 15:25:09
For Tomcat 3.2.1 running on Windows 2000 Professional I set classpath for servlet.jar and 
jasper.jar and the Tomcat examples ran fine.

In order to follow the examples in ProJSP I downloaded Tomcat 4 and find that the jar files 
are different.  How do I set the classpath for the jsp compiler in Tomcat 4?  Professional 
JSP's chapter on installing a servlet/JSP environment only mentions the need for having 
servlet.jar in the CLASSPATH environment, nothing about jasper.jar or whatever it's called in 
Tomcat 4.0

Here is what I tried:
 
.;C:\jakarta-tomcat-4.0-b6\common\lib\servlet.jar;C:\jakarta-tomcat-4.0-b6\jasper\jasper-com
piler.jar;C:\jakarta-tomcat-4.0-b6\lib\jasper-runtime.jar;C:\CatalinaDev;

Thank you for your help.

  Return to Index