RE: Listeners

2004-10-13 Thread Shapira, Yoav
Hi, >I have the listener declared in web.xml before the servlet declaration and >looks like > > > com.mbresearch.foo.FooListener > > > >... > >com.mbresearch.foo.FooListener is in the WEB-INF/classes directory. Your web.xml looks fine. Your listener doesn't actually have to implement

Re: Listeners

2004-10-13 Thread François Richard
";> com.mbresearch.main.util.AccessListener -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 12:58 AM To: Tomcat Users List Subject: Re: Listeners What version of Tomcat you are using ?. Also post the web.xml version. From the t

Re: Listeners

2004-10-13 Thread Antony Paul
>"http://java.sun.com/dtd/web-app_2_3.dtd";> > > > > com.mbresearch.main.util.AccessListener > > > > > > > > -Original Message- > From: Antony Paul [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 12:58 AM > To: Tomcat Users List > Subject: Re: Li

RE: Listeners

2004-10-13 Thread Ray Madigan
ROTECTED] Sent: Wednesday, October 13, 2004 12:58 AM To: Tomcat Users List Subject: Re: Listeners What version of Tomcat you are using ?. Also post the web.xml version. >From the top. rgds Antony Paul On Wed, 13 Oct 2004 00:46:43 -0700, Ray Madigan <[EMAIL PROTECTED]> wrote: > I have nev

RE: Listeners

2003-03-15 Thread Filip Hanik
: Tomcat Users List Subject: RE: Listeners I have, and i have a primitive implementation of jms working. I was looking at the connector technology and was wondering if it or any other technology could be used to connect and utilize its loadbalancing mechanism? -Original Message- From: Filip

RE: Listeners

2003-03-15 Thread Ray Madigan
: Saturday, March 15, 2003 12:11 PM To: Tomcat Users List Subject: RE: Listeners have you looked at jms? Filip -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 11:19 AM To: Tomcat-User Subject: Listeners Does anyone know of a technology

RE: Listeners

2003-03-15 Thread Filip Hanik
have you looked at jms? Filip -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 11:19 AM To: Tomcat-User Subject: Listeners Does anyone know of a technology where i can setup a listener so a session can get notified when a foreigh event occurs

Please Help....Re: Listeners in the WARP Connector?

2002-02-08 Thread Mark R. Diggory
Mark R. Diggory wrote: > > I assume I would need to use a WebAppDeploy descriptor to map the > users directories to Tomcat, how would I do that for generic users > directories (~/public_html)? > > > WebAppConnection warpConnection warp localhost:8008 > WebAppDeploy examples warpConnection /

Re: Listeners in the WARP Connector?

2002-02-07 Thread Mark R. Diggory
I assume I would need to use a WebAppDeploy descriptor to map the users directories to Tomcat, how would I do that for generic users directories (~/public_html)? WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples/ WebAppDeploy manager warpConn