RE: Prob Loading DB Driver

2001-11-29 Thread Scott Haas


If drivers end in  .zip ?   try renaming to .jar ..  on Unix platforms 
the ant and  catalina  scripts only add *.jar files to the classpaths.

Bye,
Scott


~~~
Scott Haas
Advanced Technologist
Center for Creative Instruction
ph 419-383-7462fax 7498

Medical College of Ohio
3000 Arlington Ave
Toledo, OH 43614

http://www.mco.edu/cci

~~~

 [EMAIL PROTECTED] 11/29/01 12:55AM 
I found a BIGHAMMER approach earlier today, I put copies of my jdbc
drivers in the Tomcat/common/lib  folder 
But and I quote
 
If you have only one web-app that references this driver, you should put it
in WEB-INF/lib. This allows for better maintenance and management of your
libraries and dependencies. To reference/load the driver classname, you
could use a parameter entry in the web.xml file... You could even have a
startup servlet to load the driver in DriverManager and/or have it available
through some lookup system such as a JNDI service.

I think this is cleaner than having it in Tomcat/common/lib UNLESS you want
those drivers to be available for all web-apps you create. 

There was a small thread on this today under Where to place JDBC Drivers?
How?

-Original Message-
From: Jovie Castaneda [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 28, 2001 10:08 PM
To: 'Tomcat Users List'
Subject: Prob Loading DB Driver


Hi All,


im encountering problems in Tomcat 4 when Im loading my database driver. I
did set into my classpath the location of my IDS Driver classes and I didnt
encounter any problems in Tomcat 3.2.3 . Maybe I missed something in Tomcat
4 which may be the reason why i cnat make it work...hope you could give me a
hand on thi thanks in advance.

-Jovie


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Prob Loading DB Driver

2001-11-28 Thread Jovie Castaneda

Hi All,


im encountering problems in Tomcat 4 when Im loading my database driver. I
did set into my classpath the location of my IDS Driver classes and I didnt
encounter any problems in Tomcat 3.2.3 . Maybe I missed something in Tomcat
4 which may be the reason why i cnat make it work...hope you could give me a
hand on thi thanks in advance.

-Jovie


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Prob Loading DB Driver

2001-11-28 Thread Mike Kelley

I found a BIGHAMMER approach earlier today, I put copies of my jdbc
drivers in the Tomcat/common/lib  folder 
But and I quote
 
If you have only one web-app that references this driver, you should put it
in WEB-INF/lib. This allows for better maintenance and management of your
libraries and dependencies. To reference/load the driver classname, you
could use a parameter entry in the web.xml file... You could even have a
startup servlet to load the driver in DriverManager and/or have it available
through some lookup system such as a JNDI service.

I think this is cleaner than having it in Tomcat/common/lib UNLESS you want
those drivers to be available for all web-apps you create. 

There was a small thread on this today under Where to place JDBC Drivers?
How?

-Original Message-
From: Jovie Castaneda [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 28, 2001 10:08 PM
To: 'Tomcat Users List'
Subject: Prob Loading DB Driver


Hi All,


im encountering problems in Tomcat 4 when Im loading my database driver. I
did set into my classpath the location of my IDS Driver classes and I didnt
encounter any problems in Tomcat 3.2.3 . Maybe I missed something in Tomcat
4 which may be the reason why i cnat make it work...hope you could give me a
hand on thi thanks in advance.

-Jovie


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]