Re: Base URI

2000-07-06 Thread james_dodd
I've got a similar problem - I want to get the context part of the URL (the 'root' attribute in the 'web-app' element in default-web-site.xml). The J2EE API documentation illuminates the HttpServletRequest method getContextPath() as returning this information. Unfortunately when compiling

RE: Base URI

2000-07-06 Thread Magnus Rydin
Title: RE: Base URI request.getContextPath() should work fine. Are you using a extremely old version of Orion? The J2EE API documentation illuminates the HttpServletRequest method getContextPath() as returning this information. Unfortunately when compiling against Orion.jar I get

RE: Base URI

2000-07-06 Thread james_dodd
11:17:49 AM To: James Dodd/ZDNet/LON/ZDEUR@ZD Europe, Orion-Interest [EMAIL PROTECTED] cc: Orion-Interest [EMAIL PROTECTED] Subject: RE: Base URI request.getContextPath() should work fine. Are you using a extremely old version of Orion? The J2EE API documentation illuminates