开发者

WebApplications (.war file) and common jar file

开发者 https://www.devze.com 2022-12-22 03:11 出处:网络
i need to deploy at Tomcat many web applications with a lot of common jars (Jersey jars). I\'ve created WAR file without JARS and added to MANIFEST.MF eg: \"Class_Path开发者_Go百科: .jar .jar\". But W

i need to deploy at Tomcat many web applications with a lot of common jars (Jersey jars). I've created WAR file without JARS and added to MANIFEST.MF eg: "Class_Path开发者_Go百科: .jar .jar". But WebApplications does not work. What I am doing wrong?


Place the JARs in the WEB-INF/lib folder. Then create the WAR. Dont worry about MANIFEST file.

0

精彩评论

暂无评论...
验证码 换一张
取 消