Re: Setting unloadDelay within embedded Tomcat

2013-12-10 Thread java developer
"unloadDelay" property is specific to a web application deployed on the the tomcat. A web application is represented by Context type. What you can do is get a reference to the concerned webapp deployed on tomcat and then set the property. You can do something like below Container ctx = tomcat.getH

Re: Configure Tomcat Logging Programmatically

2013-12-10 Thread java developer
Hi, Calling tomcat.setSilent(false) might help. Just try this and see if this helps. Below is small funcation from Tomcat class. /** * Controls if the loggers will be silenced or not. * @param silenttrue sets the log level to WARN for the * loggers that log

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