Saturday, June 29, 2013

Weblogic Exploded war,ear Deployment

In this post, we will see how to deploy the web applications in exploded form and we will also discuss the advantages of it compared with archived form deployment. To know how to do exploded directory deployment just keep on reading !!

image

Steps Involved:

1] Locate the Archived war,ear file of the application.

image

2]Directory structure:

--> create a two sub folders(META-INF,Monitor) under exploded_dep directory

image 

3] Create a subfolder(Monitor) and Unzip the archived war,ear file inside that subfolder.

image

4] Content of application.xml

image

5] That’s it !! Now the exploded form web application is ready for the deployment , just do the deployment in application server!!

image

6] Application deployed successfully, and it’s in active state.Now access the application using the context root /Monitoring_Application.

http://localhost:7001/Monitoring_Application

image

I hope everything is clear, let us know if you have any queries !!

No comments:

Post a Comment