cancel
Showing results for 
Search instead for 
Did you mean: 

How to get list of deployed application on server programatically?

Former Member
0 Kudos

Hi,

I am trying to build an application which will display list application(WebDynpro , Portal) deployed on portal server. In EP 7.0 we can go to Content Admin -> WebDynpro page to get list of WebDynpro application. Par files can be found under portal runtime->browse deployment page.

In CE we have nice feature which shows both portal application and WebDynpro application in content Admin->portal content list.

I want to find list of applications programmatically, is there any way to achieve this? Are there any apis where I should take a look at.

Thanks,

Nitesh Shelar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check this out: [WDServerState|http://help.sap.com/javadocs/NW04S/current/wd/index.html]

Regards.

Former Member
0 Kudos

Hi,

Thank you for your reply.

I tried using

String[] applications = WDServerState.getActualApplications();

I am getting following exception.

java.lang.UnsupportedOperationException: Not longer supported starting with NW07.

at com.sap.tc.webdynpro.serverimpl.core.admin.AbstractServerState.getActualApplications(AbstractServerState.java:133)

at com.sap.tc.webdynpro.services.sal.admin.api.WDServerState.getActualApplications(WDServerState.java:52)

Do you know Any other api which I can use?

Regards,

Nitesh Shelar

Answers (0)