Georges Boutros wrote:
> 
> Hello Everyone,
> i have another question about the same subject
> 
> i could access my jsp pages in  http://localhost/examples/jsp/myFolder  (No
> Problem)
> 
> i could access my servlet in http://localhost/examples/servlet  (No Problem)
> 
> but if i want to access a servlet from a jsp page i could only do it by
> including my servlet in my jsp page .I can't forward or submit a form to a
> servlet.
> 
> does anyone know why? or what should i change in the configuration file
> 
> thanks
> 

If you are submiting a form to a servlet this has nothing to do
with JSP servlet ineraction the client's browser is responsible for
submiting to the correct location.

Check the action on your form and make sure it is a valid URL
to a working servlet..

Reply via email to