I have never used Listeners in Tomcat before and and having trouble getting
one registered.

I have the listener declared in web.xml before the servlet declaration and
looks like

  <listener>
    <listener-class> com.mbresearch.foo.FooListener</listener-class>
  </listener>

  <servlet>
...

com.mbresearch.foo.FooListener is in the WEB-INF/classes directory.
I get the digester error:

Digester.error : Parse Error at line 9 column 13: Element type "listener"
must be declared.  Line 9 is the <listener> line.

What am I missing?  Thanks in advance!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to