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

Daniel,

Stephens, Daniel wrote:
> Does anyone know the main differences between
> commons-beanutils-1.7.0.jar and Tomcat's original
> common-beanutils.jar.

Try this:

$ unzip -p commons-beanutils.jar META-INF/MANIFEST.MF

This should give you information about what version you already have.

> We have to do a project in struts and want to use version 1.3.5. But
> we are wondering if I can just deploy commons-beanutils-1.7.0.jar to
> the common/lib, and it not affect the other jar?

That will certainly fail. You need to either replace the existing
commons-beanutils.jar, or deploy your updated one into your WEB-INF/lib
directory (which might not work at all).

> Or should I symlink it and make it use commons-beanutils-1.7.0.jar
> primarily?

Symlinks aside, you need to make sure that 1.7.0 is compatible with the
version already in place. You should be able to determine compatibility
by checking out the 1.7.0 release notes
(http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/RELEASE-NOTES.txt)
and other similar documentation.

- -chris

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

iD8DBQFF1khZ9CaO5/Lv0PARAky4AKC1wp6Rzizia8+SeLN0hgHFkWmnywCdFH4n
qTwC6hXoRdAzRah4EP53QZQ=
=SYfX
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to