Tomcat configuration problem: JSPs work, servlets don't

2003-01-22 Thread Felicia Neff
I am running Tomcat-4.1.18, Apache-1.3.27, and mod_jk-1.2.0. The problem I am having is that while JSPs work, servlets don't. This is the relevant portion of my server.xml file: Host name=www.mydomain.org debug=0 appBase=/path/to/files liveDeploy=true unpackWARs=false

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

2003-01-22 Thread Turner, John
: Tomcat configuration problem: JSPs work, servlets don't I am running Tomcat-4.1.18, Apache-1.3.27, and mod_jk-1.2.0. The problem I am having is that while JSPs work, servlets don't. This is the relevant portion of my server.xml file: Host name=www.mydomain.org debug=0 appBase

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