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 do? Is it a directive? Or a call to some function?
Regards
Mansukhdeep
-Original Message-
From: Dale Ogil
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 tip
"Andreas Pålsson" 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.
>It is an un
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 JAVA_HOME="/usr/java/jdk