为什么我的apache和tomcat不能同时运行?
我试图整合两者,但始终没有成功。
如果先运行tomcat,则apache不能运行,而先运行apache,则tomcat报错
我试过4.1 and 5.0.0的版本,都不行,请各位给出参考?
问题点数:40、回复次数:6Top
1 楼saucer(思归)回复于 2003-09-04 01:33:09 得分 10
are you using the same port? if so, change the configuration fileTop
2 楼blueoxygen(有你在身旁 心更坚强)回复于 2003-09-04 13:17:59 得分 10
对啊,是不是端口冲突啊?Top
3 楼QJG(海阔天空)回复于 2003-09-04 16:57:32 得分 10
应该是端口冲突Top
4 楼czzw(山水)回复于 2003-09-04 21:06:16 得分 0
我使用的是默认安装。
端口apache是80,tomcat是8080Top
5 楼saucer(思归)回复于 2003-09-04 21:11:04 得分 10
see
http://jakarta.apache.org/tomcat/faq/connectors.html#integrate
Q: At boot, is order of start up (Apache vs Tomcat) important?
A: No. This way - either apache or tomcat can be restarted at any time independent of one another.
http://www.macdevcenter.com/pub/a/mac/2002/08/20/tomcat_integration.htmlTop
6 楼czzw(山水)回复于 2003-09-05 01:03:33 得分 0
谢谢诸位,我以前将apache作过代理服务器,可能是端口冲突了,重装搞定。Top




