I put the servlet in my project accordingly
I modified the index.jsp by pasting the html code replacing the default.
Also I modified the web.xml accordingly.
It builds and deploys well, with no errors.
When I run index.jsp after completing the form and clicking submit it gives me an HTTP 404 error like this :
HTTP Status 404 -
type Status report
message
descriptionThe requested resource () is not available.
GlassFish Server Open Source Edition 3.1.2.2
please..! help melax June 22, 2011 at 7:20 PM
what if u have no idea about javaServlet? what ineed here is how to insert data from the HTML page to the database...WITHOUT USING JAVASERVLET.
i have aproblem suresh May 25, 2012 at 3:06 PM
how to store data in MSACCESS DATABASE TABLE using HTML WITH JAVA script....?
HTTP 404DrGreen March 23, 2013 at 8:29 PM
I put the servlet in my project accordingly I modified the index.jsp by pasting the html code replacing the default. Also I modified the web.xml accordingly. It builds and deploys well, with no errors. When I run index.jsp after completing the form and clicking submit it gives me an HTTP 404 error like this : HTTP Status 404 - type Status report message descriptionThe requested resource () is not available. GlassFish Server Open Source Edition 3.1.2.2
Post your Comment