Creating war file with
JDeveloper 12c
Kailash Nirmal
Creating a WAR Deployment Profile Document
Creating a WAR Deployment Profile Document
Introduction
This will be useful for the Creating a WAR Deployment Profile in jDeveloper 12c by providing the details for how the war file should be
built.
Prerequisites
Before going through this post, you should:
1. Have access to or have installed Oracle
JDeveloper 12c Studio Edition Version 12.1.3.0.0.
2. Have project setup done in jDeveloper.
Web
Application Archive (WAR)
This also called Web Archive. This can alternatively be deployed without an
EAR.Contains all files required for an application.
Steps:
1-
Right click the project or go to File> New
2. Select
Deployment Profiles under General and Select WAR file from Items
list on the right side and press OK.
3. Provide
any name and the location where you want to save the WAR file and press OK.
Note the path of war file. You can see the deploy folder.
Press the OK.
6. Right
click on the Project, go to-> Deploy and select the name provided in the
step 4 and 5.
7. Select
the deployment action. Select “Deploy to WAR”.
8. Press
Next and then Finish. Now the files will be complied and deployed to the war
file.
9. Finally,
you will see the war file created inside Deploy folder. Now you can deploy it
to any server, like tomcat, jboss or WebLogic in our case.
Note:
You can edit in WAR Deployment Profile Properties dialog.
Repeat Steps 1 through 8 for all web projects that you want to deploy.







Comments
Post a Comment