mmaloney10
Programmer
I am working on a QA automation project and am having trouble creating routines for starting the weblogic server.
Problem:
After telneting to a Windows box and executing startWebLogic.cmd, my script then logs out. Once I log out of the system, the process goes away.
I have tried using the following in my shell script (running in Cygwin):
startWebLogic.cmd
nohup startWebLogic.cmd
nohup startWebLogic.cmd >> /dev/null&
Anyone have any other ideas on how to keep this process running after logging out?
Thanks