This is for unix users
ps -ef | grep integrationserver
the above command is used for searching the (processes)instances that are running in the server.
before shutting down the server we have to kill these instances, and then stop the server.
to kill the instances we use
kill -3 instanceid(this instance id we get from the above step)
then run kill -9 instanceid command to stop the server.
kill -3 is used for generating the java core file for the currently running instances.
and then we have to remove the lock file from the IS directory,and also we have to take the back up of the below file…
“nohup.out” file. this file is present in the integration server bin directory.
go to IS bin directory and use ls command to see all the files. in that u can find the nohup file.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB