In Websphere Application Server we have class com.ibm.websphere.management.AdminServiceFactory is used to retrieve the following values:
•Cell name: Name of the cell. The cell name is the host name by default
•Node Name: Name of the node on which application will be deployed. The node name is host name by default
•Process: Specifies the runtime characteristics of a server process such as, JVM settings, errors, and application paths
Do we have any way to find these values in
tomcat.
can we have tomcat
servlet or a servlet filter to extract the cell,node and process name from a deployment manager.If yes then how?
Or
any tomcat specific class to retrieve cell, node and process name values?
Thanks in advanse