Re: WEB-INF/web.xml problem

2003-04-03 Thread Bill Barker
I'm assuming that you haven't enabled the ApacheConfig Listener (or, you haven't restarted Apache after Tomcat was started). Assuming that you are using mod_jk1.x, you need to include the directive: JkMount /mycontext/Submit ajp13 somewhere in your httpd.conf file. Despite it's many draw-backs,

Re: WEB-INF/web.xml problem

2003-04-03 Thread Bryan Richardson
List <[EMAIL PROTECTED]> Subject: Re: WEB-INF/web.xml problem Date: Thu, 03 Apr 2003 09:05:23 +0200 In your url http://:8080/pnm/Submit should be some hint for apache telling that this is a Tomcat app i.e. http:///servlet/pnm/Submit. See exactly how is build URL to Tomcat examples. Bryan R

Re: WEB-INF/web.xml problem

2003-04-02 Thread Mariusz Wiktorczyk
In your url http://:8080/pnm/Submit should be some hint for apache telling that this is a Tomcat app i.e. http:///servlet/pnm/Submit. See exactly how is build URL to Tomcat examples. Bryan Richardson wrote: Here's the deal...I have a .class file that is in the webapps/pnm/WEB-INF/classes folder

WEB-INF/web.xml problem

2003-04-02 Thread Bryan Richardson
Here's the deal...I have a .class file that is in the webapps/pnm/WEB-INF/classes folder that I am trying to run. In web.xml I have the following: Submit A simple servlet ranade.SubmitServlet