MuleStudio - packaging mule project as web app (WAR)

user1493140

I created a standard mule project in Mule Studio, but I want to -

  1. package app as standalone ZIP for local testing.
  2. package app as WAR file deployable in tomcat.

The app doesn't have any HTTP endpoints, so there is no concern for changing HTTP to Servlet endpoint.

Does mule studio come with some out of the box options to generate WAR?

David Dossot

No, Studio has no facility for that. You could use Maven for that.

Also I'm assuming you've read: https://stackoverflow.com/a/14859119/387927

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Multi-project build with xsbt-web-plugin not packaging WAR file

From Dev

Maven project packaging is war but also building/installing jar

From Dev

Maven project packaging is war but also building/installing jar

From Dev

Consuming a web service in a MULE domain project

From Dev

Create duplicate web project in eclipse from WAR

From Dev

Exporting Grails App that is an Eclipse Project as a .war

From Dev

Deploying WAR FILE in Microsoft Azure Web App

From Dev

Deploy web app as ROOT.war app in tomcat from Intellij

From Dev

Packaging Enterprise Beans in WAR Modules

From Dev

Deploy Java Web Project on Tomcat without WAR or EAR

From Dev

Create WAR file from command line for Eclipse Dynamic Web Project

From Dev

Mule Project as a dependency in other Mule Project

From Dev

Deploying a Spring app to Weblogic with no web components - war, rar, or ejb?

From Dev

Spring boot app with web.xml in the .war file

From Dev

Grails web-app image directory is not working properly in war

From Dev

Is there a plugin or framework that converts java web app war to maven war (pom.xml and mvn install command)?

From Dev

Splitting up shared code and web.xml from WAR project to common JAR project

From Dev

Splitting up shared code and web.xml from WAR project to common JAR project

From Dev

WAR packaging error: encoded string too long

From Dev

Difference between Jar and War packaging with embedded Tomcat

From Dev

POM packaging option jar to war change error

From Dev

Electron APP packaging

From Dev

UWP app packaging error

From Dev

REST API and web app on same project

From Dev

Yeoman angular project in Azure web app

From Dev

Using parameters in a Mule app

From Dev

Undeploy a failed Mule app

From Dev

Obfuscating a project dependent on a war

From Dev

Configuring the context path of a web app outside the WAR's WEB-INF directory

Related Related

  1. 1

    Multi-project build with xsbt-web-plugin not packaging WAR file

  2. 2

    Maven project packaging is war but also building/installing jar

  3. 3

    Maven project packaging is war but also building/installing jar

  4. 4

    Consuming a web service in a MULE domain project

  5. 5

    Create duplicate web project in eclipse from WAR

  6. 6

    Exporting Grails App that is an Eclipse Project as a .war

  7. 7

    Deploying WAR FILE in Microsoft Azure Web App

  8. 8

    Deploy web app as ROOT.war app in tomcat from Intellij

  9. 9

    Packaging Enterprise Beans in WAR Modules

  10. 10

    Deploy Java Web Project on Tomcat without WAR or EAR

  11. 11

    Create WAR file from command line for Eclipse Dynamic Web Project

  12. 12

    Mule Project as a dependency in other Mule Project

  13. 13

    Deploying a Spring app to Weblogic with no web components - war, rar, or ejb?

  14. 14

    Spring boot app with web.xml in the .war file

  15. 15

    Grails web-app image directory is not working properly in war

  16. 16

    Is there a plugin or framework that converts java web app war to maven war (pom.xml and mvn install command)?

  17. 17

    Splitting up shared code and web.xml from WAR project to common JAR project

  18. 18

    Splitting up shared code and web.xml from WAR project to common JAR project

  19. 19

    WAR packaging error: encoded string too long

  20. 20

    Difference between Jar and War packaging with embedded Tomcat

  21. 21

    POM packaging option jar to war change error

  22. 22

    Electron APP packaging

  23. 23

    UWP app packaging error

  24. 24

    REST API and web app on same project

  25. 25

    Yeoman angular project in Azure web app

  26. 26

    Using parameters in a Mule app

  27. 27

    Undeploy a failed Mule app

  28. 28

    Obfuscating a project dependent on a war

  29. 29

    Configuring the context path of a web app outside the WAR's WEB-INF directory

HotTag

Archive