| Author |
postgres connection using jsp
|
keerthi malyala
Greenhorn
Joined: Jul 14, 2006
Posts: 5
|
|
Hi all I am trying to connect to Postgres database using jsp at tomcat 5.5 server.can anyone help me out in this?I have added the jar file of postgres(postgresql-8.1-408.jdbc3.jar) in tomcat5.5\lib.But still iam gettting this errorIam getting this error when iam running this page. my error is: org.postgresql.util.PSQLException: Protocol error. Session setup failed. my connection lines are: Class.forName("org.postgresql.Driver"); dbcon = DriverManager.getConnection(loginUrl,loginUser,loginPasswd); am i doing anything wrong? please Help me in this. Thanking you, Keerthi Malyala.
|
 |
Kamesh Rao
Ranch Hand
Joined: Dec 24, 2006
Posts: 35
|
|
|
can you please specify the login url you are using to connect.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
Please ask JDBC questions in the JSBC forum. I have moved this post there for you.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: postgres connection using jsp
|
|
|