Re: servlet mapping request

2006-04-24 Thread Raymond P. Jones
etHandler/* ajp13 > > On our host's website. All I did was replace /servlet/ with my desired servlet mappings. Would this work? - Original Message ----- From: "Raymond P. Jones" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 18, 2006 7:0

Re: servlet mapping request

2006-04-20 Thread David Rush
I've got the example invoker servlet stuff uncommented from conf/web.xml, and have restarted Tomcat, but am unable to get a simple test servlet to function. The test servlet class file (SimpleServlet.class) file is under WEB-INF/classes/SimpleServlet.class. A simple HTML file located in the

Re: servlet mapping request

2006-04-19 Thread Raymond P. Jones
k - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 19, 2006 12:58 PM Subject: Re: servlet mapping request > Raymond P. Jones wrote: > > Hello Mark on Tomcat Users. > > 1

Re: servlet mapping request

2006-04-19 Thread Mark Thomas
Raymond P. Jones wrote: > Hello Mark on Tomcat Users. > 1. Tomcat version is 5.5.9 > > 2. Content of web.xml in > > EventsServlet > EventsServlet > Your servlets should be in packages. See the FAQ http://tomcat.apache.org/faq/classnotfound.html If you use the invoker (see below) I

Re: servlet mapping request

2006-04-18 Thread Raymond P. Jones
quot; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, April 15, 2006 12:54 PM Subject: Re: servlet mapping request > Info we need to help you: > > 1. Exact Tomcat version. I would be extremely surprised if this really > is the most recent release (5.5.17) >

Re: servlet mapping request

2006-04-17 Thread manivannan84
at, 15 Apr 2006 12:05:55 -0400 Subject: servlet mapping request Hello Tomcat Users. I need your help regarding servlet mappings in our WEB-INF/web.xml file running on an Apache webserver with a Tomcat container(most recent release) on a public website. After putting our web.xml file in public\W

Re: servlet mapping request

2006-04-15 Thread Mark Thomas
Info we need to help you: 1. Exact Tomcat version. I would be extremely surprised if this really is the most recent release (5.5.17) 2. The content of your web.xml 3. Given that you are using Apache as well, the relevant Jk directives from your httpd.conf file Related to point 3, can you direct

servlet mapping request

2006-04-15 Thread Raymond P. Jones
Hello Tomcat Users. I need your help regarding servlet mappings in our WEB-INF/web.xml file running on an Apache webserver with a Tomcat container(most recent release) on a public website. After putting our web.xml file in public\WEB-INF and asking our web host to restart Tomcat, our servlet ma