Re: Connection between TOMCAT and DB2 ???

2002-08-01 Thread Ryszard Lach
On Wed, Jul 31, 2002 at 03:11:03PM -0400, [EMAIL PROTECTED] wrote: Thanks Richard for your help, Yes, just now I managed to connect DB2 to Tomcat and using simple java file able to retrieve the values from sample database. But I have a question for you. while defining my Connection URL

Re: Connection between TOMCAT and DB2 ???

2002-08-01 Thread Nishant_Awasthi
Subject: Re: Connection between TOMCAT and Please DB2 ??? respond to Tomcat Users

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Turner, John
PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Connection between TOMCAT and DB2 ??? Hello everyone... thanks for showing interest in the list and to make it grow... I have a situation here. I am using tomcat 4.0.3 and jdk 1.3.1_04. I want to write a soap service which will bring the resultset

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
: Wednesday, July 31, 2002 9:22 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Connection between TOMCAT and DB2 ??? Hello everyone... thanks for showing interest in the list and to make it grow... I have a situation here. I am using tomcat 4.0.3 and jdk 1.3.1_04. I want

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Sullivan, Mark E
, and in this case it's probably the .net one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 8:46 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello John, It was a nice thinking but I didn't worked

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Michael Remijan
be a dll or something. mike/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 8:46 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello John, It was a nice thinking but I didn't worked. It is not finding

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Sullivan, Mark E
you also have to have the 'IBM JDBC APPLET SERVER' running. -Original Message- From: Michael Remijan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:14 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? ... Here's a thought. are the drivers

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 8:46 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello John, It was a nice thinking but I didn't worked. It is not finding the driver even now...I

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Michael Remijan
: RE: Connection between TOMCAT and DB2 ??? Hello Mark, I am currently using COM.ibm.db2.jdbc.app.DB2Driver driver to run my simple java program for establishing DB2-Tomcat connectivity. I tried changing it to COM.ibm.db2.jdbc.net.DB2Driver still it says, No suitable driver I think my tomcat

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
: Wednesday, July 31, 2002 8:46 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello John, It was a nice thinking but I didn't worked. It is not finding the driver even now...I tried printing the classpath..though it shows the all 3 .jar files included but it is working only

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
, 2002 9:14 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? ... Here's a thought. are the drivers for DB2 100% java native. I'm remembering a problem a colleage of mind had using the the jdbc drivers for a database named Progress. It turns out they were not 100% java

AW: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Ralph Einfeldt
, Content Management, Java Consulting http://www.uptime-isc.de -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Juli 2002 16:40 An: Tomcat Users List Betreff: RE: Connection between TOMCAT and DB2 ??? But I cannot make the same file

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Sullivan, Mark E
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:35 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Mark, I am currently using COM.ibm.db2.jdbc.app.DB2Driver driver to run my simple java program for establishing DB2-Tomcat connectivity

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Michael Remijan
the drivers are not 100% java and rely on native method calls to some dll. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:40 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Mike I don't understand by what

Re: AW: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
, Java Consulting http://www.uptime-isc.de -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Juli 2002 16:40 An: Tomcat Users List Betreff: RE: Connection between TOMCAT and DB2 ??? But I cannot make the same file run from outside

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Turner, John
and 7.5) verify that the connection string inside the code is correct John Turner [EMAIL PROTECTED] -Original Message- From: Michael Remijan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 10:52 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2

RE: AW: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Turner, John
AM To: Tomcat Users List Subject: Re: AW: Connection between TOMCAT and DB2 ??? Hello Ralph Thanks for your suggestion. I tried putting runtime.jar, db2java.jar and sqlj.jar files in %JAVA_HOME%/jre/lib/ext directory. and also in %TOMCAT_HOME%/common/lib directory and restarted TOMCAT

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread O'Gara, Damian
Title: RE: Connection between TOMCAT and DB2 ??? Hi Tomcat only looks for .jar files and not .zip Rename your .zip to .jar Damian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 July 2002 15:35 To: Tomcat Users List Subject: RE: Connection between

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
is -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:35 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Mark, I am currently using COM.ibm.db2.jdbc.app.DB2Driver driver to run my simple java program

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Sullivan, Mark E
look here: http://www-3.ibm.com/software/data/db2/java/v5/faq.html#q7 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 9:59 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Mark I think you

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
PROTECTED]] Sent: Wednesday, July 31, 2002 9:40 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Mike I don't understand by what you mean by 100% java native. But yes I am sure that if I run my java code by placing my java file in C:\Program Files\SQLLIB\bin directory

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
] -Original Message- From: Michael Remijan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 10:52 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? No, It should be as simple as dropping the xxx.jar file (if it's xxx.zip rename it to xxx.jar

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
Hi Tomcat only looks for .jar files and not .zip Rename your .zip to .jar Damian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 July 2002 15:35 To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Mark, I

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Turner, John
] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 11:10 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello John This is the source code of the file I am trying to run under tomcat Is there any problem with connection string ??? It is working fine

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Sexton, George
The one time I used it, my driver class was: COM.ibm.db2.jdbc.app.DB2Driver -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 July, 2002 9:22 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Damien, I have already

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Mark I think you are right Mark when You say that, it is do finding the db2jaa.jar/zip file but question is why it is not getting COM.ibm.db2.jdbc.app.DB2Driver which is placed in db2java.zip/db2java.zip.jar file

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
if you are trying to connect through a servlet? John Turner [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 11:10 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello John

RE: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
driver class was: COM.ibm.db2.jdbc.app.DB2Driver -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 31 July, 2002 9:22 AM To: Tomcat Users List Subject: RE: Connection between TOMCAT and DB2 ??? Hello Damien, I have already converted my .zip files to.jar files. I

AW: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Ralph Einfeldt
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Juli 2002 17:42 An: Tomcat Users List Betreff: RE: Connection between TOMCAT and DB2 ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: AW: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Juli 2002 17:42 An: Tomcat Users List Betreff: RE: Connection between TOMCAT and DB2 ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: AW: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Michael Remijan
Subject: Re: AW: Connection between TOMCAT and DB2 ??? Hello Ralph, I already have the suitable db2jdbc.dll file in my %SQLLIB%\lib directory It also have all the suitable .jar files in its place. What I think is getting qorng is the URL connection string.. String url = jdbc:db2:sample ; I also

Re: AW: Connection between TOMCAT and DB2 (RESOLVED)

2002-07-31 Thread Nishant_Awasthi
An: Tomcat Users List Betreff: RE: Connection between TOMCAT and DB2 ??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Ryszard Lach
On Wed, Jul 31, 2002 at 09:21:59AM -0400, [EMAIL PROTECTED] wrote: Hello everyone... thanks for showing interest in the list and to make it grow... I have a situation here. I am using tomcat 4.0.3 and jdk 1.3.1_04. I want to write a soap service which will bring the resultset from IBM DB2

Re: AW: Connection between TOMCAT and DB2 (RESOLVED)

2002-07-31 Thread Ryszard Lach
On Wed, Jul 31, 2002 at 01:26:07PM -0400, [EMAIL PROTECTED] wrote: Hello all, I finally resolved the problem... Problem lied in the as everyone mentioned Connection URL Earlier I was using url = jdbc:db2:sample Then I changed it to follwing and everything worked fine... String url =

Re: AW: Connection between TOMCAT and DB2 (RESOLVED)

2002-07-31 Thread Nishant_Awasthi
: Connection between TOMCAT Please and DB2 (RESOLVED) respond to Tomcat Users

Re: Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
Subject: Re: Connection between TOMCAT and Please DB2 ??? respond to Tomcat Users

Connection between TOMCAT and DB2 ???

2002-07-31 Thread Nishant_Awasthi
Hello everyone... thanks for showing interest in the list and to make it grow... I have a situation here. I am using tomcat 4.0.3 and jdk 1.3.1_04. I want to write a soap service which will bring the resultset from IBM DB2 database. Before implementing soap I am writing a simple Java