Hi guys
i m doing an EJB project on Library Management using NetBeans
Out of which the first Step create a "CREATE ACCOUNT" page & get all the
details from User & store it in Database.
Using JSP for this.
Everything is created, but when i try to Click Submit button in WEbPAge, it
gives an ERROR :
HTTP Status 404 -
type Status report
message
descriptionThe requested resource () is not available.
GlassFish Server Open Source Edition 3.1.2.2
Pls Help me GUys i dont know what to do ?
The <form> tag of create.jsp page :
<form id="form1" name="form1" method="post"
action="<%=request.getContextPath()%>/Servlet/createAccountServlet">
The Name of the Servlet fIle is createAccountServlet.java
--
View this message in context: http://glassfish.10926.n7.nabble.com/requested-resource-not-available-JSP-GLASHFISH-tp87455.html
Sent from the GlassFish Users mailing list archive at Nabble.com.