cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic configuration of applications

Former Member
0 Kudos

Hello all,

I've written a J2EE application in NWDS. In this app I have to do a http-call on the same server. Is it possible to get configuration parameter of the WebAS at runtime? I need some ports of my WebAS. I also need some configuration parameters from other running j2ee application. Is there a possibility to get them?

regards,

remo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

not very sure but writing your own MBean and querying it might help you...

http://help.sap.com/saphelp_nw04/helpdata/en/28/dab8570c1dd24d9528585b082b2988/content.htm

Former Member
0 Kudos

Thanks for showing the possible direction. But, I don't think that a own MBean helps, because my app should work on every WebAS and the http-protocol runs not ever on the same port. To write this port in a own MBean for my app don't help for deploying the app on a other WebAS who the port is different. Or have I understood MBeans wrong?

What can help, is to query a existing MBean, but in which Bean is the http-port saved and how can I reach thie MBean?

Answers (0)