You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Hart, Justin" <JH...@sfa.com> on 2003/12/01 23:45:02 UTC

Argument Type Mismatch

	<Listener className="class inheriting from SessionListener"/>

I get an argument type mismatch error parsing my server.xml...  Is there something wrong with this line?

Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Argument Type Mismatch

Posted by Tim Funk <fu...@joedog.org>.
In server.xml, Listeners are LifeCycleListeners
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/LifecycleListener.html

-Tim


Hart, Justin wrote:

> 	<Listener className="class inheriting from SessionListener"/>
> 
> I get an argument type mismatch error parsing my server.xml...  Is there something wrong with this line?
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org