Hi, How can I make the org.apache.struts2.dispatcher.FilterDispatcher NOT to verify action classes when the Tomcat web server starts?
I use struts 2 together with spring and the actions classes communicate with the server application with rmi. The action classes are defined with lazy-init="true" because I would like to be able to start the web application without the rmi server started, but it looks like the filterDispatcher will try to instantiate the classes and then the connection to the server fails. regards Gunnar -- View this message in context: http://www.nabble.com/Unable-to-verify-action-class-tp14996495p14996495.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]