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/
时间: 2024-10-13 06:25:46