apache和Tomcat可以单独运行, 当apache和Tomcat同时运行时,访问http://localhost:8080/index.jsp出现下面错误,请问原因.503 Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

解决方案 »

  1.   

    mod_jkz.log里错误内容[Fri Apr 23 15:46:15.531 2010] [1404:2352] [info] jk_connect.c (566): connect to 127.0.0.1:8009 failed (errno=61)
    [Fri Apr 23 15:46:15.531 2010] [1404:2352] [info] jk_ajp_common.c (869): Failed opening socket to (127.0.0.1:8009) (errno=61)
    [Fri Apr 23 15:46:15.546 2010] [1404:2352] [error] jk_ajp_common.c (1359): (tomcat1) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)
    [Fri Apr 23 15:46:15.546 2010] [1404:2352] [info] jk_ajp_common.c (2186): (tomcat1) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1)
      

  2.   

    Apache默认端口号是80,Tomcat默认是8080。
      

  3.   

    端口占用了吧。
    80和8080是http通信的端口,估计其他一些端口冲突了