简体   繁体   English

META-INF / MANIFEST.MF文件中的库依赖关系

[英]library dependencies in META-INF/MANIFEST.MF file

What's the meaning of library dependencies in MANIFEST.MF file stores in Tomcat. Tomcat中MANIFEST.MF文件存储中库依赖项的含义是什么。 I don't understand it, while reading this in book. 在阅读本书时,我听不懂。 I need some clarification on it. 我需要澄清一下。

Why do we ever need to create MANIFEST.MF file in Tomcat, if the jar file in Tomcat is enough to handle all the requirements. 如果Tomcat中的jar文件足以满足所有要求,为什么我们需要在T​​omcat中创建MANIFEST.MF文件。

Thanks in advance for any valuable suggestion. 在此先感谢您提出任何宝贵的建议。

Are you talking about the Class-Path header in manifest files ? 您是否在谈论清单文件中Class-Path标头 Not sure what the Tomcat part of the question is asking about though... internal jar files that implement Tomcat? 不确定问题的Tomcat部分在问什么...实现Tomcat的内部jar文件? Libraries in a WAR file? WAR文件中的库? The WAR file itself? WAR文件本身?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从* .war / META-INF / MANIFEST.MF文件中读取manifest.mf? - How to read manifest.mf from *.war/META-INF/MANIFEST.MF file? Aws Lambda访问META-INF / MANIFEST.MF? - Aws Lambda access to META-INF/MANIFEST.MF? jar文件中缺少主要属性,MANIFEST.MF文件位于META-INF文件夹中 - Missing main attribute inside the jar file, the MANIFEST.MF file is located in META-INF folder 对于 JIMAGE 文件,什么相当于 JAR 文件 META-INF/MANIFEST.MF? - What is the equivalent to JAR file META-INF/MANIFEST.MF for a JIMAGE file? 如何在Spring Boot应用程序中读取我的META-INF / MANIFEST.MF文件? - How to read my META-INF/MANIFEST.MF file in a Spring Boot app? 在unnamed.war中找不到META-INF / MANIFEST.MF文件 - META-INF/MANIFEST.MF file not found in unnamed.war Java - 即使 MANIFEST.MF 文件位于 /META-INF 中,App.jar 中也没有主要清单属性 - Java - No Main Manifest Attribute, in App.jar error even though MANIFEST.MF file is in /META-INF 为什么喜欢/ WEB-INF / lib到/META-INF/MANIFEST.MF用于webapps? - Why prefer /WEB-INF/lib to /META-INF/MANIFEST.MF for webapps? 提取和重新创建的jar不支持“ META-INF / MANIFEST.MF”中的清单。 - Extracted and recreated jar does not honor manifest at `META-INF/MANIFEST.MF` 为什么不能使用maven-war-plugin将密钥与“ WEB-INF / classes / META-INF / MANIFEST.MF”合并? - Why keys are not merged with “WEB-INF/classes/META-INF/MANIFEST.MF” using maven-war-plugin?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM