Building an EAR file from Command Prompt

You can use the buildear utility to build an EAR. Using a command prompt, change directory to %TRA_HOME%\bin, and then issue the following command:

buildear -x -v -o %location%\output.ear -p %designer_project_path%

-x  Overwrites the existing file
-v  Validates the project for errors
-o  Full path of the EAR file
-p  Path of the Designer project folder

Comments

Popular posts from this blog

Using XML To Java in TIBCO BW

Handling File Upload in Mule API using Multipart Form Data

XML Schema and JSON Schema Validation in Mule 4