Monday, February 11, 2013

How to start Oracle WebLogic

This is a tutorial regarding how to start Oracle WebLogic. WebLogic installation/configuration is automatic during EPM version 11 installation configuration, and we do not need to do much about it. However, knowing how to Launch WebLogic application comes in handy at times.

In order to start WebLogic, we need to first:
1.       Start WebLogic Server
2.       Launch the Administration Console
Starting WebLogic Server
  1. 1        Start COMMAND PROMPT
  2. 2.       Navigate to the domain directory, BEA_HOME/user_projects/domain_name (in my case, for example, the path is D:/Oracle/Middleware/User_projects/domains/EPMSystem1)
  3. 3.       Run the startup script – startWeblogic.cmd
  4. 4.       The startup script displays a series of messages. Finally we will see a message that looks something like this:   

   <Feb 11, 2013 9:50:42 AM EST> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>
  1. 5.       After the server has started, we can start the WebLogic Administration Console

Launching the Administration Console
  1. 1.       Open up a web browser, Internet Explorer, for example.
  2. 2.       Type in the WebLogic URL: http://hostname:portname/console (for example, if my hostname is normal the URL would be http://normal:7001/console) and hit enter.
  3. 3.       The WebLogic login page opens up. 
  4. 4.       Type in the username and password
  5. 5.       Now w are in WebLogic.

      The default ports for WebLogic server are: 7001 and 7002 for HTTP and HTTPS respectively.


No comments: