Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 Tomcat 上部署许多带有许多常见 jar(Jersey jar)的 Web 应用程序。我创建了没有 JARS 的 WAR 文件并添加到 MANIFEST.MF 例如:“Class_Path: .jar .jar”。但是 WebApplications 不起作用。我做错了什么?
将 JAR 放在 WEB-INF/lib 文件夹中。然后创建 WAR。不要担心清单文件。