Not sure if this should be here or in the XML forum, so feel free to move it if need be.
I just loaded
Tomcat today, gotten a couple of
servlets to run just fine. However, I added some params to web.xml, to play with getting ServletConfig params. When I use the modified xml file, I can't even get localhost:8080 to pull up, get the 404 error. If I use the old xml file, things work fine. Here's the modified xml file
If you've read Core Servlets and
JSP, then
you should recognize this, it's pulled directly from the book, which is why I'm confused as to why this problem is occuring. Never done any xml stuff, so I have no idea where to begin.
Jason