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.
我有 glassfish 服务器,用于托管 jenkins 以进行持续集成。该构建会生成一个 Maven 站点。有没有办法可以将此 maven 站点部署到 glassfish 中以便可以远程查看?
谢谢
将其捆绑为战争文件。只需创建一个空的 .war 并将 files/dir 结构粘贴到其中。制作一个 WEB-INF/web.xml 并将欢迎页面定义为索引页面。