Let me give that a shot, and see if it works.

Odd thing is that I've purposefully changed the xml reference of 
oracle.jdcb.OracleDriver reference to the deprecated version of  
oracle.jdcb.driver.OracleDriver to see how or if the errors being thrown would 
be stated differently, and they're not being done so.

Just the same error ref of Class can't be found - 
oracle.jdcb.driver.OracleDriver 

All the while, it's there.

But let me try this again and see.

Thanks, Chris.


-----Original Message-----
From: Christopher Schultz [mailto:ch...@christopherschultz.net] 
Sent: Tuesday, February 23, 2010 3:04 PM
To: Tomcat Users List
Subject: Re: DB connection error -Tomcat 6 config

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Barry,

I'm glad to hear that you got everything working. Just to sum up, this should 
have been all you needed to to in order to migrate from 4.1 to 6.0:

0. Install Tomcat 6.0.x
1. Copy yourapp.war from tomcat4/webapps/yourwpp.war to tomcat6/webapps 2. Copy 
JDBC driver to tomcat6/lib 3. Create 
tomcat6/webapps/yourwebapp.war/META-INF/context.xml containing:

  <Context ...>
    <Resource
      name="jdbc/resourcename"
      type="javax.sql.DataSource"
      ..
    />
  </Context>

That should be about it. If you want logging, too, that's a different story :)

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuEQq8ACgkQ9CaO5/Lv0PBL0gCgno3HSlfLoH+X/CEBQs1MtnRd
bkgAoLxK3/ISlGkObed/z0oi+Xz3BmBN
=Ahhp
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to