Re: JSP Pre-compile and Deployment

2003-07-16 Thread Lukas Bradley
> You place the class files in /WEB-INF/classes, then hand-code servlet mappings in web.xml pointing from each xxx.jsp name to the corresponding class. This seems pretty convoluted. How does Tomcat handle the mappings? Is there not an automatic way to do this? Lukas

RE: JSP Pre-compile and Deployment

2003-07-12 Thread Craig Berry
You place the class files in /WEB-INF/classes, then hand-code servlet mappings in web.xml pointing from each xxx.jsp name to the corresponding class. -Original Message- From: Lukas Bradley [mailto:[EMAIL PROTECTED] Sent: Sat 7/12/2003 10:58 AM To: [EMAIL