Re: web.xml problem

2003-04-03 Thread paul niemandt
Hi Srini: You most probably don't have the web.xml file in the correct directory. It needs to be under the WEB-INF directory of your web application. ie. $CATALINA_HOME/webapps/YourWebApp/WEB-INF/web.xml regards, Paul On Fri, 2003-04-04 at 00:47, Srinivasu Gandu wrote: Hi, I am using

RE: web.xml problem

2003-04-03 Thread Srinivasu Gandu
: paul niemandt [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:56 PM To: Tomcat Users List Subject: Re: web.xml problem Hi Srini: You most probably don't have the web.xml file in the correct directory. It needs to be under the WEB-INF directory of your web application. ie

RE: web.xml problem

2003-04-03 Thread Srinivasu Gandu
Users List Subject: Re: web.xml problem Hi Srini: You most probably don't have the web.xml file in the correct directory. It needs to be under the WEB-INF directory of your web application. ie. $CATALINA_HOME/webapps/YourWebApp/WEB-INF/web.xml regards, Paul On Fri, 2003-04-04 at 00:47

RE: web.xml problem

2003-04-03 Thread paul niemandt
niemandt [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:56 PM To: Tomcat Users List Subject: Re: web.xml problem Hi Srini: You most probably don't have the web.xml file in the correct directory. It needs to be under the WEB-INF directory of your web application. ie

RE: web.xml problem?

2001-04-04 Thread Michael Wentzel
I'm using tomcat321 on NT4.0. I have a simple login page that I'm trying to call my servlet to do some processing on the request parameters. But, Tomcat cannot find my servlet. See the details below. Any suggestions? Here are my paths:

RE: web.xml problem?

2001-04-04 Thread Samson, Lyndon [IT]
IANAE but... this url-pattern /TrainingPlansRepository/born/servlets/LoginController /url-pattern doesn't seem to match this FORM METHOD=POST ACTION="born/servlets/LoginController" try changing one or the other. regards lyndon -Original Message- From: tomcat user [mailto:[EMAIL

RE: web.xml problem?

2001-04-04 Thread tomcat user
:46 PM GMT Subject: RE: web.xml problem? I'm using tomcat321 on NT4.0. I have a simple login page that I'm trying to call my servlet to do some processing on the request parameters. But, Tomcat cannot find my servlet. See the details below. Any suggestions? Here are my paths: c:\opensource