Servlet can't communicate with 'Database made using XML' !
From: Abhishek Agrawal (abhiagrawal2003_at_yahoo.co.in)
Date: 01/26/04
- Next message: Andrey: "Re: choices regarding where to place code - in the database or middletier"
- Previous message: Daniel Morgan: "Re: choices regarding where to place code - in the database or middletier"
- Next in thread: Christophe Vanfleteren: "Re: Servlet can't communicate with 'Database made using XML' !"
- Reply: Christophe Vanfleteren: "Re: Servlet can't communicate with 'Database made using XML' !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Jan 2004 23:38:24 -0800
Iam making an application in which the user logs in by entering
username and password through a Servlet ,
Usernames and passwords are already stored in an XML document on the
server , the Servlet has to just parse the XML document and verify the
username and password
iam using 'Apache Tomcat 4.1.12' and 'JAXP api for XML' processing
THE PROBLEM IS THAT WHILE RUNNING THE SERVLET IT IS THROWING
EXCEPTIONS(NULL POINTER EXCEPTION) THAT IT WAS UNABLE TO PARSE THE XML
FILE !
IT ALSO GIVES 'http-ERROR 500'
PLEASE IF ANY ONE CAN HELP>>>>>>>>>
- Next message: Andrey: "Re: choices regarding where to place code - in the database or middletier"
- Previous message: Daniel Morgan: "Re: choices regarding where to place code - in the database or middletier"
- Next in thread: Christophe Vanfleteren: "Re: Servlet can't communicate with 'Database made using XML' !"
- Reply: Christophe Vanfleteren: "Re: Servlet can't communicate with 'Database made using XML' !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|