当前位置: 技术问答>java相关
请教JSP高手一个问题::关于配置 TOMCAT
来源: 互联网 发布时间:2017-03-24
本文导语: 我使用的是 JDK 1.41 和 tomcat4.1.12 但是启动的时候到下面时就不再反应了 请问高手是怎么回事啊,我要怎么才能够处理这个问题 谢谢! 2002-11-28 21:27:49 org.apache.commons.modeler.Registry loadRegistry 信息: Loading registry inform...
我使用的是 JDK 1.41 和 tomcat4.1.12
但是启动的时候到下面时就不再反应了
请问高手是怎么回事啊,我要怎么才能够处理这个问题
谢谢!
2002-11-28 21:27:49 org.apache.commons.modeler.Registry loadRegistry
信息: Loading registry information
2002-11-28 21:27:50 org.apache.commons.modeler.Registry getRegistry
信息: Creating new Registry instance
2002-11-28 21:27:51 org.apache.commons.modeler.Registry getServer
信息: Creating MBeanServer
2002-11-28 21:27:54 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
2002-11-28 21:28:08 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on port 8080
2002-11-28 21:28:08 org.apache.jk.common.ChannelSocket init
信息: JK2: ajp13 listening on tcp port 8009
2002-11-28 21:28:08 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/70 config=F:Tomcat4confjk2.properties
但是启动的时候到下面时就不再反应了
请问高手是怎么回事啊,我要怎么才能够处理这个问题
谢谢!
2002-11-28 21:27:49 org.apache.commons.modeler.Registry loadRegistry
信息: Loading registry information
2002-11-28 21:27:50 org.apache.commons.modeler.Registry getRegistry
信息: Creating new Registry instance
2002-11-28 21:27:51 org.apache.commons.modeler.Registry getServer
信息: Creating MBeanServer
2002-11-28 21:27:54 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
2002-11-28 21:28:08 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on port 8080
2002-11-28 21:28:08 org.apache.jk.common.ChannelSocket init
信息: JK2: ajp13 listening on tcp port 8009
2002-11-28 21:28:08 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/70 config=F:Tomcat4confjk2.properties
|
有什么问题吗,我的也是启动到那就停止了啊,能看到tomcat的欢迎页面不就行了吗?我也什么也没配置啊
|
我安装过,一般先装APACHI服务器,不过好象事实上不需要,只用打开TOMCAT里面的一个文件(假设你的安装盘是C,目录是TOMCAT)c:tomcatbinstartup.bat就可以了。完全是可以的。不需要装APACHI,我刚才才在电脑上现安装了一下,当然如果,你装了APACHI那肯定就象上楼的老兄说的,是PORT被站用了,
到C:tomcatconfserver.xml打开把改成C:tomcatconfserver.xml打开把就可以了。然后运行的时候用http://localhost:8081,当然要你先安装了JDK才更好哈。
到C:tomcatconfserver.xml打开把改成C:tomcatconfserver.xml打开把就可以了。然后运行的时候用http://localhost:8081,当然要你先安装了JDK才更好哈。
|
配置出错了吗?
|
进行APACHE配置了?
|
你怎么配置的啊
|
是不是port被占用了?