RE: Help with servlet mapping

2001-02-09 Thread Wesley Ribeiro
Title: RE: Help with servlet mapping That solved it. Thanks a lot, Wesley -Original Message- From:   Luc Vanlerberghe [SMTP:[EMAIL PROTECTED]] Sent:   sexta-feira, 9 de fevereiro de 2001 11:43 To: [EMAIL PROTECTED] Subject:    Re: Help with servlet mapping You probably

Re: Help with servlet mapping

2001-02-09 Thread Luc Vanlerberghe
iro, Wesley [CMPS:2852-A:EXCH] > Sent: quinta-feira, 8 de fevereiro de 2001 13:28 > To: Tomcat User mailing list > Subject:Help with servlet mapping > > Hi ! > > Can you please help me solve the following problem (sorry if this >

RE: Help with servlet mapping

2001-02-09 Thread Wesley Ribeiro
Title: RE: Help with servlet mapping I've solved it. It seems that the file $TOMCAT_HOME/conf/web.xml is no longer considered in Tomcat 3.2.1. You have to put your web.xml in the Web-inf directory where your files are. Now I have one more problem: If I start Tomcat from the command

Help with servlet mapping

2001-02-08 Thread Wesley Ribeiro
Hi ! Can you please help me solve the following problem (sorry if this is a naive question) : I'm trying to make Tomcat 3.2.1 to invoke a servlet (class myServlet in package com.mycompany) whenever I use this URL: http://myServer/myServlet In order to do that, I've added to the $TOMCAT_HOME/con