cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch EAR/WAR file names and its metadata from CE server

Former Member
0 Kudos

Hi All,

I need to create a Webdynpro application which fetches the names of all the deployed application names and the application meta data( meta data like application creation date, created by, application size, package of the application - demo.com,sap.com) from CE server. The deployed application may be EAR application or WAR application.

I want to achieve a screen something similar to the NWA->Configuration->Infrastructure->Application Modules.

How can I achieve this feature?

Thanks,

Shilpa

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

check table BC_COMPVERS from db

Former Member
0 Kudos

Hi Jun Wu,

I could find the EAR/WAR application Owner name from db table BC_COMPVERS. Also, to find the creation date, last modification date, application size, I iterated through the server location where the application is stored and used the below code:

Runtime.getRuntime().exec("cmd /c dir "+file2+" /tc");

Thanks for the inputs,

Shilpa.

Answers (0)