cancel
Showing results for 
Search instead for 
Did you mean: 

Define start sequence

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Julio

Please, specify the types of your applications: Webdynpro or Enterprise Application (EAR)...

The behavior you'd like to have can be implemented by adding a run-time reference from app2wsear to app1ear. Then J2EE server will start app1ear automatically when app2wsear is starting. However, the mechanism of adding a run-time reference depends on the application type. That's why I'm asking about it.

BR, Sergei

Former Member
0 Kudos

Hi,

i think you are having two applications in the same DC,

you are doing the deployement through the NWDS to the development system, try to deply the hole dc at a time, so that your two application will be thier on the server,

right click on the DC and deploy,

Cheers,

Appu