Monday, July 8, 2013

Configure Weblogic 12 Cluster on Windows and run it locally (Weblogic 12.1.1)

    Here is a scenario how to configure Cluster locally on Windows
  • Start Node Manager (${WEBLOGIC_HOME}/wlserver_12.1/server/bin/startNodeManager.bat {.sh})

  • Start your Weblogic domain (we'll reference it as default domain, that is located at ${WEBLOGIC_HOME/user_projects/domains/base_domain/startWebLogic.cmd {.sh}})

  • Go to weblogic console and log in (if you haven't changed the port for your domain server, than it is http://localhost:7001/console)

  • Go to Environment (Umgebung) -> Computer (Rechner) and add new "Machine"

  • Don't forget to register here your NodeManager correctly. My nodemanager port number is 5556. And my nodeManager runs at localhost and uses SSl Listener Type.

  • Think about giving more memory to your server, otherwise it might be hard to deploy anything on it.

  • After you are done with it, go to Environment (Umgebung) -> Server and Add a new "server", that you will name ManagedServer.

  • After you are done with it, go to Environment (Umgebung) -> Cluster and create a new "Cluster". Then add your newly created ManagedServer to your Cluster.

  • Restart your NodeManager and your weblogic base_domain.

  • Now you are done and you can start your ManagedServer. After you started your ManagedServer, wait until the ManagedServer will get into the "Running status". Running status means that it's done and ready to be used.

    Happy Testing!

No comments:

Post a Comment