What's the meaning of library dependencies in MANIFEST.MF file stores in Tomcat. I don't understand it, while reading this in book. I need some clarification on it.
在Tomcat中MANIFEST.MF文件存储中库依赖项的含义是什么。我在书中读到这篇文章时并不理解。我需要澄清一下。
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文件足以满足所有要求,为什么我们需要在Tomcat中创建MANIFEST.MF文件。
Thanks in advance for any valuable suggestion.
提前感谢任何有价值的建议。
1 个解决方案
#1
Are you talking about the Class-Path header in manifest files? Not sure what the Tomcat part of the question is asking about though... internal jar files that implement Tomcat? Libraries in a WAR file? The WAR file itself?
您是在谈论清单文件中的Class-Path标头吗?不确定问题的Tomcat部分是什么问题虽然...实现Tomcat的内部jar文件? WAR文件中的库? WAR文件本身?
#1
Are you talking about the Class-Path header in manifest files? Not sure what the Tomcat part of the question is asking about though... internal jar files that implement Tomcat? Libraries in a WAR file? The WAR file itself?
您是在谈论清单文件中的Class-Path标头吗?不确定问题的Tomcat部分是什么问题虽然...实现Tomcat的内部jar文件? WAR文件中的库? WAR文件本身?