Re: Problem executing Servlets with Tomcat 4.1.24

2003-06-09 Thread John Turner
: "Reynir Hübner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, June 07, 2003 4:12 AM Subject: RE: Problem executing Servlets with Tomcat 4.1.24 I am guessing that you do not have a mapping on the invoker servlet in web.xml Open the /tomca

Re: Problem executing Servlets with Tomcat 4.1.24

2003-06-09 Thread John Turner
http://tomcatfaq.sourceforge.net/miscellaneous.html You must explicitly declare and map every servlet in web.xml, or use the Invoker servlet. The invoker servlet is disabled everywhere but the examples web application for security reasons and is not recommended for production. And no, you nee

Re: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread David Erickson
avid Erickson [mailto:[EMAIL PROTECTED] > Sent: 7. júní 2003 05:42 > To: [EMAIL PROTECTED] > Subject: Problem executing Servlets with Tomcat 4.1.24 > > > Hi I'm new to the whole java scene but I'm trying to get some > example and test servlets running and having all

RE: Problem executing Servlets with Tomcat 4.1.24

2003-06-07 Thread Reynir Hübner
: 7. júní 2003 05:42 > To: [EMAIL PROTECTED] > Subject: Problem executing Servlets with Tomcat 4.1.24 > > > Hi I'm new to the whole java scene but I'm trying to get some > example and test servlets running and having all kinds of > problems. I have

Problem executing Servlets with Tomcat 4.1.24

2003-06-06 Thread David Erickson
Hi I'm new to the whole java scene but I'm trying to get some example and test servlets running and having all kinds of problems. I have a working tiny servlet thats compiled as ExampleServlet.class. However the only place I can get tomcat to execute it is when i put it in the (tomcat home dir)\w