Why must you redefine init? Are you aware of the plugin architechture in 1.1, and why does it not fit your needs?

The error looks like you made a boo-boo in your config file. It's not syntactically valid. That's my first impression. I've never seen the security thingies in the trace - can't help you there. Double-check your config - maybe download Struts Console from www.jamesholmes.com/struts/console and see if it loads right. Struts Console is a handy tool. It simply does not know how to write an invalid config file. You may consider using it.

[EMAIL PROTECTED] wrote:

Hi all,

I'm trying to migrate my struts 1.0 application to struts 1.1.
I'm also using struts menu extention.
For this extention initialisation, I have to subclass ActionServlet in order to redefine init() method.

So, i've done it and declare my new servlet in web.xml in place of ActionServlet.
Tomcat (4.04) does not initilise my new servlet. :-(
When trying to execute in tomcat plugin under Eclipse IDE i got this Exception :
4 nov. 2002 13:57:56 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
4 nov. 2002 13:57:56 org.apache.commons.digester.Digester endElement
GRAVE: End event threw exception

Is there any security issue in struts 1.1 i do not know.
Please help...
I would like to use struts 1.1 modules capacity...

Thanks in advance.

Alexandre duprat.

--
Eddie Bush



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to