You need to pay attention to the security notices:

http://jakarta.apache.org/site/news.html#0924.1

The invoker servlet has been disabled by default to close a security hole. Basically, the source of your JSP page could be revealed via a "specially crafted URL".

If you *really* need to enable the servlet invoker, go into $CATALINA_HOME/conf/web.xml and uncomment the servlet-mapping for the "invoker" servlet. Then restart Tomcat. However, you should be providing servlet mappings for servlet you want to run. Look into an MVC framework like Struts or Barracuda to see how you can map a single servlet which then invokes all your other servlets.

Jake

At 03:10 PM 10/20/2002 +0200, you wrote:

 Hi, i'm using tomcat 4.1.12 and mod_jk
For some strange reason all servlets stoped working and return messages
like:
 description The requested resource
 (/catalina/examples/servlet/RequestInfoExample) is not available
when called. But the jsp pages work fine(within the same contexts in
which servlets don't work).
 I have NOT changed the mod_jk and the xml files. Also i do not find any
error messages in the logs.
 Does anyone have an idea what could go wrong?
 Thanks.


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to