gt;>
>> 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
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.
gt; Subject: RE: reading jvmRoute property specified in server.xml
>>
>> i need to read it in java class which i dont have access
>> to HttpServletRequest
>
> So what does this Java class have access to? If you'd provide information
> about what you *are* doing (as
> From: bhanujirao [mailto:dumpala.venk...@gmail.com]
> Subject: RE: reading jvmRoute property specified in server.xml
>
> i need to read it in java class which i dont have access
> to HttpServletRequest
So what does this Java class have access to? If you'd provide informa
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]
>> Subject: reading jvmRout
> From: bhanujirao [mailto:dumpala.venk...@gmail.com]
> Subject: reading jvmRoute property specified in server.xml
>
> i need to read jvmRoute in my web app.
It should be part of the session id; if your code is running in a servlet, try:
HttpServletRequest.getSession().getId()
and parse it