Intially for my project i had configured tomcat 5.5 and it was moving smoothly for months. Recently i had configured my fedora 6 to have two tomcat (5.5 & 6). Every thing working fine. But my project which is working only in tomcat 5.5 but not in tomcat 6. I checked the libs of both but i cant figured it out. The docbase is working in tomcat 5.5 but not working in tomcat 6.
I am getting excepption while startting tomcat 6 itself such as
When i run from browser the filters i configured was running but something is going wrong after that and exception is thrown
"Many of lifes failure are people who did not realize how close they were to success when they gave up."
-Thomas Edison
~ar~stutzen~
I'm almost positive that "plssssss" isn't an actual word--please see UseRealWords.
It looks like there's an issue with the XML parsing; maybe a mismatch between the digester version being used by Struts and the xerces version supplied by Tomcat.
sorry ankit i cant even find the jaxb.properties in my system. but surely it is xml parser problem only... i need help urgently too please any one help me... in endorsed i am having jaxb-api.jar xercesImpl.jar which i was used in tomcat 5.5
Arvind Subramanian
Ranch Hand
Joined: Jul 25, 2008
Posts: 84
posted
0
tomcat version is 6.0.18 and java is 1.6.11. proble is coming wherever i wrote <html:rewrite tag...>
The issue isn't related to the <html:rewrite> tag, it's that the app is failing on startup because of the XML parsing issue. Beware the red herring.
Arvind Subramanian
Ranch Hand
Joined: Jul 25, 2008
Posts: 84
posted
0
No David , why i told <html:rewrite> is all the other page which does not have structs tag are working fine. so only i mentioned that point.. i can understand its purely xml problem only, but cant able to figure it out for couple of days...