RE: Tomcat 6 jsp compilation

2007-06-12 Thread Lakshmi Venkataraman
-Original Message- From: Manca Davide [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 8:37 AM To: Tomcat Users List Subject: Tomcat 6 jsp compilation Hello, how can I say to Tomcat 6 to NOT compile jsp into .class files? This because we have more machines with a Tomcat 6 each one and

Tomcat 6 jsp compilation

2007-06-12 Thread Manca Davide
Hello, how can I say to Tomcat 6 to NOT compile jsp into .class files? This because we have more machines with a Tomcat 6 each one and they should read a read-only nfs file system in which we have precompiled .class files. Thank you. -