asdrtu 发表于 2018-10-23 10:23:37

apache tomcat + apache server

  详细操作,在附件里面
  所需要的软件tomcat7,apache server 2.4,mod_jk.so
  注:期间有添加两个配置文件
  以下内容是第一个配置文件的
  worker.list=bal1, staat1
  worker.Tomcat6A.port=8111
  worker.Tomcat6A.host=localhost
  worker.Tomcat6A.type=ajp13
  worker.Tomcat6A.lbfactor=10
  worker.bal1.type = lb
  worker.bal1.sticky_session = 1
  worker.bal1.balance_workers = Tomcat6A
  worker.staat1.type = status
  以下内容是第二个配置文件的
  /*.jsp=bal1
  /jkstatus = staat1
  不懂的可以在问我

页: [1]
查看完整版本: apache tomcat + apache server