Re: Embedded Tomcat question

2014-07-10 Thread Mark Thomas
...@unisys.com wrote: From: John D. Ament [mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? Look in the servlet spec

Re: Embedded Tomcat question

2014-07-09 Thread John D. Ament
= tomcat.addContext(/,base.getAbsolutePath()); however, it doesn't look like Context here is a ServletContext. On Sun, Jun 29, 2014 at 6:30 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: John D. Ament [mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question

Re: Embedded Tomcat question

2014-07-01 Thread John D. Ament
(); } Context ctx = tomcat.addContext(/,base.getAbsolutePath()); however, it doesn't look like Context here is a ServletContext. On Sun, Jun 29, 2014 at 6:30 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: John D. Ament [mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question

Re: Embedded Tomcat question

2014-07-01 Thread Mark Thomas
Context here is a ServletContext. On Sun, Jun 29, 2014 at 6:30 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: John D. Ament [mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all

Re: Embedded Tomcat question

2014-06-30 Thread Mark Thomas
Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? Look in the servlet spec for the version of Tomcat you're using (which you didn't mention), and the JavaDoc

Embedded Tomcat question

2014-06-29 Thread John D. Ament
Hi, Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? John - To unsubscribe, e-mail:

RE: Embedded Tomcat question

2014-06-29 Thread Caldarale, Charles R
From: John D. Ament [mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? Look in the servlet spec

Re: Embedded Tomcat question

2014-06-29 Thread John D. Ament
[mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? Look in the servlet spec for the version of Tomcat you're using

Re: Embedded Tomcat question

2014-06-29 Thread John D. Ament
[mailto:john.d.am...@gmail.com] Subject: Embedded Tomcat question Playing around a bit with embedded tomcat. It looks like there are APIs to add all of the tomcat specific listeners, however how would I add a ServletRequestListener? Look in the servlet spec for the version of Tomcat you're using (which