HI
I am running an application in Websphere5.0.2 I need to get one System property port number dynamically while the app server is running. I hope it should be like MBean in Weblogic.
MBeanHome mbeanHome = (MBeanHome)ctx.lookup(MBeanHome.ADMIN_JNDI_NAME);
ServerMBean serverMBean =
(ServerMBean)mbeanHome.getAdminMBean(serverName, "Server");
return serverMBean.
getListenPort();
If anybody has the skeleton code to get the system property in Websphere5.0.2 pls. do post it.
Thanks,
A.Chandramohan
