workers.properties.minimal
上传用户:zhangkaihu
上传日期:2008-02-20
资源大小:3690k
文件大小:0k
源码类别:

Web服务器

开发平台:

Java

  1. # workers.properties.minimal -
  2. #
  3. # This file provides minimal jk configuration properties needed to
  4. # connect to Tomcat.
  5. #
  6. # The workers that jk should create and work with
  7. #
  8. worker.list=ajp13w
  9. #
  10. # Defining a worker named ajp13w and of type ajp13
  11. # Note that the name and the type do not have to match.
  12. #
  13. worker.ajp13w.type=ajp13
  14. worker.ajp13w.host=localhost
  15. worker.ajp13w.port=8009