cancel
Showing results for 
Search instead for 
Did you mean: 

how to start an application automatically in SAP Was

Former Member
0 Kudos

Hello,

I want to create an application with WebDynpro for Java, which should be started automatically in SAP WAS after deployment or server-start.

The best way would be a service, but as SAP Note 822542 stated, this way is no longer supported.

Does anybody has an idea how to fulfill the requirement to start an application automatically in SAP Was.

Regards

Stephan

Accepted Solutions (1)

Accepted Solutions (1)

former_member273222
Participant
0 Kudos

You can set the startup mode in the application-j2ee-engine.xml deployment descriptor. Check out this link for details:

http://help.sap.com/saphelp_nw04s/helpdata/en/94/0a5b422f786255e10000000a155106/frameset.htm

And I believe you would be interested in setting the startup mode as "always."

Hope this helps,

Glenn

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Glenn,

it solved my problem

Stephan