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

William R. Mussatto wrote:

> I've googled, but haven't got a hit, so please excuse if this has been
> covered many times before.
>
> System: linux, (debian for what it matters)
>         tomcat 4.0
>         java  1.3.1
>         mysql 2.23.x
>
> Curently we are using the older org.gjt.mm.mysql.Driver drivers.
>
> We support many different sites which use .jsp pages and bean.
>
> If we move the org.gjt.mm.mysql.Driver drivers into the local lib
directories
>
> WEB-INF/lib/..
>
> and compile the beans with the driver.
>
> Can we upgrade one context at a time to Connector/J or must we shut down
> the server and upgrade them all at the same time?
>
> Anyone done this?

_Theoretically_ that should work, however, the Tomcat folks don't
recommend deploying different versions of the same classes in their
container because of class-loading issues.

You shouldn't have to re-compile anything (if you used JDBC correctly),
because your beans shouldn't be using any of the classes from MM.MySQL
or Connector/J directly...

        -Mark

- --
For technical support contracts, visit https://order.mysql.com/?ref=mmma

    __  ___     ___ ____  __
   /  |/  /_ __/ __/ __ \/ /  Mark Matthews <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__ MySQL AB, SW Dev. Manager - J2EE/Windows
 /_/  /_/\_, /___/\___\_\___/ Flossmoor (Chicago), IL USA
        <___/ www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+8OhetvXNTca6JD8RAparAKCXQmB7Qrd/L10UKc+0uwViswFflwCfdGKd
BZotUmXEUtiz+uOvKXOX6Gw=
=E5k8
-----END PGP SIGNATURE-----


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to