Answering my own question for the benefit of anyone searching the archive.
Here is what was caught in the log:
2004-08-18 13:29:56 Starting $Id: ExportSerials.java,v 1.2 2004/08/16 21:01:41
dir = /export/home/tomcat/jakarta-tomcat-4.1.12/webapps/SerialsAnalysis/
Init Error Name jdbc is not bound in this Context
...
So the reason the servlet class was not found was that it was never initialized. Next question, what does it mean that jdbc is not bound?



Jeffrey Barnett wrote:

Yes to both.... no luck. I'm thinking that somehow WEB-INF/classes is not getting into the CLASSPATH. Is there a way to check this at run time?

Dennis Dai wrote:

Have you tried reloading the context or restarting tomcat on your department test server?

On 8/17/2004 2:04 PM, Jeffrey Barnett wrote:

PPS: The rest of the webapp runs normally.

Jeffrey Barnett wrote:

PS: Server is 4.1.12

Jeffrey Barnett wrote:

I recently added a servlet to an existing webapp in WEB-INF/classes. and added the corresponding
<servlet> and <servlet-mapping> tags to web.xml. When I try it out on my desktop server it works fine, but when I redeploy to the department test server I get 404 error. Is there some other configuration/deployment step I am missing?





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to