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.
嗨,我有一些 jar 文件放在我的项目中 lib 文件夹的某个子目录中,比如MyProject/lib/A/some.jar。当我在 tomcat 中部署我的项目时,jar 文件会自动在 tomcat 的 lib 文件夹中/lib/A从/lib. 在 webapps 文件夹中。这种行为的原因可能是什么?
MyProject/lib/A/some.jar
/lib/A
/lib
PS我MyEclipse用于部署。
MyEclipse
我唯一能想到的是您在部署程序集中有导致这种情况的条目。选择项目,右键单击并选择 Properties,然后转到 MyEclipse->Deployment Assembly 页面。检查条目并删除或编辑有问题的条目。如果您没有部署组装页面,那么您可能使用的是相当旧的 MyEclipse 版本,在这种情况下,我想不出问题可能是什么。