Re: Cannot get more than one servlet loaded in my webapp

2006-11-30 Thread Andre Charbonneau
Greetings, It turns out this this was a false alarm. I found that there was an error message in another log file under $CATALINA_HOME which indicated that the error was because my other servlet could not load a java class. This probably explains why it wasn't loading. Cheers, And

Cannot get more than one servlet loaded in my webapp

2006-11-30 Thread Andre Charbonneau
Hi, I'm currently working on a small webapp which initially contained 1 single servlet. Everything was working fine until I tried to add a second servlet. For some reason, I can't get that second servlet to load on startup. I added the entry in the web.xml file of my web application as foll