Re: Precompiling JSPs while deploying the application in Tomcat

2013-12-10 Thread java developer
Thismight help you. On Tue, Dec 10, 2013 at 3:28 PM, Tapajyoti Roybarman < tapajyoti.roybar...@tcs.com> wrote: > Hi Team, > > Is there any Tomcat setting through which all the JSPs available in my > package will

Precompiling JSPs while deploying the application in Tomcat

2013-12-10 Thread Tapajyoti Roybarman
Hi Team, Is there any Tomcat setting through which all the JSPs available in my package will get compiled while I deploy the application. Normally a JSP gets compiled while it is being requested and gets collected inside Work folder. I want that all the JSPs in my package should get compiled wh