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 !!
Steps Involved:
1] Locate the Archived war,ear file of the application.
2]Directory structure:
--> create a two sub folders(META-INF,Monitor) under exploded_dep directory
3] Create a subfolder(Monitor) and Unzip the archived war,ear file inside that subfolder.
4] Content of application.xml
5] That’s it !! Now the exploded form web application is ready for the deployment , just do the deployment in application server!!
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
I hope everything is clear, let us know if you have any queries !!
No comments:
Post a Comment