i'm following the spring mvc step by step 2.5 PDF and noticed in my tomcat 6 startup log the following , any ideas as to what its reffering to?
Code:Mar 22, 2008 4:47:09 PM org.springframework.web.servlet.FrameworkServlet initServletBean INFO: FrameworkServlet 'myapp': initialization completed in 243 ms Mar 22, 2008 4:47:09 PM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "listeners.ContextListener" is already configured for this context. The duplicate definition has been ignored. Mar 22, 2008 4:47:09 PM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "listeners.SessionListener" is already configured for this context. The duplicate definition has been ignored. Mar 22, 2008 4:47:09 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Mar 22, 2008 4:47:09 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Mar 22, 2008 4:47:09 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/15 config=null Mar 22, 2008 4:47:09 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 1039 ms


Reply With Quote
