Hi gurus!
I was looking a way for define an orden which deployed application are started in. For example: I have two applications: app1ear and app2wsear. When the system is restarted, it tries to start app2wsear, but since this application references resources that only start with app1ear, the operation startApp fails.
I am looking for a way to configure the server, so that it tries to star app2wsear only after app1ear has been started.
Is there any way for doing that?
Thanks in advance