RE: Getting filepath of webapp without using Reqeust or Response

2004-11-10 Thread Shapira, Yoav
of the Servlet Spec anyways, so you might not care for the packed WAR use-case. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Duncan Krebs [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 5:21 PM To: [EMAIL PROTECTED] Subject: Getting filepath of webapp without using

Getting filepath of webapp without using Reqeust or Response

2004-11-09 Thread Duncan Krebs
Hi, I'm trying to figure out how I can lookup the real file path of my webapp in code without using the HttpServletResponse or HttpServletRequest. I have a lot of classes calling other classes and its annoying to always have to pass the request objects as parameters. Does anyone know if this is