Jump to content

Recommended Posts

Posted

Hi. Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below:

 

Not Found

The 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

Posted

Hi. Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below:

 

Not Found

The 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

Posted

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 Found

The requested URL /ServletUtenti was not found on this server.

 

Where am I wrong?

 

Thanks

Posted

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 Found

The requested URL /ServletUtenti was not found on this server.

 

Where am I wrong?

 

Thanks

Posted

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 Found

The requested URL /ServletUtenti was not found on this server.

 

Where am I wrong?

 

Thanks

Posted

Collecting my posts into one doesn't help me to solve my problem.

 

I would have expected more collaboration.

 

Thanks anyway.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...