reading jvmRoute property specified in server.xml

2009-04-13 Thread bhanujirao
Guys, i have the following property set in server.xml. i need to read jvmRoute in my web app. Can someone please suggestion how to read this property in java class ? > Thanks in advance venky -- View this message in context: http://www.nabble.com/reading--jvmRoute-property-specified-in-s

RE: reading jvmRoute property specified in server.xml

2009-04-13 Thread bhanujirao
Well thanks for ur reply.. i know that is one alternative but i need to read it in java class which i dont have access to HttpServletRequest .. any other alternative... Thanks Venkat Caldarale, Charles R wrote: > >> From: bhanujirao [mailto:dumpala.venk...@gmail.com] >> S

RE: reading jvmRoute property specified in server.xml

2009-04-13 Thread bhanujirao
get the unique name to find out the instance. currently i have resolved this by the combination of catilina.base with java.net.InetAddress.getLocalHost().getHostName() which makes unique.. Caldarale, Charles R wrote: > >> From: bhanujirao [mailto:dumpala.venk...@gmail.com] >&