cancel
Showing results for 
Search instead for 
Did you mean: 

Ping AS java from standalone application

Former Member
0 Kudos

Hello Experts,

I have a standalone java application. From this application I want to ping Netweaver J2EE engine.

The parameters which i can pass are:

url: http(s)://<host>:<port>

username and password

I would like to know if there are any standard service, MBean or any url to achieve the same.

Solution which I have already thought of and tried:

Socket approach but it does not take in account the protocol.

HttpDestination creation and then pinging it---Not possible from a standalone java app.

MBeanServiceConnection object which does not take the protocol and works only on P4 port.

Any idea/suggestions from expert out here.

Regards,

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Aleh,

Thanks for your reply. Is this Monitoring available with the J2EE engine by default? Also is it available across the NetWeaver releases varying from 7.00 (04s) to 7.30???

Also I need just an api call which can ping and authenticate and then tell whether the server is up and running.

Regards,

Manoj

Former Member
0 Kudos

"As of SAP Web Application Server 6.40, the current version of the GRMG infrastructure is part of the standard SAP system."

http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/82/4f5d1301fe0d448ee75e6f87f5061e/content.htm

Principle of Creating a GRMG Application: http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/f9/5e4afb276f3c42ad70eb2993fb89e6/content.htm

Example Coding for a GRMG Application: http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/7c/6d87ceec22a94e8242307342ef254b/content.htm

Best Regards,

Aleh