IIRC, the struts-example from struts 1.0 was happy with most of the recent
Tomcat 3.2.x releases but with 4.0b7, it's not picking up the
ApplicationResources.properties file.  yes, it's in
/struts-example/WEB-INF/classes/org/apache/struts/webapp/example/ApplicationResources.properties
and web.xml has:
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
      <param-name>application</param-name>

<param-value>org.apache.struts.webapp.example.ApplicationResources</param-value>
    </init-param>
right out of the war file...

This is the error:
javax.servlet.ServletException: Cannot find message resources under key
org.apache.struts.action.MESSAGE

So what's up?  Is there something extra to setup the classpaths inside
webapps under Tomcat 4.0?

cheers,
-Ian

--
Ian Kallen <[EMAIL PROTECTED]> | AIM: iankallen

Reply via email to