Re: Tiomcat 4.1.24 HTTP Status 404 - The requested resource (servlet) is not available

2003-07-07 Thread bernd pier
hi, could it be, that the folder coffemy is not integrate into the server.xml. cause when tomcat couldn`t find all the servlets that are in this folder, this could be the reason. hope that will help you a little bernd At 20:10 02.07.2003 +0100, you wrote: I have Tomcat 4.02 working using se

Re: Tiomcat 4.1.24 HTTP Status 404 - The requested resource (servlet)is not available

2003-07-02 Thread Eric J. Pinnell
Hi, Around Tomcat 4.1.12 the servlet invoker was disabled by default expect for the examples. In previous versions in was enabled. You need to enable it for your application. -e On Wed, 2 Jul 2003, John Bell wrote: > I have Tomcat 4.02 working using servlets and JSP and have now installed > T

Re: Tiomcat 4.1.24 HTTP Status 404 - The requested resource (servlet) is not available

2003-07-02 Thread John Turner
FAQ http://jakarta.apache.org/tomcat/faq/misc.html#invoker John On Wed, 2 Jul 2003 20:10:06 +0100, John Bell <[EMAIL PROTECTED]> wrote: I have Tomcat 4.02 working using servlets and JSP and have now installed Tomcat 4.1.24 as a service. When I run the web site all is fine until a servlet is cal

Tiomcat 4.1.24 HTTP Status 404 - The requested resource (servlet) is not available

2003-07-02 Thread John Bell
I have Tomcat 4.02 working using servlets and JSP and have now installed Tomcat 4.1.24 as a service. When I run the web site all is fine until a servlet is called and I get The requested resource (/coffeemy/servlet/ControlServlet) is not available this happens with all the servlets I use. Any s