cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro application automatic start after j2ee startup

Former Member
0 Kudos

Hi ,

Is there a way to automatically start any specific webdynpro applications after j2ee startup

Oren

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The startup behavior can be controlled by the deployment descriptors contained in the enterprise archive of your application. Have a look on help.sap.com for more details on this: http://help.sap.com/saphelp_nw04/helpdata/en/f2/6c1e3d7f09a046a72f0ffb606274f2/frameset.htm

Frank

Former Member
0 Kudos

Hi,

I am also looking for an automatic startup feature for WD components/applications.

I think the above mentioned documentation is related to J2EE standard applications and not to WD applications.

Is there any WD feature available similar to the <load-on-startup> setting of a J2EE servlet in the corresponding web.xml?

Thanks in advance.

Kind regards,

Michel

Former Member
0 Kudos

Hi ,

I guess this will solve the problem , but I am looking for something in the j2ee configuration , and not using a batch file

Oren

former_member185029
Active Contributor
0 Kudos

I guess you can write batch file for that.

Example

suppose you have a bat file which starts J2EE engine, startJ2EE.

You can write a new bat file with following commands.

startJ2EE.bat

explorer http://<server>:<port>/webdynpro/<URL as application>

Let me know if you need more help

Ashutosh