嗨,有人可以回答我如何在 tomcat 中部署 muleapp 吗?
我已经使用 Maven -mvn package war:war 打包了 muleapp,但是在使用 Maven 构建和打包它之前,我必须在 muleapp 中手动添加 WEB-INF 文件夹,因为 muleapp 的结构与 webapp 不同。
有没有更好的方法如何将 muleapp 转换为 webapp 结构?
非常感谢你!
嗨,有人可以回答我如何在 tomcat 中部署 muleapp 吗?
我已经使用 Maven -mvn package war:war 打包了 muleapp,但是在使用 Maven 构建和打包它之前,我必须在 muleapp 中手动添加 WEB-INF 文件夹,因为 muleapp 的结构与 webapp 不同。
有没有更好的方法如何将 muleapp 转换为 webapp 结构?
非常感谢你!
Mule Application and Web Archive (WAR) are two different formats, and for this reason they are not interchangeable.
To create a web application that uses mule you should start from the maven war archetype and then following the instruction available here to configure your web.xml