Start-up script for JD Edwards System
I'm trying to create a start-up script for the JD Edwards system that would start the enterprise servers and WebLogic servers. Has anyone done this or is there a guide that would help?
Script Pseudocode
1. Start Enterprise Server using NET START command
2. Start Weblogic Server using WLST script
3. Check logs to see if there is an issue
My big issue is that I want to run the start script from 1 server so I don't have Weblogic installed to be able to run the WLST script. Can I get away with stopping the WebLogic service without stopping the WebLogic Servers? It would be so much easier!
Script Pseudocode
1. Start Enterprise Server using NET START command
2. Start Weblogic Server using WLST script
3. Check logs to see if there is an issue
My big issue is that I want to run the start script from 1 server so I don't have Weblogic installed to be able to run the WLST script. Can I get away with stopping the WebLogic service without stopping the WebLogic Servers? It would be so much easier!
0