RE: Tomcat JSP Pre-compile using Maven

2005-08-16 Thread Farmer, Todd
isn't necessary now, considering the Tomcat plug-in you graciously pointed me towards. Again, many thanks. Todd Farmer -Original Message- From: mattias_xdin [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 8:34 AM To: 'Maven Users List' Subject: SV: Tomcat JSP Pre-compile using

Tomcat JSP Pre-compile using Maven

2005-08-15 Thread Farmer, Todd
Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the web app uses Struts with Tiles. Can anybody point me towards documentation or tutorials on this task? Thanks! Todd Farmer

SV: Tomcat JSP Pre-compile using Maven

2005-08-15 Thread mattias_xdin
Try the tomcat plugin: http://maven.apache.org/reference/3rdparty.html If you want to do it you self in a custom made goal, look at the plugin.jelly script for the plugin. Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the

Re: Tomcat JSP Pre-compile using Maven

2005-08-15 Thread Adam Kramer
Farmer, Todd wrote: Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the web app uses Struts with Tiles. Can anybody point me towards documentation or tutorials on this task? RTFM bro! It's in the User's Guide on the