Create a managed server.
1. Go to the Console management page, such as: Http://10.100.25.14:7001/console, click the Server (Red marker box), click and then Lock and edit.
2. Click New
3. Fill in the relevant content (note that the port does not conflict with the admin server), click Next
4. Click to finish
At this point a managed server has been created.
———————————————————————————————————————————————————————————————————————————
Start a managed server. (Managed server can be started across hosts)
1.
[Email protected] ~]$ CD oracle/middleware/wlserver_10.3/common/bin/
2.
[Email protected] bin]$/startmanagedweblogic.sh Server-0 http://10.100.25.14:7001
—————————————————————————————————————————————————————————————
Parameter description
--Server-0: The name of managed Server
--Http://10.100.25.14:7001:admin server's host IP and port
————————————————————— Output Content ————————————————————————————————————
<nov 7, 3:07:27 PM est> <Notice> <WebLogicServer> <BEA-000330> <started WebLogic Managed S Erver "Server-0" for Domain "Base_domain" running in Production mode>
<nov 7, 3:07:29 PM est> <Notice> <WebLogicServer> <BEA-000365> <server state changed to RU Nning>
<nov 7, 3:07:29 PM est> <Notice> <WebLogicServer> <BEA-000360> <server started in RUNNING Mode>
WebLogic Management 2-Create and start a managed server