RE: Tomcat & AS400 problem

2003-01-29 Thread SRamanujan
I have my jt400.jar in common/lib and the following code work for me. import java.sql.*; Connection con; Class.forName("com.ibm.as400.access.AS400JDBCDriver"); con = getConnection("jdbc:as400://"+getSystemName(),, ); Thanks. Sudha Ramanujan SunGard Futures Systems [EMAIL PROTECTED] (312) 577

RE: Tomcat & AS400 problem

2003-01-29 Thread perumal90
Try to put the jt400.jar in /lib dir. it works for me. Best of luck Perumal. x x <[EMAIL PROTECTED]> wrote: > >I am using tomcat 4.1.18 in mandrake linux 8.2. >My database is a DB2 on an AS400 machine,but i cant >login in the as400. I put the jt400.jar in >TOMCAT_HOME=/commom/lib, my aplication