RE: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Turner, John
What error message do you get? The default Invoker servlet is disabled by default for security reasons in recent versions of 4.1.x. John -Original Message- From: Felicia Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 3:49 PM To: Tomcat Users List Subject:

Re: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
Woops, I realize that I should have been more specific. The error I get is a 404 error. I'm sure the servlet itself works, because I dropped it into the examples directory and was able to run it. -- Felicia On Wed, 22 Jan 2003, Felicia Neff wrote: I am running Tomcat-4.1.18, Apache-1.3.27,

Re: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
The exact error I get when I try to access http://www.mydomain.org/servlet/HelloServlet is: HTTP Status 404 - /servlet/HelloServlet type Status report message /servlet/HelloServlet description The requested resource (/servlet/HelloServlet) is not available. Apache Tomcat/4.1.18 -- To

RE: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Turner, John
: Wednesday, January 22, 2003 4:58 PM To: Tomcat Users List Subject: Re: Tomcat configuration problem: JSPs work, servlets don't The exact error I get when I try to access http://www.mydomain.org/servlet/HelloServlet is: HTTP Status 404 - /servlet/HelloServlet type Status report

RE: Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
/servlet-mapping For more info check the docs. John -Original Message- From: Felicia Neff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 4:58 PM To: Tomcat Users List Subject: Re: Tomcat configuration problem: JSPs work, servlets don't The exact error I get when