RE: Tomcat 4.1, DBCP and Oracle

2002-12-10 Thread Sundar Chakravarthy
To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Good Morning! Yes, i just renamed classes12.zip to classes12.jar. Tomcat should recognize it when rebooting the server! No further repackaging necessary! How do you know that tomcat didn't recognize classes12.jar? thomas -Original

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
it? thank you for your help...it's greatly appreciated. ~ Troy Campano ~ -Original Message- From: Jacob Kjome To: Tomcat Users List Sent: 12/7/02 2:57 PM Subject: RE: Tomcat 4.1, DBCP and Oracle 1. Rename classes12.zip to classes12.jar. You don't have to repackage the classes

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
PROTECTED]] Sent: Saturday, December 07, 2002 11:56 PM To: Tomcat Users List Subject: Re: Tomcat 4.1, DBCP and Oracle Did you configure Oracle DataSource thru the web interface of Admin app in Tomcat 4.1? If you did, you will need to link the Global datasource to your webapp in server.xml

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
, and should be used like a regular data source. -Messaggio originale- Da: Campano, Troy [mailto:[EMAIL PROTECTED]] Inviato: lunedì 9 dicembre 2002 16.08 A: Balzarotti Paolo Oggetto: RE: Tomcat 4.1, DBCP and Oracle Is that the same thing as this? http://jakarta.apache.org/tomcat/tomcat

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Thomas Achleitner
; Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Nope...no luck. Same error: java.sql.SQLException: Cannot load JDBC driver class 'null' My server.xml looks like this now: Context path=/inventoryServer docBase=inventoryServer debug=5 reloadable=false crossContext=false Resource name

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
[mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:44 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Hi! I think paraemter driverClassName is missing. Try: parameternamedriverClassName/namevalueoracle.jdbc.OracleDriver/value/parameter hope this helps! thomas

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Thomas Achleitner
be changed to userName as well (casesensitive). thomas -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 4:53 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Hello Thomas, I take it you mean oracle.jdbc.driver.OracleDriver. I

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
Hi Thomas... What version of Tomcat are you using? Are you using classes12.jar (zip)? thanks! ~ t r o y ~ -Original Message- From: Thomas Achleitner [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:15 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle hi

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Thomas Achleitner
hi! tomcat 4.1.12 classes12.jar thomas -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:22 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Hi Thomas... What version of Tomcat are you using? Are you using classes12

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Manavendra Gupta
. -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 9:52 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Hi Thomas... What version of Tomcat are you using? Are you using classes12.jar (zip)? thanks! ~ t r o y ~ -Original

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
, 2002 11:24 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle hi! tomcat 4.1.12 classes12.jar thomas -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:22 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Hi

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Thomas Achleitner
, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:26 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Woa... Could you send me a copy of your server.xml, web.xml, and how you create the connection in your Servlet/JSP? That would be greatly appreciated. thank

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
, 2002 11:38 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Here are the relevant snapshots of the code (classes12.jar in common/lib): server.xml: Resource name=jdbc/OracleDS auth=Container type=oracle.jdbc.pool.OracleConnectionCacheImpl/ ResourceParams name=jdbc/OracleDS

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Campano, Troy
PROTECTED]] Sent: Monday, December 09, 2002 11:38 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Here are the relevant snapshots of the code (classes12.jar in common/lib): server.xml: Resource name=jdbc/OracleDS auth=Container type=oracle.jdbc.pool.OracleConnectionCacheImpl

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Roberto Bouza
Achleitner [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:38 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Here are the relevant snapshots of the code (classes12.jar in common/lib): server.xml: Resource name=jdbc/OracleDS auth

RE: Tomcat 4.1, DBCP and Oracle; Datasource is Null

2002-12-09 Thread Eddie Liang
Hi, I have a problem with configuring the DBCP and Oracle. My server.xml is: Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone Connector className=org.apache.catalina.connector.http.HttpConnector port=8080 minProcessors=5 maxProcessors=75

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Manavendra Gupta
I had faced a similar situation, but wasn't sure why it was working on windoze! -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:15 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Ok...now the problem is stranger. I

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Manavendra Gupta
=Container, scope=Shareable] No such message on linux though. -Original Message- From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 10:30 AM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle I had faced a similar situation, but wasn't sure why

RE: Tomcat 4.1, DBCP and Oracle

2002-12-09 Thread Thomas Achleitner
]] Sent: Monday, December 09, 2002 5:57 PM To: Tomcat Users List Subject: RE: Tomcat 4.1, DBCP and Oracle Damn, I'm still getting the same error after I re-did my configuration like yours. java.sql.SQLException: Cannot load JDBC driver class 'null' When you put your JAR into /common/lib/ did

RE: Tomcat 4.1, DBCP and Oracle

2002-12-08 Thread Jacob Kjome
greatly appreciated. ~ Troy Campano ~ -Original Message- From: Jacob Kjome To: Tomcat Users List Sent: 12/7/02 2:57 PM Subject: RE: Tomcat 4.1, DBCP and Oracle 1. Rename classes12.zip to classes12.jar. You don't have to repackage the classes, simply rename the file. 2. Put classes12.jar

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
Oh yeah...the error I get is: java.sql.SQLException: Cannot load JDBC driver class 'null' ~ t r o y ~ -Original Message- From: Campano, Troy Sent: Saturday, December 07, 2002 12:44 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 4.1, DBCP and Oracle Has anyone been

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread micael
Sounds as if you don't have the class that it says you don't have. You need to load in the appropriate JDBC driver class. Have you just loaded the standard version of JDBC? At 12:45 PM 12/7/2002 -0500, you wrote: Oh yeah...the error I get is: java.sql.SQLException: Cannot load JDBC driver

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Jacob Kjome
1. Rename classes12.zip to classes12.jar. You don't have to repackage the classes, simply rename the file. 2. Put classes12.jar in CATALINA_HOME/common/lib. That is the *only* place it can go because both the server and the application require access to it. Libraries under the common

Re: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread David Brown
Campano, Troy writes: Has anyone been able to get Tomcat 4.1.12 or Tomcat 4.1.16 working with DBCP and Oracle (classes12.zip)? I've tried a billion combinations of configurations and nothing works. I've see other people on the web have also had this problem. I've tried for months to figure

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
, DBCP and Oracle. Were you able to do it? thank you for your help...it's greatly appreciated. ~ Troy Campano ~ -Original Message- From: Jacob Kjome To: Tomcat Users List Sent: 12/7/02 2:57 PM Subject: RE: Tomcat 4.1, DBCP and Oracle 1. Rename classes12.zip to classes12.jar. You don't

RE: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Campano, Troy
Oh sorry, i meant i have the problem with 4.1.16-beta as well. thank you! -Original Message- From: Campano, Troy To: Jacob Kjome; [EMAIL PROTECTED] Sent: 12/7/02 10:38 PM Subject: RE: Tomcat 4.1, DBCP and Oracle Hi, I've done this. I renamed zip to jar. put it in /common/lib. When I

Re: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread Dan Tran
] Sent: Saturday, December 07, 2002 7:43 PM Subject: RE: Tomcat 4.1, DBCP and Oracle Oh sorry, i meant i have the problem with 4.1.16-beta as well. thank you! -Original Message- From: Campano, Troy To: Jacob Kjome; [EMAIL PROTECTED] Sent: 12/7/02 10:38 PM Subject: RE: Tomcat 4.1, DBCP