Deploying on WebLogic

This topic describes how to deploy a J2EE application using WebLogic (UNIX and Windows).


Before you begin: As WebLogic replaces some default implementations of Java classes and the default WebLogic implementation does not authorize outgoing HTTP connections, make sure the -DUseSunHttpHandler parameter is set to "true" in the startWeblogic.sh file. For example:
JAVA_OPTIONS="${SAVE_JAVA_OPTIONS}
"-Xss512k
 -Xms1536m 
 -Xmx1536m 
 -Xmn512m 
 -XX:PermSize=128m 
 -XX:MaxPermSize=128m 
 -XX:SurvivorRatio=3 
 -XX:+DisableExplicitGC 
 -XX:+UseCompressedOops 
 -DUseSunHttpHandler=true"

For details, see http://www-01.ibm.com/support/docview.wss?uid=swg1HE09231.

Related Topics
Deploying on Tomcat
Deploying on WebSphere
Deploying on Sun Java System Application Server (UNIX Only)
  1. Start your WebLogic server.

  2. Launch a supported browser and go to:

    http://HOSTNAME:7001/console
    

  3. In the WebLogic Server Administration Console, type your username and password, then click Log In.
    WebLogic Server Admin Console Login Screen

  4. In the WebLogic Server Administration Console home page, click Configure applications under Information and Resources.

  5. If Install is grayed out, click Lock & Edit on the Summary of Deployments page.

  6. Click Install under Deployments.

  7. Navigate to the location of the .ear file. Select ematrix.ear > Next.

  8. Select Install this deployment as an application > Next.

  9. Click Next in the Optional Settings screen.

  10. Under Additional configuration, select No, I will review the configuration later > Finish.

  11. When you return to the Summary of Deployments, click Activate Changes.

  12. Once the changes have been saved, select the checkbox for ematrix. Under Start, choose Servicing all requests > Yes.

  13. Log out of the WebLogic administration console.