Someone on the list suggested Request.getContextPath() and it works like a charm. Thanks to all.
On 8/10/04 1:06 PM, "David Wall" <[EMAIL PROTECTED]> wrote: >> A ServletConfig reference is passed in the call to the init() method of > your >> servlet. From this you may use the getServletContext() method to get the >> context. One thing to remember is that this does not get called until the >> servlet is initialized and would be invalidated when it is destroyed. I > suggest >> you check the API docs for more information. > > But do any of those return the context path? I didn't see it anywhere in > the javadocs. > > David > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
