cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the Server Details.

Former Member
0 Kudos

Hi All,

I am required to develop a Composite Application Service which will give the server details like HOSTNAME and PORT NO of the deployment server.Is there any way of fetching these details ?

Could someone please help me out with this issue ?

Regards,

Gaurav.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Are you talking about SAP server??

If it is ABAP stack, you can get by system-->status

If java stack, then you can get by URL http://<fully qualified hostname>:5<nn>00

where nn is the instance number.

Regards,

Kunal.

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

This document has all the relevant details for Composite Applicaton server..

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f62b42da-0c01-0010-d6b8-ab0999ea...

I hope it gives you some assistance.