On Sun, Mar 13, 2005 at 11:56:02PM -0800, sven morales wrote:
:   Tomcat 5.5.x and newer have repackaged the commons
: libraries into naming-xxx.jar files and it is probably
: causing lots of headache to people doing a conversion
: from older distro.

I don't see the problem.

Chances are, this was done such that Tomcat could use one version of the
libraries while webapps run within Tomcat can use other versions.  In
other words, package renaming (when done properly) is one way to address
version skew in a shared environment.

Are you renaming your package imports to reflect the Tomcat-renamed
packages?  You shouldn't have to do that.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to