Tuesday, January 15, 2013

Starting managed server with out nodemanager

Weblogic managed server instance using the startManagedWebLogic.cmd


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 Manged server name and internally call the "startWebLogic.cmd" to start the managed server.
%DOMAIN_HOME%\bin\startWebLogic.cmd

No comments:

Post a Comment