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

Web服务器

开发平台:

Java

  1. ## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED
  2. ## WHEN YOU EDIT THE FILE.
  3. ## COMMENTS WILL BE _LOST_
  4. ## DOCUMENTATION OF THE FORMAT IN JkMain javadoc.
  5. # Set the desired handler list
  6. # handler.list=apr,request,channelJni
  7. #
  8. # Override the default port for the socketChannel
  9. # channelSocket.port=8019
  10. # Default: 
  11. # channelUnix.file=${jkHome}/work/jk2.socket
  12. # Just to check if the the config  is working
  13. # shm.file=${jkHome}/work/jk2.shm
  14. # In order to enable jni use any channelJni directive
  15. # channelJni.disabled = 0
  16. # And one of the following directives:
  17. # apr.jniModeSo=/opt/apache2/modules/mod_jk2.so
  18. # If set to inprocess the mod_jk2 will Register natives itself
  19. # This will enable the starting of the Tomcat from mod_jk2
  20. # apr.jniModeSo=inprocess