-----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

Reply via email to