System Administration - CMiC Weblogic Startup/Shutdown Scripts
Before starting up the weblogic, make sure the node manager for the same is up and running.
For example, check if the node manager is up in services.msc for the PROD environment:
Open Command Prompt as Administrator and type:
cd /d D:\cm\ias\j2ee\<ENV>\bin
D:\cm\ias\j2ee\prod\bin>cmicprod_start.cmd
It will take 15-20 minutes to start.
To stop the Weblogic for the same environment, open Command Prompt as Administrator and type:
cd /d D:\cm\ias\j2ee\<ENV>\bin
D:\cm\ias\j2ee\prod\bin>cmicprod_stop.cmd
To start and stop the NodeManager, go to services.msc, then click the start/stop/restart links for the service:
A second method is to go to D:\oracle\midtierjsp\user_projects\domains\cmicprod\bin and run startNodeManager.cmd to start NodeManager, or run StopNodeManager.cmd to stop NodeManager.