tomcat
niuzaiwenjie
这个作者很懒,什么都没留下…
展开
-
nginx 配置多个tomcat程序代理,端口
# You should look at the following URL's in order to grasp a solid understanding# of Nginx configuration files in order to fully unleash the power of Nginx.# http://wiki.nginx.org/Pitfalls# http://...原创 2018-06-29 11:16:48 · 1617 阅读 · 0 评论 -
发布项目到tomcat中时,编译的class文件与.java文件一起发布了
开发中遇到的问题,发布项目到tomcat中时,编译的class文件与.java文件一起发布了解决方案:打开原项目,找到.classpath文件,右键选择相应的程序打开。如下图所示问题出在圈住的地方。修改为:<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>然后刷新eclipse中的项目,删除原来部署的tomcat...原创 2018-06-29 16:53:20 · 4208 阅读 · 0 评论 -
Maximum number of threads (200) created for connector with address null and port
tomcat 6线程数达到默认值(200)处理方法Maximum number of threads (200) created for connector with address null and port代码片段如下: <!--The connectors can use a shared executor, you can define one or more n...原创 2018-08-13 08:42:21 · 1609 阅读 · 0 评论