RE: ClassCastException when usig multiple web applications

2004-07-06 Thread McCormack, Chris
Mailing List Subject: RE: ClassCastException when usig multiple web applications Hi The context name of my application is am . Here is the sample code of action class, struts-config, tiles-def web.xml ... ACTION CLASS *** //--- servlet --- import

ClassCastException when usig multiple web applications

2004-07-05 Thread Mathew Joseph
Hi, We have deployed a ROOT application and another application called 'AM' in Tomcat 4.1.30. Both applications use struts. In struts config file as well as tiles definition files we have given all paths relative to context. Following exception is thrown, when action class is accessed.

RE: ClassCastException when usig multiple web applications

2004-07-05 Thread Mathew Joseph
7:38 PM To: Struts Users Mailing List Subject: RE: ClassCastException when usig multiple web applications Please paste in a sample action and a sample tile-def. The more info the easier it is to help you out. Also the name of your deployed app (context name). Chris McCormack -Original