RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Keith Wannamaker
No, for a Tomcat which has already been installed, you should use the JspC tomcat option to precompile JSPs. What I did is to create an Ant task with the same functionality as the already-present JspC option, for use in build environments. Keith | -Original Message- | From: Jason

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread GOMEZ Henri
No, for a Tomcat which has already been installed, you should use the JspC tomcat option to precompile JSPs. What I did is to create an Ant task with the same functionality as the already-present JspC option, for use in build environments. From my experience in production deployement having

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Jason Corley
the appropriate .class/.ver files). Jason -Original Message- From: Keith Wannamaker [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:36 AM To: Tomcat Developers List Subject: RE: ant tools for 3.3 and dtomcat3/rc script No, for a Tomcat which has already been installed, you should use

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Keith Wannamaker
- | From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] | Sent: Friday, May 17, 2002 9:47 AM | To: Tomcat Developers List | Subject: RE: ant tools for 3.3 and dtomcat3/rc script | | | No, for a Tomcat which has already been installed, | you should use the JspC tomcat option to precompile | JSPs. | | What I

RE: ant tools for 3.3 and dtomcat3/rc script

2002-05-17 Thread Keith Wannamaker
: RE: ant tools for 3.3 and dtomcat3/rc script | | | | Hmm, perhaps I'm a little confused (not that difficult to believe :-) | but I thought jspc didn't create files with the proper naming scheme | for tomcat. I thought the ant task was a wrapper around jspc that | solves that problem (along