RE: JspC precompilation dilemma

2006-10-12 Thread Karen Koch
that all of the .JSP .java files are up to date and merely generates and merges the servlet mappings into web.xml. -Original Message- From: Karen Koch [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 5:11 PM To: users@tomcat.apache.org Subject: JspC precompilation dilemma I am

JspC precompilation dilemma

2006-10-11 Thread Karen Koch
I am using JspC to precompile a large number of JSPs (1000ish). I want to take advantage of the servlet-mapping generation/merge into web.xml that is available using the taskdef classname=org.apache.jasper.JspC name=jasper2 syntax; however, I have been unsuccessful in my efforts to fork a new JVM