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.
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.
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.
abhigyan Posted June 13, 2012 Posted June 13, 2012 the url to acces it --.heliohost.org/servlet/ServletTestPage
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now