Hi all,
I've com across a very frustrating error with
Tomcat 4.1.12 - it can't seem to find and/or load my
servlets. Every other web app (examples, ROOT, another developer's) works, but mine doesn't there are no errors reported anywhere, either in the logs or stdout. This is running on Windows 2000 Server. This web app works, as I've had it working on tomcat 4.1.9 on linux and on this win2000 server.
It has no trouble with the JSPs, but simply will not load any of my servlets. And, yes, I've checked the obvious, and servlets are there, where they're meant to be.
Here are the relevant files/sections of files:
web.xml:
context from server.xml:
And here is a complete section from my logfile:
I'd be grateful for any help/suggestions anyone may make,
Tony.