Re: Issue with sudo + init script

2012-08-02 Thread André Warnier
Stefan Mayr wrote: Am 01.08.2012 19:10, schrieb Shaw, Ray V CTR (US): I'm starting up Tomcat 7.0 on RHEL6 with the following init script: #!/bin/bash # # chkconfig: 235 80 20 # description: Takes care of starting and stopping Tomcat. CATALINA_HOME=/opt/tomcat7 export

Re: Large webapps in 7.0.29 and Annotation Scanning not respecting metadata-complete

2012-08-02 Thread Mark Thomas
Andreas Pålsson wpt2...@hotmail.com wrote: I have been thinking about this issue all day, and I think the specification needs more work on this area. There is certainly no need for a container to wade through hundreds maybe even thousands of classes in search of something that does not exist.

ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-02 Thread Dale Ogilvie
Hi, I'm seeing this problem below appearing now with one of our web-apps, google has not helped me so far... There have been no changes with the web app in question, which was working, so I'm picking something is going on with either the tomcat or OS (virtualized) environment, but what? Any

RE: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-02 Thread THIND Mansukhdeep
May be this particular line in JSP is attempting to perform an action which the container is unable to process as a Servlet class. Just cross check the JSP code once. What does the c:out value=${fn:length(promoCodeSpecCommand.user)} / do? Is it a directive? Or a call to some function? Regards