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

2002-07-31 Thread Nishant_Awasthi
Hello Richard.. Now I just tested the all lowercase (sample) and all uppercase (SAMPLE) name of database and it works or both the cases. It showed some strange behaviours..sometime back. AN hour ago I tried to compile using all lowercases and it didn't find the database. then I opted for all Up

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... > > S

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

2002-07-31 Thread Nishant_Awasthi
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 = "jdbc:db2://xxx.xxx.xxx.xxx/SAMPLE"; where xxx.xxx.xxx.xxx is the IP addre