Hi, getServletContextName requires that you define it in your web.xml, and doesn't need to correspond to the path attribute of the Context element, so don't count on that.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Dov Rosenberg [mailto:[EMAIL PROTECTED] >Sent: Monday, August 09, 2004 10:49 PM >To: Tomcat Users List >Subject: How to get the context path for a web application? > >I need to find a way to get the context path of the current web >application. >I would like to to it using the HttpSession, HttpServletRequest or >response. >I tried the ServletContext.getServletContextName but it returns null in >Tomcat. Is there a cross container solution? > > >-- >Dov Rosenberg >Conviveon Corporation >http://www.conviveon.com > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
