Thanks for everyone's help. I found the problem after all the kind souls
pointed out it was a startup problem. It turned out that in tomcat 4, the
XML parsers are not exposed but struts needs the parsers to work. So, I
moved the crimson.jar and jaxp.jar from ${TOMCAT_HOME}/jasper/lib to
${TOMCAT_HOME}/lib and that worked.

Thanks a lot!
Keith


-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 22, 2001 5:53 PM
To: [EMAIL PROTECTED]
Subject: RE: struts-example/index.jsp failed


It looks like you don't have your controller servlet defined to be
<load-on-startup>.  This is needed in order to initialize several servlet
context attributes used on the JSP pages -- among them the
internationalized message resources.

Craig



Reply via email to