Two Laptop Bag
The moose likes JBoss and the fly likes Preloading JSP's Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Preloading JSP Watch "Preloading JSP New topic
Author

Preloading JSP's

Craig Stephen
Greenhorn

Joined: Oct 20, 2003
Posts: 3
Is there a way to globally preload jsp's in Jboss/Tomcat? I can't use xdoclet/jspc because the JSP's have custom tag's which require the JSP container to be running. Otherwise jspc craps out on the custom tags. I see that I can specify in the application web.xml to load servlet/jsp's on startup, but what I'd really like to able to do is specify that ALL JSP/Servlet be loaded at startup time.

Any suggestions?

TIA.


Eagles may soar, but weasels don't get sucked into jet engines.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Preloading JSP's
 
Similar Threads
Where do I find JspC
precompiled jsps on JBOSS server.
compiling jsp
jspc is unable to generate web.xml
How to compile JSP?