Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

requested resource not available JSP GLASHFISH

$
0
0
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 :

Quote

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

Viewing all articles
Browse latest Browse all 51036

Trending Articles