aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Precompile JSPs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Precompile JSPs" Watch "Precompile JSPs" New topic
Author

Precompile JSPs

Anjali S Sharma
Ranch Hand

Joined: Jun 29, 2005
Posts: 279
Can someone please tell me how can JSPs be precompiled. My JSPs are deployed in Tomcat server.
This is what I have but it is not working


[ April 03, 2008: Message edited by: Anjali S Sharma ]
ram
Greenhorn

Joined: Mar 06, 2008
Posts: 6
Check the process in http://ant.apache.org/manual/OptionalTasks/jspc.html
first you need to covert to java then compile to class.
best way to start is referring Apache Ant
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Precompile JSPs
 
Similar Threads
include directive
Pre Compiling jsp
Precompiling JSP's in Tomcat
ant tomcat dist -wrong file structure specified
unable to create War using Ant