Also HTTP Status 404 - /Login/userdetail.java
same can't to run.. error also please help..
index.jsp
<%@page pageEncoding="UTF-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<form name="f1" action="userdetail.java" method="post">
Username:<input type="text" name="uname">
Password:<input type="text" name="upass">
<input type="submit" value="Send">
</form>
</body>
</html>
userdetail.java
(server I'm using wamp server to connect. add library
- MySQL JDBC Driver-mysql-connector-java-5.1.13-bin.jar
- apache tomcat
In the services, in NetBeans IDE already at server
-jdbc:mysql://localhost:3306/userdetail[root on Default schema
import java.io.*;
import java.net.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.sql.*;
@WebServlet(name = "userdetail", urlPatterns = {"/userdetail"}) public class userdetail extends HttpServlet {
public class LoginServlet extends HttpServlet{
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException, IOException {
response.setContentType("text/html");
PrintWriter out = response.getWriter();
String user=request.getParameter("uname");
String pass=request.getParameter("upass");
try {
Class.forName("com.mysql.jdbc.Driver").newInstance();
Connection myConn=DriverManager.getConnection("jdbc.mysql://localhost:3306/Login","root","root");
Statement myStmt=myConn.createStatement();
String query="select * from user where username='"+user+"' and password='"+pass+"'";
ResultSet myRs=myStmt.executeQuery(query);
if(myRs.next());
{
out.println("Welcome "+user);
}
}
catch(Exception e)
{
System.out.println("Exception"+e);
}
}
}
*please help.. Thx alot
View Answers
July 24, 2012 at 11:16 AM
Post your error that comes while running the application.
Related Tutorials/Questions & Answers:
HTTP Status 404 - HTTP Status 404 -
HTTP Status 404 -
type
Status report
message
description The requested resource () is not available.
Apache Tomcat/5.5.31
how to rectify the above error
HTTP Status 404 - StrutsHTTP Status 404 Hello,
i am making a program of tiles using Struts2. i face error
HTTP Status 404
May 4, 2010 11:31:59 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which
Advertisements
HTTP Status 404 - JSP-ServletHTTP Status 404 Respected Sir/madam,
I am R.Ragavendran.. I...,Suddenly i found my server throwing the following Error:
HTTP Status 404... are in the same directory..
Also it was very very sudden error i found.. Before
HTTP Status 404 - /user/AddToCart.do - StrutsHTTP Status 404 user AddToCart Hi, I download the JSP source code to run the online shopping cart. Whenever I try to add a Item to cart, it shows me the error page with
HTTP Status 404 - /user/AddToCart.do What
Struts 2 : Http Status Error 404 - StrutsStruts 2 :
Http Status Error
404 Hi All,
I'm facing the below...:
--------------------------------------------------------------------------
HTTP Status 404...
---------------------------------------------------------------------------
I started the tomcat server and typed
http://localhost
java http 404 status error - JSP-Servletjava
http 404 status error I have tried to call a servlet from html page.. but it is showing
http 404 status error..
and the description... the following link:
http://www.roseindia.net/servlets/index.shtml
Thanks
404 status received in xmlhttp.status - Ajax404 status received in xmlhttp.status Hi! I tried out the code I found here using the AJAX
login page. However, instead of using PHP for the server... is that I am getting the
status 404, instead of 200. thus, I am unable
http 404 resource not found error http 404 resource not found error Sir,
I have downloaded your RichLRApplication and deployed on tomcat 6 with oracle backend.
Application started in tomcat manager. But when I try to run I am getting
http 404 requested resource
HTTP Status 500 - HTTP Status 500 - Hi, I am new to jsp...
Installed Tomcat 5.5.... wrote.
i can see these errors...
HTTP Status 500 -
type Exception report...\lib.*;
3)
Also put the servlet api.jar file inside the lib folder.
4)Now create
HTTP Status 500 - HTTP Status 500 - I've installed my Java libraries, and I am successfully able to compile
and run Jave files from the command line. However, when I....
TTP
Status 500 -
type Exception report
message
description The server
Error : http status 500?Error :
http status 500? hello sir,
am using netbeans6.7.1 version i implemented one program i.e web application ..when am excuting this one i got one error
http status 500...please solve this error ..when did i mistakn
defined actions in struts config still getting a HTTP 404 - Struts
I get this error
HTTP Status 404 - Invalid path /pages/tiles/AddNewCurrency...defined actions in struts config still getting a
HTTP 404 Hi guys...
--------------------------------------------------------------------------------
type
Status report
message Invalid path /pages/tiles
Still getting the http 404 error - Java BeginnersStill getting the
http 404 error Dear experts,
I refer... is userid?
Anyway, whatever I do, I still receive the
http 404 error...saying... that the
login is part of my index page where I have other things in that page. So, please
loginform giving 404 error the submit button the give error is populated.
HTTP Status 404 - /login.doADS_TO_REPLACE_1
type
Status report
message /login.do
description The requested...loginform giving
404 error Hi,
I am developing a
login form code
404 error404 error struts application having
404 error while hosting to a online server.it works fine in my local machine but dont work in virtual host.showing
404 error
404 error404 error i have
404 error in my addition programe of servlet how should i solve this.
i'm using netbean on glassfish server
404 error404 error i have
404 error in my addition programe of servlet how should i solve this.
i'm using netbean on glassfish server
404 error404 error hello anybody help me
when i deployed my ear file into jboss->server-> default->deploy folder it doesn't shows any error. but when i run this application by using localhost:8080/webapp ,it shows
404 error
loacation of errorpage in web.xml for 404 errorloacation of errorpage in web.xml for
404 error The webpage cannot be found
HTTP 404
Most likely causes:
ā?¢There might be a typing error... to and look for the information you want.
More information
This error (
HTTP 404 server statusserver status How to check the apache server
status in unix machine
ubuntu disco Release 404 Not Found http://in.archive.ubuntu.com/ubuntu disco-updates Release
404 Not Found [IP... Release
404 Not Found [IP: 43.255.166.254 80]
Ign:7
http://security.ubuntu.com...ubuntu disco Release
404 Not Found Hi,
I am trying to update my
Database StatusDatabase Status Hello Everyone,
I am working on a project,its almost done with only module remaining in it i.e; it has to show the
status of database in the graph chart or pie diagram in terms of percentage
An Assertion status in java.........An Assertion
status in java......... What is an Assertion
status............
Please visit the following links:
http://www.roseindia.net/javatutorials/use-assertion-in-java.shtml
http://www.roseindia.net/java/java
How to retrieve the file status?" if Accounts Dept....
I
also have a
status field in my database which shows "assigned...How to retrieve the file
status? Hi all,
I did a project which... and Accounts. My issue is when the admin officer checks for the file
status, it has
htpp 404 error "Servlet as is not available"htpp
404 error "Servlet as is not available" hi iam new to struts. when iam running my struts app after filling the
login form iam getting "Servlet as is not available".
iam unable to find out where the error is.iam pasting my
ModuleNotFoundError: No module named 'also'ModuleNotFoundError: No module named '
also' Hi,
My Python program is throwing following error:
ModuleNotFoundError: No module named '
also'
How to remove the ModuleNotFoundError: No module named '
also' error
ModuleNotFoundError: No module named 'status'ModuleNotFoundError: No module named '
status' Hi,
My Python... '
status'
How to remove the ModuleNotFoundError: No module named '
status'... to install padas library.
You can install
status python with following command