cancel
Showing results for 
Search instead for 
Did you mean: 

How to get deployment time of an J2EE application

Former Member
0 Kudos

Hi All,

I am developing J2EE applications on NetWeaver 7.0 and 7.1. In my application, I need to get deployment time of a J2EE application installed in the J2EE engine.

For NetWeaver 7.1, I found SAP's Java APIs to do that:

com.sap.engine.services.deploy.server.cache.dpl_info.Applications.get("appName").getMonitorData().getDateOfLastRedeployment();

But for NetWeaver 7.0, I haven't found any similar stuffs.

Could you give me any helps for the case of NetWeaver 7.0?

Thank you very much.

Viet

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm not 100% sure but you may be able to turn on tracing for the Java stack "Deploy" service.

In Visual Administrator, go to "Global Conf [Server] -> services -> Deploy" change additional_debug_info.

Then in "Cluster [server x] -> services -> log configurator [locations] -> com -> sap -> engine -> services -> deploy" change the debug level to "Info" or something.

This should put some additional tracing out to the trace files which can be viewed in the Log Viewer.

Don't forget to reset the trace level when you're done.