cancel
Showing results for 
Search instead for 
Did you mean: 

Set Initial State to Stopped without stopping....

Former Member
0 Kudos

Hi.

I have a JEE 5 application, which is running, but i want to set the initial state to stopped, without stopping the application there and then, so that whenever the cluster is restarted, it will be inactive, requiring a manual start procedure.

Any ideas? I thought it would be simple, but i cant find it anywhere!!

Andrew

Accepted Solutions (1)

Accepted Solutions (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Andrew

In file META-INF\application-j2ee-engine.xml set property <start-up mode="lazy"/>

Hope this will help.

BR, Siarhei

Former Member
0 Kudos

Hi. Thats great.

Is there anyway to set the initial status whenever it is already deployed?

Andrew

Answers (0)