Control the classpath ordering of jars in WEB-INF/lib on Tomcat 5?

后端 未结 7 827
终归单人心
终归单人心 2020-12-10 05:48

I have a legacy web app running in Tomcat 5.0.

This web app has two jars in WEB-INF/lib, let\'s say Foo-2.0.jar and Bar-2.0.jar

7条回答
  •  执念已碎
    2020-12-10 06:27

    Strip Foo-1.0.jar out of Bar-2.0.jar. As it is, it's just trouble waiting to happen both for development(need to fudge the dev. environments) and for deployment.

提交回复
热议问题