Resin server giving 200 OK response but tomcat 6.0 not giving 404 Not Found
Posted
by Suryanarayan Panda
on Stack Overflow
See other posts from Stack Overflow
or by Suryanarayan Panda
Published on 2010-04-12T06:52:15Z
Indexed on
2010/04/12
6:53 UTC
Read the original article
Hit count: 392
Hi,
We have an application running in resin. We are sending HTTP get and post request to this application & it gives 200 ok response with some text in the response body, as expected.
But when same application deployed on tomcat6.0 ,and HTTP get and post request are made , the url gets excuted as expected ,but 404 not found response is coming with nothig in the response body.
Can anybody please point out the issue ,and give suggetion what is going wrong.Its urgent
Thanks in Advance. Surya
© Stack Overflow or respective owner