cancel
Showing results for 
Search instead for 
Did you mean: 

Setting application startup mode

Former Member
0 Kudos

Hi.

I have an application that is currently running, and I want to set the startup mode to 'stopped when system restarted'

I know i can do this from NWA when stopping the application.

I do not however want to stop this application to do it.

Is there a way to set the startup mode without affecting the current state?

Thanks.

Andy

Accepted Solutions (0)

Answers (2)

Answers (2)

blanca_serrano
Advisor
Advisor
0 Kudos

Hello,

I checked the following and also worked:

1. Open Configtool

2. Switch to configuration editor mode.

3. select deploy to find your application.

4.- Select "STR:StartUp=<>". The value of it goes from 1 to 3, 1 means manual, 2

means lazy (used only by WD appls), 3 means always.

4. I changed it from 3 to 1 and the next time I started the server the application did not start.

I hope it helps you.

Regards,

Blanca

blanca_serrano
Advisor
Advisor
0 Kudos

Hi Andy,

In the application-j2ee-engine.xml please maintain the following entry:

<start-up mode="manual">

This way, when the system is restarted the application will not start automatically with the server.

Regards,

Blanca

Former Member
0 Kudos

What about after deployment? Once its on the server....