Tiles with Struts 1.3.8

2007-07-20 Thread Phillip Blevins
Greetings!, I am trying to get tiles to work with struts 1.3.8. Specificly I would like my action mapping to foward to a tile definition. I have a tiles definition of definition name=mainLayout path=/tiles/mainlayout.jsp put name=header value=/tiles/mainheader.jsp / put

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

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

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