WebLogic, is the Web server for Java development.
Tomcat is familiar with the role of Tomcat, which is a more advantageous Web server than Tomcat.
Installation: (reproduced)
1. Provide installation file download: Link place
2. The installation process is not detailed, you can modify the installation address, a variety of "next" to complete the installation.
WebLogic Creating a Domain
When the installation is complete, Start menu--Oracle Weblogic--Weblogic Server 11gR1 and Tools--"Configuration Wizard" opens fusion Middleware Configuration Wizard.
1. Tick "Create a new WebLogic domain" and click Next.
2. Select automatic generation, do not move, click Next.
3. "Domain name" self-input, this is the folder name under \user_projects\domains\, I use the cmcatv here, "domain location" can not change, click Next.
4. Configure the administrator user name and password, NAME=WEBLOGIC,PASSWORD=WEBLOGIC10, and click Next.
5. Configure the domain startup mode and JDK, here can not configure, choose the default developer mode and bring your own JDK, you can adjust the JDK as appropriate, click Next.
6. In the optional configuration, tick "Manage Server" and click Next.
7. You can change the server name and port number. I set it up as a name=weblogic,port=7001,address without changing. Click Next.
8. Next, the software is automatically configured to complete.
Here, you create your own domain, the equivalent of successfully deploying a Web server on this machine, the next task is to publish the Web project to the Web server.
WebLogic Admin Domain
In the "Start Menu"-"Oracle Weblogic"-"User Projects" you can see a folder with the same name as the one you just created with three shortcuts:
"Admin Server Console": Open the Management Web server Terminal page, in fact, in the browser address bar type "Http://127.0.0.1:7001/console", automatically jump to the login interface, Fill in the Administrator user name and password when creating the domain, you can log in successfully.
"Start Admin Server for Weblogic": Starts the Web server. This is the first one to run, otherwise the console configuration above will not open.
"Stop Admin Server": There must be a stop on start to terminate the Web server operation.
1. Start the server by running "Start Admin server for Weblogic" first.
2. Run "Admin Server Console", WebLogic and WEBLOGIC10 login background.
3. Click "Deploy" and "Install" in "Domain Structure" on the left to find the path of the Web project, tick the Defaultroot folder--"Next"--"next"--"finish".
Now that the WebLogic configuration and deployment projects are complete, you can view the project in the browser below.
Application of WebLogic
IE browser (more than IE8 version seduce compatibility mode) enter "HTTP://127.0.0.1:7001/" in the Address bar to view the items published to the WebLogic server.