红联Linux门户
Linux帮助

如何通过命令行在Windows和Linux上启动WebLogic Server

发布时间:2015-10-15 10:04:58来源:linux网站作者:Seaee

旧版本:

Navigate to /<MW_HOME>/wlserver_10.3/server/bin, execute ./startNodeManager.sh.

Navigate to /<MW_HOME>/user_projects/domains/bifoundation_domain/bin, execute./startWebLogic.sh.

Navigate to /<MW_HOME>/instances/instance1/bin, execute ./opmuctl startall, to start all services.

Go to the address http://slc08vqm.us.oracle.com:7001/em, Bussiness Intelligence--->coreapplication---->Availability---->Start all,  to start components.

Through http://slc08vqm.us.oracle.com:7001/em
http://slc08vqm.us.oracle.com:7001/console/login/LoginForm.jsp
http://slc08vqm.us.oracle.com:7001/analytics/saw.dll?bieehome&startPage=1

to verify whether weblogic server has been started.

Have a!


以下为更新版本(Windows系统下启动WebLogic Server):

1,命令行启动管理服务器:

<MW_HOME>\ user_projects\domains\mydomain \bin> startWebLogic.cmd

当提示这句话时, <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 说明WebLogic Server启动成功。

2,命令行启动被管理服务器:

bin> startManagedWebLogic.cmd myserver http://localhost:7001

myserver是Managed Server,受管理服务器名称,可以有多个受管理服务器,在D:\WebLogicServer\wls12130\user_projects\domains\mydomain\servers 中查看到。


Linux下weblogic关闭和启动(SSH命令):http://www.linuxdiyf.com/linux/8131.html

Xmanager3远程连接Red Hat 6.4 安装WebLogic12:http://www.linuxdiyf.com/linux/11769.html

Linux部署Weblogic11g:http://www.linuxdiyf.com/linux/999.html

Linux下WebLogic卸载:http://www.linuxdiyf.com/linux/4974.html