网站运行一会就会出现这个信息
2009-10-11 16:47:51 org.apache.tomcat.util.net.JIoEndpoint createWorkerThread
信息: Maximum number of threads (200) created for connector with address null and port 80
他们说是我写的代码问题说没关闭连接
我查了所有的连接都关了~
然后我换了一个静态页面在服务器上过一段时间还是这问题
实在没办法了~
求牛人们帮帮忙把~
tomcat结束时还会出现
2009-10-11 17:03:08 org.apache.coyote.http11.Http11Protocol pause
信息: Pausing Coyote HTTP/1.1 on http-80
2009-10-11 17:03:09 org.apache.catalina.core.StandardService stop
信息: Stopping service Catalina
2009-10-11 17:03:09 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextDestroyed()
2009-10-11 17:03:09 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextDestroyed()
2009-10-11 17:03:09 org.apache.catalina.core.StandardWrapper unload
信息: Waiting for 193 instance(s) to be deallocated
2009-10-11 17:03:10 org.apache.catalina.core.StandardWrapper unload
信息: Waiting for 193 instance(s) to be deallocated
2009-10-11 17:03:11 org.apache.catalina.core.StandardWrapper unload
信息: Waiting for 193 instance(s) to be deallocated
2009-10-11 17:03:11 org.apache.coyote.http11.Http11Protocol destroy
信息: Stopping Coyote HTTP/1.1 on http-80小弟的分全捐献到这个问题上了
所以这个分会比较少

解决方案 »

  1.   

    这个问题我也遇到了,在网上搜了下,在server.xml里的connect标签里加参数,maxThreads 和 acceptCount两个参数,分别的值是1000和800,不知道有没有效果,正在测试中,另外就是JSP页面中默认情况下,session会自动创建,默认时间为半个小时,所以在不用session对象的JSP页面中,在最上面就用<%@ page session="false" %>节约资源,不知道有没有效果哦,可以试试看.
      

  2.   

    哈哈哈 connect标签  是 connector 标签吧。  tomcat6 没有connect标签啊