Jump to content

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...