0

Basically what I want is to deploy from Eclipse web project to application server (WebLogic). The problem is that project source files are structured differently than what application server expects (i.e. there is no WEB-INF containing deployment descriptor). As a results when I try to deploy my project to app server it is not recognized as deployable app. Is there a smart and elegant way how-to solve this problem?

4

1 回答 1

0

好的,我会自己回答我的问题。基本上这种情况可以通过创建一个具有所需结构的新动态 Web 项目,然后使用 eclipse 的链接文件夹功能来解决。

于 2013-06-17T07:38:04.553 回答