EL 3.0 Constructor Reference

2013-08-14 Thread Daniel Mikusa
In the EL 3.0 Spec, section 1.22.3 Constructor Reference states A class name reference, followed by arguments in parenthesis, such as Boolean(true) denotes the invocation of the constructor of the class with the supplied arguments. This leads me to believe that the following test should work:

Tomcat 7.0.42 Won't Start

2013-08-14 Thread Singh, Ragini
Hello, I am trying to install and run my application Tomcat 7.0.42 on RHEL 5. Installation was correct and I was able to start Tomcat. Now when I place my application in the webapps folder and add the following to server.xml, my Tomcat doesn't start. Context path=/saebpi/SASECURITYFORM

Re: Tomcat 7.0.42 Won't Start

2013-08-14 Thread Ognjen Blagojevic
Ragini, On 14.8.2013 22:53, Singh, Ragini wrote: Now when I place my application in the webapps folder and add the following to server.xml, my Tomcat doesn’t start. Adding context configuration into server.xml is discouraged. For alternative ways to configure context, please read:

Tomcat Monitoring - Thread usage - currentThreadCount or currentThreadBusy

2013-08-14 Thread Vikram Jain
Hi Team, I'm Vikram Jain. My first query to Tomcat user group, looking forward to hear from you. :) I am working on Tomcat monitoring solution for a project and when it comes to monitoring 'Thread usage', I am wondering whether I should be comparing 'currentThreadCount' or 'currentThreadBusy'