码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2015-03-04 22:52:19      阅读:345      评论:0      收藏:0      [点我收藏+]

标签:server   服务器   oracle   linux   windows   

1.打开命令行窗口,切换到<MW_HOME>\user_projects\domains\mydomain\bin

2.运行命令来启动管理服务器(Admin Server):

           bin/startWebLogic.cmd (windows) 

           bin/startWebLogic.sh    (Linux)

  <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 如果看到这句话则说明启动成功。

3.运行命令来启动被管理服务器(前提是有被管理服务器(Managed Server)):

  bin/startManagedWebLogic.cmd myserver http://localhost:7001 (Windows) 

  bin/startManagedWebLogic.sh myserver http://localhost:7001 (UNIX)

4.可以通过一下三个连接来验证是否启动成功:

  http://localhost:7001/em

  http://localhost:7001/analytics

  http://localhost:7001/console/

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

标签:server   服务器   oracle   linux   windows   

原文地址:http://blog.csdn.net/seaee/article/details/44063537

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!