Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-24 Thread Brian Trzupek
Phillip, I wonder if you can use the META-INF manifest directory to specify the load order of required Libs to overcome your shared hosting problem? I had to do something similar back in WebSphere 4.x with Struts 1.something. ;) Brian Trzupek On Jul 16, 2007, at 11:13 AM, Phillip

Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-16 Thread Phillip Blevins
The solution to this seems to be removing the xercesImpl.jar and xml-apis.jar from common/endorsed folder of tomcat. Probably not much chance of my web host doing this for me in a shared environment so i guess I'm out of luck. On 7/15/07, Phillip Blevins [EMAIL PROTECTED] wrote: I'm using the

Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-15 Thread Phillip Blevins
I'm using the blank struts app from 2.0.8 release. It works fine on tomcat 5.5 just not 5.0.27. Were you using a 5.0 release of tomcat? And were you able to get it to work? On 7/15/07, yitzle [EMAIL PROTECTED] wrote: Not sure how helpful this is, but I know I got the same message when I

Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-14 Thread yitzle
Not sure how helpful this is, but I know I got the same message when I modified my struts.xml and mistypes a class name so that it pointed to a non-existing class. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Struts 2 and Tomcat 5.0.27 filter start error

2007-07-13 Thread Phillip Blevins
Greetings, I am trying to use a struts 2 application on Tomcat 5.0.27. I originally had it working on 5.5 but i had to downgrade to 5.0.27 because thats the version my web service has. I am getting the error SEVERE: Error filterStart when i try and start Tomcat. Thinking this might have to do

Re: Struts 2 and Tomcat 5.0.27 filter start error

2007-07-13 Thread Roger Varley
On Friday 13 July 2007 18:08, Phillip Blevins wrote: Greetings, I am trying to use a struts 2 application on Tomcat 5.0.27. I originally had it working on 5.5 but i had to downgrade to 5.0.27 because thats the version my web service has. I am getting the error SEVERE: Error filterStart