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-line,

RE: Help with servlet mapping

2001-02-09 Thread Wesley Ribeiro
workdb as a *User* DSN under ODBC. Either configure your service to run using the same userid as the one you defined your datasource for, or use a *System* DSN. Luc Vanlerberghe Wesley Ribeiro wrote: I've solved it. It seems that the file $TOMCAT_HOME/conf/web.xml is no longer considered

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