Quite a few servlets run on our production Tomcat (Tomcat 5.0.25/JDK 1.4 on
Solaris 2.8).
It appears that one of the servlets runs in a tight/infinite loop (i.e. >
90% CPU) and
eventually brings down Tomcat. This problem occurs once every few days and
is probably
triggered by a user request. I
Hi,
Is there a way to forward a request to another URL by changing
Tomcat configuration file(s)? For example, the MyServlet.class
used to be in old.war and the user can execute the servlet by
http://host/old/servlet/MyServlet
Now, the MyServlet.class has been moved to new.war. Is there
a way to