2008-11-6 10:09:03 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 847 ms
2008-11-6 10:09:03 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2008-11-6 10:09:03 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.16
2008-11-6 10:09:03 org.apache.catalina.core.StandardContext addApplicationListener
信息: The listener "untitled1.Listener1" is already configured for this context. The duplicate definition has been ignored.
2008-11-6 10:09:03 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2008-11-6 10:09:04 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2008-11-6 10:09:04 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/63  config=null
2008-11-6 10:09:04 org.apache.catalina.startup.Catalina start
web.xml
---------------
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
  <display-name>ROOT</display-name>
  <listener>
    <listener-class>untitled1.Listener1</listener-class>
  </listener>
</web-app>
为什么要报The listener "untitled1.Listener1" is already configured for this context. The duplicate definition has been ignored ???