Re: [JBoss-user] Pre compiling JSP Pages

2003-01-12 Thread Phuwarin . Supawarapong
Thank you very much. phuwarin --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Chris Bonham
In Ant 1.5 there is an optional task JspC that uses the same Apache Jasper class. This is how we use it with Tomcat 4.0.6: And then we make sure they compile, etc. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTE

Re: [JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Neal Sanche
> I am using jboss with tomcat. I want to precompiled my JSP pages, how > will I do that. The Jetty FAQ indeed has a very good description of how this is done. I was able to follow those directions and get my JSPs precompiled for use under JBoss using ANT to do the dirty work.

Re: [JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Jules Gosnell
Sundaram Ramasamy wrote: Hi, I am using jboss with tomcat. I want to precompiled my JSP pages, how will I do that. thanks in advance. -SR search this list and the web forum for the words Jetty and FAQ - follow the link. Jules

[JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Sundaram Ramasamy
Hi,   I am using jboss with tomcat. I want to precompiled my JSP pages, how will I do that.   thanks in advance. -SR