Starting the Integration Server in background

Hi all,
I have a problem with my IS.
I am trying to start the IS in background with bin server.sh& command in putty.
To my understanding the ´&´ symbol after the command will start it in background.

But, when i do this in my machine and once get disconnected from the network, the IS is also going down.
Is there anything that am doing wrong?

Can anybody suggest?

Thanks,
Krithiga M

Krithiga,

Try “nohup server.sh &” and see if the output is redirected to the nohup file. Also, are you starting the server as a SUDO user?

Cheers,
Akshith

[url]http://en.wikipedia.org/wiki/Nohup[/url]

As the running user:

nohup /opt/webMethods/IntegrationServer/bin/server.sh &
exit

As root:

su -c “nohup /opt/webMethods/IntegrationServer/bin/server.sh &” - username
exit

:smiley:

:smiley:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.