Re: Precompiling JSPs with Tomcat 5.5.12

2006-03-01 Thread Alexander E Genaud
I am using Tomcat 5.0 and have added the JSPs to the WEB-INF/web.xml file as follows: MyJsp /MyWebApp/MyJsp.jsp 1 While I learned about this feature from BEA's website, it seems to pre-compile the JSP's in Tomcat as well. http://edocs.bea.com/wls/docs81/webapp/web_xml.html abo

Precompiling JSPs with Tomcat 5.5.12

2006-03-01 Thread SV Vahid
Hi, I am having trouble precompiling JSP files with Tomcat 5.5.12 whereas this went ok with Tomcat 4.1.31. If I remove the jasper jar files from the common/lib directory and replace them with the ones from the old Tomcat then it works, but that's not the best solution.. I think my Ant task n