Hello,

Jan Heise wrote:
> this sounds definitely like having some jars in the wrong place.
> you should check for jars and configs in orion/lib that should not
> be there but should be local to each webapp. (WEB-INF/lib)
> the struts jar has to be local to each webapp too.
> there is no common config area for struts.

  Having struts locally on each webapp, struts.jar in WEB-INF/lib/
and struts-config in WEB-INF/, allows to run just one application 
without errors (ClassCastException).
  This happens because all struts-config are the same, just running 
under different copies of the application. But struts doesn't seem 
to be able to start multiple action-mappings, even running on 
different webapps.
  Don't know if you had this working already.

Thanks for your help,
Lucas Persona

Reply via email to