home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / jk2.properties < prev    next >
Encoding:
Text File  |  2004-05-17  |  804 b   |  27 lines

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