1

对这种配置有点困惑。

我已经加载了 mod_jk 并提供了以下配置

 <IfModule mod_jk.c>
  JKWorkersFile conf/workers.properties
  JkLogFile "/opt/test/logs/mod_jk.log.%m.%d.%Y"
  JkLogLevel info
  JkRequestLogFormat "%w %V %U %s %r %p %T"
  JkWatchdogInterval 60
  JkMount /example/* tomcat1
</IfModule>

我的worker.properties

worker.tomcat1.port=8009
worker.tomcat1.host=localhost
worker.tomcat1.type=ajp13
worker.tomcat1.lbfactor=1
worker.tomcat1.retries=3
worker.tomcat1.connect_timeout=10000
worker.tomcat1.prepost_timeout=10000
worker.tomcat1.socket_keepalive=true
worker.tomcat1.socket_timeout=10
worker.tomcat1.connection_pool_timeout=600

然后我需要这样的东西,我不能使用 mod_proxy_ajp

来自tomcat web context context /example2/* 的所有请求都转到 tomcat web context /example1/*,如何实现?

谢谢您的帮助

4

0 回答 0