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 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 out.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/reading--jvmRoute-property-specified-in-server.xml-tp23024883p23032280.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to