Wednesday, May 26, 2010

Start and stop Weblogic server using boot.properties

Starting and Stopping Weblogic Server
http://download.oracle.com/docs/cd/E12839_01/web.1111/e13708/overview.htm#i1068520


Specify location of boot.properties file using -Dweblogic.system.BootIdentityFile=filename

connect(url='t3://localhost:7001')
shutdown('AdminServer','Server')
exit()



connect command

connect([username, password], [url], [timeout])
connect([userConfigFile, userKeyFile], [url], [timeout])
connect([url], [adminServerName], [timeout])

adminServerName parameter (Name of the domain's Administration Server. ) is not needed.
Causes the connect command to use the credentials that are stored in the Administration Server's boot.properties file. If the Administration Server's boot.properties file is located in the domain directory, then you do not need to specify this argument.
http://download.oracle.com/docs/cd/E12839_01/web.1111/e13708/overview.htm#i1068520

No comments:

Post a Comment