Weblogic is application server, which manage the whole life cycle of Java Enterprise Application.
It is a container for holding .ear,.war,.jar file.
- How to install weblogic in Windows
1.1) jdk 1.6/1.7 or Jrockit.
1.2) Weblogic installable (.exe or .jar)
2) How to run weblogic installer :-
2.1) If you are running .exe then just need to run that .exe file normally.
2.2) If you want to install weblogic by wls.jar then need to extract .jar file
command for extracting .jar file:-
cd:/>java -jar wls.jar
after executing this command you will get the Orcale Weblogic Install Any Where pop up
For step by step installation window Click here
- How to install Weblogic in Linux
- How to create weblogic domain
For creating new weblogic domain please click on this link Click here
- How to deploy application in Weblogic server
This tutorial covers using the Oracle WebLogic Server 12c (12.1.1) administration console to deploy a simple Java Enterprise Edition web application. The tutorial shows how to start and run the application. The tutorial then shows how to redeploy an updated version of the application. Finally, the tutorial shows how to undeploy the application.
For deploying the application please Click here
Looking for more updates :)
ReplyDelete