Open GoogleCodeExporter opened 9 years ago
when I deploy project to tomcat , Spring service works properly ("HTTP Status
405 - HTTP method GET is not supported by this URL"),but when I try on enbedded
jetty , I got 404 error.
Original comment by rerna...@gmail.com
on 16 Nov 2010 at 4:05
I have the same problem!
Original comment by nicola.b...@gmail.com
on 17 Nov 2010 at 1:48
Have the same issue, is anyone looking at it?
Original comment by helipilo...@gmail.com
on 8 Mar 2011 at 6:29
it's a pity, I got the same problem too!
Original comment by wsn...@gmail.com
on 22 Nov 2011 at 9:37
I think it is related with problem contextPath . If you deploy a web
application to jetty, its url doesn't include contextPath (it would be
http://localhost:8080/AnyServlet) but for tomcat its url will be
http://localhost:8080/SampleApp/AnyServlet... That's why we can't access to
services from UI's javascripts.
Original comment by eilkers....@gmail.com
on 22 Nov 2011 at 10:48
Original issue reported on code.google.com by
rerna...@gmail.com
on 16 Nov 2010 at 1:58Attachments: