Re: Get context path in tc 5.5

2010-03-29 Thread David kerber
On 3/29/2010 12:55 PM, Hassan Schroeder wrote: On Mon, Mar 29, 2010 at 9:22 AM, David kerber 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

Re: Get context path in tc 5.5

2010-03-29 Thread David kerber
On 3/29/2010 12:58 PM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Get context path in tc 5.5 Is there anything I can use to get the context path when they first connect Move to Tomcat 6, so you can use the 2.5 servlet APIs. I'm working t

Re: Get context path in tc 5.5

2010-03-29 Thread David kerber
On 3/29/2010 12:22 PM, David kerber wrote: On 3/29/2010 12:05 PM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Get context path in tc 5.5 In TC 5.5.28, Java 5, how can I find the context path that was called, so I can log it? HttpServletRequest.getCont

RE: Get context path in tc 5.5

2010-03-29 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Re: Get context path in tc 5.5 > > Is there anything I can use to get the context path when they > first connect Move to Tomcat 6, so you can use the 2.5 servlet APIs. - Chuck THIS COMMUNICATION MAY CONTAIN CONF

Re: Get context path in tc 5.5

2010-03-29 Thread Hassan Schroeder
On Mon, Mar 29, 2010 at 9:22 AM, David kerber 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 req

Re: Get context path in tc 5.5

2010-03-29 Thread David kerber
On 3/29/2010 12:05 PM, Caldarale, Charles R wrote: From: David kerber [mailto:dcker...@verizon.net] Subject: Get context path in tc 5.5 In TC 5.5.28, Java 5, how can I find the context path that was called, so I can log it? HttpServletRequest.getContextPath() - Chuck Thanks; that will wor

RE: Get context path in tc 5.5

2010-03-29 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Get context path in tc 5.5 > > In TC 5.5.28, Java 5, how can I find the context path that was called, > so I can log it? HttpServletRequest.getContextPath() - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPR