(microsoft jdbc driver) tomcat autoreconnect to database

2004-10-21 Thread kael teh
Hello All. Tomcat (5+) and Database server (sql server 2000) are both on different boxes. How can i enable tomcat to auto reconnect to the Database if the database server is rebooted (and thus original connections were lost) without restarting Tomcat? someone please point me to the solution if

jdbc and tomcat

2004-07-30 Thread Caroline J Tanneberger
Hello, I have got a problem with my Servlet which uses a JDBC database connection to a Ms SQL Server There is a getConnection command that should be executed. But this command fails and throws the exception with description: [Microsoft][SQLServer 2000 Driver for JDBC] Unable to connect.

Re: jdbc and tomcat

2004-07-30 Thread Thilo Krawietz
Hello, the SQL error message does not look like if the driver itself could not be found, it appears more obvious to me, that the connection URL for the database is incorrect. Please check your database connection string, maybe the bug hides in there:-) To your xml problem: Did you also

RE: [tomcat] jdbc and tomcat

2004-07-30 Thread Ernesto Echeverría
for further info in the logs for identifying the file, could it be the main web.xml configuration, -Original Message- From: Caroline J Tanneberger [mailto:[EMAIL PROTECTED] Sent: Viernes, 30 de Julio de 2004 01:49 a.m. To: [EMAIL PROTECTED] Subject: [tomcat] jdbc and tomcat Hello, I have got

Using old JDBC drivers, Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
I have an old JDBC driver for a Legacy Data Base that I'm attempting to access in Tomcat 5.0.25. When I attempt to call DriverManager.getConnection() on my legacy Data Base, I get the following log (some snipped to make it easier to read...) 2004-06-30 12:22:02 StandardWrapperValve[jsp]:

Re: Using old JDBC drivers, Tomcat 5.0.25

2004-06-30 Thread Robert Bateman
Almost forgot to note, once I get the access error, I can no longer talk to Tomcat (it's looking for access to 127.0.0.1:35479) Bob On Wednesday 30 June 2004 12:32 pm, Robert Bateman wrote: I have an old JDBC driver for a Legacy Data Base that I'm attempting to access in Tomcat 5.0.25. When

Problem with JDBC and Tomcat

2003-11-24 Thread ANA JUNQUERA FERREIRAS
Hi, I have a problem with JDBC. I am using JDK1.3.1, tomcat 4.1.24 with Microsoft Access 2000 and when I am trying to close an opened connection I get the following message: EXCEPCION: java.sql.SQLException: General error at

Re: Problem with JDBC and Tomcat

2003-11-24 Thread Ben Souther
es.tid.teledomo.asistel.FormularioTeleasistencia.listaConfiguracion(F ormularioTeleasistencia.java:3604) Can you post your code? The driver is throwing a generalSQLException. It's hard for us to see what the problem is from this. Have you tested the ODBC data source? Do you have other pages

Re: HOW TO INSTALL THE JDBC FOR TOMCAT

2003-07-24 Thread Zach Gatu
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 02:49 AM Subject: HOW TO INSTALL THE JDBC FOR TOMCAT Dear ALL, now i have setuped and intergated the apache and Tomat successfully!Also,i have installed the J2SDK and mysql too. now i want to install the JDBC but i

HOW TO INSTALL THE JDBC FOR TOMCAT

2003-07-22 Thread frankie
Dear ALL, now i have setuped and intergated the apache and Tomat successfully!Also,i have installed the J2SDK and mysql too. now i want to install the JDBC but i cannot find the document that can teach me how to do it!!Anyone can give me guideline of Install JDBC or some webite

Re: HOW TO INSTALL THE JDBC FOR TOMCAT

2003-07-22 Thread epyonne
Since you are using MySQL, you can download the Connector-J from MySQL site. It is the JDBC driver. Hope this helps. - Original Message - From: frankie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 02:49 AM Subject: HOW TO INSTALL THE JDBC FOR TOMCAT Dear ALL

RE: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-07 Thread runu rathi
Hi, Thanks for your reply, Is there a jar file that I need to include if I wish to use the JDBC/ODBC bridge supplied by the JVM? Because, I did not do that. Yet, the datasource gets detected and DB properly updated when I do not run Tomcat as a service. But when I try to run it as a WINNT

where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-06 Thread runu rathi
Hi all, Where should I put my data source and MSAccess driver for JDBC to find it? I am running Tomcat4.1 as WINNT sevice. Presently, I get an error as Cannot find datasource and driver. I shall appreciate any help. Thanks, Runu __ Do you Yahoo!?

RE: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-06 Thread Rick Bullotta
] Sent: Thursday, March 06, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice? Hi all, Where should I put my data source and MSAccess driver for JDBC to find it? I am running Tomcat4.1 as WINNT sevice. Presently, I get

JDBC Relam, Tomcat 4.0.1, JDK1.3.1_02, Sybase issues?

2002-03-01 Thread julie . f . mccabe
Hello, I am using Tomcat 4.0.1, JDK1.3.1_02, Sybase for user authenication, when I start Transmit I receive the following error from the jdbc driver java.sql.SQLException: JZ001: User name property 'user_dbo:password=pass_dbo' too long. Maximum length is 30. In the server.xml I have Realm

problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
Hi all, I've spent a lot of time trawling the web for an answer to this, I'm hoping someone can help. I've installed Tomcat 4 and DB2 v.7 to run Jive forums and some custom webapps. The problem I have is that the db2jdbc.dll is being loaded by the first classloader to access it, and is

RE: problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
-Original Message- From: James Radvan [mailto:[EMAIL PROTECTED]] Sent: 18 December 2001 13:48 To: Tomcat User Subject: problem with JDBC on Tomcat 4 and DB2 7 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

Re: newbie question: Setting up MySql JDBC with Tomcat 4.0

2001-10-23 Thread David Smith
I have a near identical setup with MySQL, TC 4.0.1, Mandrake Linux 8. There are a couple of things here. -- the JDBC driver as downloaded is not the jar to be put in Tomcat. It's actually a zip file with the real .JAR plus source plus docs. Unzip it and use the jar mm.mysql-2.0.4.jar. --

newbie question: Setting up MySql JDBC with Tomcat 4.0

2001-10-22 Thread Steven Headley
Hi all, I am having problems setting up MySql with Tomcat 4.0 on linux. Tomcat is working fine. I downloaded and placed mm.mysql-2.0.4-bin.jar in CATALINA_HOME/lib. I then copied the following jsp from a website: %@ page import=java.sql.* % % String connectionURL =

JDBC Realm (Tomcat 4.0.1) - Coding standard?

2001-10-18 Thread raj
I am having problems connecting to a Cloudscape (v3.6) db using Tomcat 4.0.1 when using JDBC realm in my server.xml The error I get is: java.lang.NullPointerException at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm.java:549) at

JDBC with Tomcat and Cocoon

2001-08-02 Thread annemarie . hartvigsen
Hi all, I have Linux RedHat Apache 1.3.19 Tomcat 3.2.2 Cocoon 1.8.2 mySQL 3.23.40-1 I'm trying to connect my websites to the mysqldatabase. I cannot get my own code to work. I cannot get the cocoon example codes to work (in cocoon/samples/sql). The error message I get every time is

JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread autit043
I have a Tomcat at a Linux and a Oracle 8.05. What the JDBC driver that i must install ? And where i can learn about it ?

Re: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread John Hebert
[EMAIL PROTECTED] wrote: I have a Tomcat at a Linux and a Oracle 8.05. What the JDBC driver that i must install ? And where i can learn about it ? I don't know the specific driver information, but this might help: http://technet.us.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Reynir Hübner
] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 8:44 PM To: [EMAIL PROTECTED] Subject: JDBC in TOMCAT - LINUX - ORACLE 8.0.5 I have a Tomcat at a Linux and a Oracle 8.05. What the JDBC driver that i must install ? And where i can learn about it ?

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Eoin Woods
[EMAIL PROTECTED] wrote: I have a Tomcat at a Linux and a Oracle 8.05. What the JDBC driver that i must install ? You need Oracle's JDBC driver. And where i can learn about it ? The manual about it is at: http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/java.81

RE: JDBC in TOMCAT - LINUX - ORACLE 8.0.5

2001-07-17 Thread Filip Hanik
PROTECTED]] Sent: Tuesday, July 17, 2001 1:44 PM To: [EMAIL PROTECTED] Subject: JDBC in TOMCAT - LINUX - ORACLE 8.0.5 I have a Tomcat at a Linux and a Oracle 8.05. What the JDBC driver that i must install ? And where i can learn about it ?

JDBC Realm Tomcat 3.2.2 Help

2001-07-04 Thread Jonathan Pierce
I already sent this to tomcat-dev but got no response. I'm sending it here as well since this list may be more appropriate. This may be a stupid question but I've found hundreds of messages from confused users on the subject of JDBC Realms and Tomcat and no good explanation or example

RE: JDBC Realm Tomcat 3.2.2 Help

2001-07-04 Thread Ignacio J. Ortega
I already sent this to tomcat-dev but got no response. I'm sending it here as well since this list may be more appropriate. It's more apropiate, sure :) This may be a stupid question but I've found hundreds of messages from confused users on the subject of JDBC Realms and Tomcat

It will be possible?(JDBC with tomcat 3.2.1)

2001-05-09 Thread emailaddress
I'm using IIS and tomcat 3.2.1. I was developed JSP page that is need to connect JDBC, so just make DB connection object in bean class or JSP page . But, Tomcat doc said about JDBC realm, so I have a question about it will be possible make DBconnection without Java DB connect code. In /conf

RE: It will be possible?(JDBC with tomcat 3.2.1)

2001-05-09 Thread Jann VanOver
, May 09, 2001 6:11 PMTo: [EMAIL PROTECTED]Subject: It will be possible?(JDBC with tomcat 3.2.1) I'm using IIS and tomcat 3.2.1. I was developed JSP page that is need to connect JDBC, so just make DB connection object in bean class or JSP page . But, Tomcat doc said about JDBC realm, so I have