全解tomcat负载均衡设置步骤

全解tomcat负载均衡设置步骤
复制# Load mod_jk module   LoadModule jk_module modules/mod_jk-apache-2.2.4.so   # Where to find workers.properties   JkWorkersFile conf/workers.properties   # Where to put jk logs   JkLogFile logs/mod_jk.log   # Set the jk log level [debug/error/info]   JkLogLevel info   # Select the log format   JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "   # JkOptions indicate to send SSL KEY SIZE,全解    JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories   # JkRequestLogFormat set the request format    JkRequestLogFormat "%w %V %T"   # Send JSPs for context / to worker named loadBalancer   JkMount /*.jsp loadBalancer  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.
域名
上一篇:解决电脑显示dll文件错误的方法(如何修复电脑显示dll文件错误问题)
下一篇:电脑表格显示格式错误及解决方法(解析电脑表格显示错误的常见问题和解决方案)