setp4:conf下新建workers
## workers.properties## list the workers by nameworker.list=DLOG4J, status# localhost server 1# ------------------------worker.s1.port=8009worker.s1.host=localhostworker.s1.type=ajp13worker.s1.lbfactor=1# localhost server 2# ------------------------worker.s2.port=9009worker.s2.host=localhostworker.s2.type=ajp13worker.s2.lbfactor=1worker.DLOG4J.type=lbworker.retries=3worker.DLOG4J.balanced_workers=s1, s2worker.DLOG4J.sticky_session=1worker.status.type=status
setp5:conf下新建uriworkermap
/*=DLOG4J
/jkstatus=status