TOMCAT 和APACHE 整合的问题,急救!
我一直用的TOMCAT,但是最近又装了APACHE,想整合了用,可是在按照文档资料配置后,一打开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.
--------------------------------------------------------------------------------
Apache/2.0.54 (Win32) mod_jk2/2.0.4 Server at localhost Port 8080
请问哪位大侠能帮我看看什么原因啊
workers2.properties:
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 forwarding over socket
tomcatId=localhost:8009
# Map the Tomcat examples webapp to the Web server uri space
[uri:/*.jsp]
info=Map the whole webapp
jk2.properties 是不是什么都不要写(我只要默认配置)?