Thursday, August 8, 2013

Starting Weblogic managed server without node manager

We can start Weblogic managed server instance using the startManagedWebLogic
Windows : startManagedWebLogic.cmd
Solaris/Linex : startManagedWebLogic.sh

Syntax to start the managed server is "startManagedWebLogic.cmd server_name admin_url"
            server_name is the name of the Managed Server
            admin_url is the url used to access the Administration Server for the domain.

For example: startManagedWebLogic.cmd Server1 http://localhost:7001

startManagedWebLogic.cmd command collects the managed server name and internally call the "startWebLogic.cmd" to start the managed server.

startManagedWebLogic present in Domain home bin folder


%DOMAIN_HOME%\bin\ startManagedWebLogic.cmd
$DOMAIN_HOME/bin/startManagedWebLogic.sh

Note: 

  • If we do not mention boot.properties it will ask the Admin server username and password.
  • If we mention the boot.properties script don't ask the Admin server username and password.



Disadvantage: Server will shut down if we press CTL + C , So we need to start the process as nohub.


8 comments:

  1. Superbly written article, if only all bloggers offered the same content as you, the internet would be a far better place.. managed it services

    ReplyDelete