Team,
We are migrating form tomcat 5x to 7.0.8
In Tomcat 5.0 we are defining the url below
url =
"<path>/APReports/servlet/com.nielsenmedia.umi.ap.hwsw.QuerySWServlet";
and sending the request using the ajax
Like o.open("POST", url , true);
So I am not getting any problem in Tomcat 5
In Tomcat7, I am getting below error
<<PBrush>>
What are the changes required to do in Tomcat 7.0.8. Thanks KiranKumar P
<<ole0.bmp>>
