softlab Posted April 30, 2012 Posted April 30, 2012 Hi. Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below: Not FoundThe requested URL /infoPar/ServletUtenti was not found on this server. The servlet is in the web.xml file as below ServletUtenti it.fp.servlets.ServletUtenti ServletUtenti /ServletUtenti and is present in the WEB-inf\classes folder, in a package named "it.fp.servlets" under the named folder. In addition, I tried to deploy the same application under Tomcat 6.0.35 and it works perfectly. Which could be the problem? Thanks
softlab Posted April 30, 2012 Author Posted April 30, 2012 Hi. Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below: Not FoundThe requested URL /infoPar/ServletUtenti was not found on this server. The servlet is in the web.xml file as below ServletUtenti it.fp.servlets.ServletUtenti ServletUtenti /ServletUtenti and is present in the WEB-inf\classes folder, in a package named "it.fp.servlets" under the named folder. In addition, I tried to deploy the same application under Tomcat 6.0.35 and it works perfectly. Which could be the problem? Thanks
softlab Posted May 6, 2012 Author Posted May 6, 2012 Hi. I'm on Johnny and can't find anyone that helps me. I would like to know which should be the structure under public_html folder. I put my servlets into a package (it.fp.servlets); under WEB-INF\classes I have the folder it\fp\servlets, and there are the servlets. My index.jsp page tries to locate a Servlet under that folder, but the error is Not FoundThe requested URL /ServletUtenti was not found on this server. Where am I wrong? Thanks
softlab Posted May 11, 2012 Author Posted May 11, 2012 Hi. I'm on Johnny and can't find anyone that helps me. I would like to know which should be the structure under public_html folder. I put my servlets into a package (it.fp.servlets); under WEB-INF\classes I have the folder it\fp\servlets, and there are the servlets. My index.jsp page tries to locate a Servlet under that folder, but the error is Not FoundThe requested URL /ServletUtenti was not found on this server. Where am I wrong? Thanks
softlab Posted May 15, 2012 Author Posted May 15, 2012 Hi. I'm on Johnny. I would like to know which should be the structure under public_html folder. I put my servlets into a package (it.fp.servlets); under WEB-INF\classes I have the folder it\fp\servlets, and there are the servlets. My index.jsp page tries to locate a Servlet under that folder, but the error is Not FoundThe requested URL /ServletUtenti was not found on this server. Where am I wrong? Thanks
softlab Posted May 19, 2012 Author Posted May 19, 2012 Collecting my posts into one doesn't help me to solve my problem. I would have expected more collaboration. Thanks anyway.
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