Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Venkat Tanga
Thanks for your suggestion Kolinko. But it didn't help to solve my problem, on top of that, it was causing another issue in page re-directing when ever I click on home page link(my application is cache controlled). Best Regards, Venkat. Konstantin Kolinko wrote: 2010/7/27 Venkat Tanga :

Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Konstantin Kolinko
2010/7/27 Venkat Tanga : > I guess it is because of the servlet version changes from 2.3 to 2.4., from > Tomcat 5.0.18 to 5.5.23, isn't it ? No. Tomcat 5.0 and 5.5 both implement the same version of specifications (Servlet 2.4 / JSP 2.0). > > Any suggestions on this is highly appreciable. > 1. T

Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Venkat Tanga
I guess it is because of the servlet version changes from 2.3 to 2.4., from Tomcat 5.0.18 to 5.5.23, isn't it ? Any suggestions on this is highly appreciable. Regards, Venkat Venkat Tanga wrote: Hi, I just migrated my application from Tomcat 5.0.18 to 5.5.23. On server

Struts App dispatcher error on Tomcat 5.5.23

2010-07-26 Thread Venkat Tanga
Hi,   I just migrated my application from Tomcat 5.0.18 to 5.5.23.           On server startup Application loading is happening normally, but once I logged into the application and try to access any links, there I am facing the problem.           The Application is being developed on