On Mon, Mar 29, 2010 at 9:22 AM, David kerber <[email protected]> wrote:
>> HttpServletRequest.getContextPath() >> >> - Chuck > > Thanks; that will work once they get into my app's functionality. Is there > anything I can use to get the context path when they first connect When they "first connect" it's via a request -- so you have what you need to get that context path, by definition. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
