i call my servlets from this directory:
servlets/mypTomcatProject/myservletNumberOne
servlets/mypTomcatProject/myservletNumberTwo
......
Now i generate a Submit Button and i will that
the user get the index.html after he Click on
this Button:
.....
out.println("<tr>");
out.println("<td><form action=\"/servlets/mypTomcatProject/index.html\">");
out.println("<td><input type=\"submit\" Value=\"goToIndex\"></form></td>");
out.println("</tr>");
....
After i Click this Button i
becom the Error 404:
description: The requested resource /servlets/mypTomcatProject/index.html) is not available.
(This file is surely in under this path)
I put it even at the all my directories and write
action=\"index.html\">to see if
this is a path problem. i get the same error!
servlets/mypTomcatProject/myservletNumberOne
servlets/mypTomcatProject/myservletNumberTwo
......
Now i generate a Submit Button and i will that
the user get the index.html after he Click on
this Button:
.....
out.println("<tr>");
out.println("<td><form action=\"/servlets/mypTomcatProject/index.html\">");
out.println("<td><input type=\"submit\" Value=\"goToIndex\"></form></td>");
out.println("</tr>");
....
After i Click this Button i
becom the Error 404:
description: The requested resource /servlets/mypTomcatProject/index.html) is not available.
(This file is surely in under this path)
I put it even at the all my directories and write
action=\"index.html\">to see if
this is a path problem. i get the same error!