
tomcat
meifage
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tomcat内存溢出
[size=medium]打开tomcatHome\bin\tomcat6w.exe,点击Java选项卡,然后将会发现其中有这么两项:Initial memory pool和Maximum memory pool.Initial memory pool这个就是初始化设置的内存的大小。Maximum memory pool这个是最大内存的大小 将其中的Initial memory p...原创 2011-06-15 22:35:28 · 114 阅读 · 0 评论 -
tocmat端口号被占用
tomcat中出现下面的错误:严重: Error initializing endpointjava.net.BindException: Address already in use: JVM_Bind:8080 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:298)...原创 2011-06-15 22:45:24 · 141 阅读 · 0 评论 -
Tomcat Manager 401错误
[size=medium]tocmat6.0\conf\tomcat-users.xml中配置:之间加进下面的内容:[/size]原创 2011-06-16 09:35:50 · 151 阅读 · 0 评论 -
package javax.servlet does not exist
[size=medium]我的具备条件http://localhost :8080已经成功!但在测试程序时有package javax.servlet does not existimport javax.servlet.*;package javax.servlet.http does not existimport javax.servlet.http.*;解决...原创 2011-06-16 09:57:02 · 1012 阅读 · 0 评论 -
tomcat详解
Tomcat启动分析 1 - Tomcat Server的组成部分 1.1 - Server A Server element represents the entire Catalina servlet container. (Singleton) 1.2 - Service A Service element represents the combination of ...原创 2011-06-16 09:58:28 · 68 阅读 · 0 评论 -
tomcat默认页面出错
打开http://localhost/时可以出现小猫,在后面加上8080也可以,但就 是在这样的时候出错:http://localhost/demo/ HTTP Status 404 - /test/type Status reportmessage /demo/description The requested resource (/test/) is not available....原创 2011-06-16 10:09:43 · 382 阅读 · 0 评论 -
tomcat启动不了
[size=medium]tomcat用http://IP:8080启动不了,用localhost和127.0.0.1可以解决:防火墙---高级-----把本地连接前面的勾去掉就可以了见附件[/size]原创 2011-06-16 10:14:16 · 83 阅读 · 0 评论