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.
我认为图像将更好地说明我的问题。我在 Eclipse 中有一个 Java 项目,无法将其添加到内部 GlassFish。我必须做什么才能让 Eclipse 让我这样做?
弄清楚了!
转到项目属性-> 项目方面。单击转换为多面形式。将出现一个构面列表。检查动态 Web 模块方面。单击应用。
仍在项目属性中时,转到部署程序集。删除 WebContent 条目。添加一个新条目,选择 src/main/webapp 目录。点击完成。它将将此目录部署到/。
而已!工作对我来说就像一个魅力!