softlab Posted April 11, 2012 Posted April 11, 2012 Hi. I did Java Request already.If I execute the sample JSP, all is Ok.When I try to execute ServletsTestPage, the response is: Not FoundThe requested URL /ServletsTestPage was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I also uploaded my war file, which contains some servlets into a package with the corresponding web.xml entries; if I try to invoke any of them, same responseWhat should i do? My HelioHost context is studiofp.Thank you. Quote
2bigpigs Posted April 12, 2012 Posted April 12, 2012 If it's a 404, It means the file doesn't exist.Check the path and filename. Quote
softlab Posted April 12, 2012 Author Posted April 12, 2012 Path and filename seem to be correct; on my desktop all is Ok. By the way, as I said, also when I try to execute ServletsTestPage (the sample servlet you put in the WEB-INF\classes folder), the response is: Not FoundThe requested URL /ServletsTestPage was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Quote
abhigyan Posted June 13, 2012 Posted June 13, 2012 the url to acces it --.heliohost.org/servlet/ServletTestPage Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.