I have IBM WebSphere Application Server+ 7.0 , and I deploy many java application on this server , from other hand I have stand alone java application ( this application is financial application and pass the traffic " transaction " to Application deployed in WAS ) integrated with the application that deployed on application server .
Stop or restart IBM-WAS mean that stand alone server will pass the traffic and no application will receive the traffic so that many claims will be received .
I need a way to manage this stand alone application with deployment manager or write a bash script to control this case .
Summary : I have Application depend on other so that i need to control both . A: Application Deployed on IBM-WAS B:Stand alone application if the process A is stopped process B should be stopped also .