So if you put the compiled JSP pages in your WAR's WEB-INF/classes
then Tomcat will use those instead of compiling the JSP pages?

-----Original Message-----
From: Scott M Stark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 1:23 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Jetty vs Tomcat


Then do the precompile as part of your build, or load each jsp page on startup. 
Attached is a simply ant script to precompile the jsp pages in the 
jmx-console.war of a JBoss/Tomcat dist.

-- 
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

Rod Macpherson wrote:

> I agree this needs clarification and we do not have any
> container-specific features so it boils down to which one JBoss
> determines is the least problematic in general or the most beneficial in
> general. Speaking of web containers and features that are remarkable in
> their absense, when deploying large webapps it can be a real burden not
> being able to precompile all of the JSP pages. I have brought this up
> several times and bascially got a shoulder shrug. The reason that
> surprises me is that the time to compile each page during a regression
> test has a material impact on the build/test/deploy cycle. This really
> takes up a lot of valuable QA time because you have to go through and
> hit each page individually rather than having them automatically
> compiled as part of the build and deploy process. Anybody else vote for
> this? 
> 
> Rod


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to