Oh dear I have forgotten to post my config :-)
 Web.xml:
<servlet>
<servlet-name>Action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
<init-param>
<param-name>chainConfig</param-name>
<param-value>org/apache/struts/tiles/chain-config.xml,
org/apache/struts/chain/chain-config.xml</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>

Am Mittwoch, den 25.07.2007, 08:50 +0200 schrieb Alexander Jede:
.....
>  Unable to initialize Struts ActionServlet due to an unexpected
> exception or error thrown, so marking the servlet as unavailable.  Most
> likely, this is due to an incorrect or missing library dependency.
> java.lang.NoClassDefFoundError:
> org/apache/commons/chain/config/ConfigParser
>         at
> org.apache.struts.action.ActionServlet.initChain(ActionServlet.java:1680)
> ..................
> 
....



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

Reply via email to