RE: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Brook Monroe
Jeff Larsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:14 PM To: Tomcat Users List Subject: Re: Getting a servlet running under Tomcat-Apache 4.0.3 What path does the Manager display for your app? If tomcat is auto-deploying your app, then it should be /MySeatMap since that i

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Jeff Larsen
rks. Jeff - Original Message - From: "Brook Monroe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 10:55 AM Subject: RE: Getting a servlet running under Tomcat-Apache 4.0.3 > Fabian: > >>something not directly mentioned in

RE: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Brook Monroe
Fabian: >>something not directly mentioned in the howtos for deploying a servlet: >>you have to update the TOMCAT_HOME/conf/server.xml file for installing >>your application in the "web-app"-directory. You have to add an entry like >> > debug="0" reloadable="true"/> >>in server.xml if

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread rsequeira
27;d check to see if the ROOT application was deployed or not. Check your logs. I apologize. RS [EMAIL PROTECTED] on 04/10/2002 10:28:59 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Fabian Sommer
Hi! something not directly mentioned in the howtos for deploying a servlet: you have to update the TOMCAT_HOME/conf/server.xml file for installing your application in the "web-app"-directory. You have to add an entry like in server.xml if you have your servlet in a folder named TOMCAT_H

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Jeff Larsen
Message - From: "Brook Monroe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 10:13 AM Subject: Getting a servlet running under Tomcat-Apache 4.0.3 > Greetings, y'all. > * I've read all the documentation I can find. > * I

Re: Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread rsequeira
t;[EMAIL PROTECTED]> cc: Subject: Getting a servlet running under Tomcat-Apache 4.0.3 Greetings, y'all. * I've read all the documentation I can find. * I've emulated all the examples. * I've asked people I know who have set up servlets before. I still can't get acc

Getting a servlet running under Tomcat-Apache 4.0.3

2002-04-10 Thread Brook Monroe
Greetings, y'all. * I've read all the documentation I can find. * I've emulated all the examples. * I've asked people I know who have set up servlets before. I still can't get access to the servlet I just wrote and installed. No matter how I've set up servlet-mappings, or url-patterns, or otherw