问答详情
源自:1-9 Tomcat装载Servlet的三种情况

为什么我没输出 初始化 销毁 个doget 绕过去了......么

init----FistFilter
三月 09, 2018 7:53:38 下午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
三月 09, 2018 7:53:38 下午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
三月 09, 2018 7:53:39 下午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
三月 09, 2018 7:53:39 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-apr-8888"]
三月 09, 2018 7:53:39 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-apr-8009"]
三月 09, 2018 7:53:39 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 12604 ms
使用Get方式处理....
使用Get方式处理....

反而上面有一个Filter...可是这个项目下没有创建过Filter哇


那些输出被过滤掉了???

提问者:往惜如梦 2018-03-09 19:58

个回答

  • 慕斯卡027704
    2018-03-09 21:04:12

    emmm,我也是新手,你百度吧