Guest User

Untitled

a guest
Sep 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # JRun Settings
  2. LoadModule jrun_module /Applications/JRun4/lib/wsconfig/1/mod_jrun22.so
  3. <IfModule mod_jrun22.c>
  4. JRunConfig Verbose false
  5. JRunConfig Apialloc false
  6. JRunConfig Ignoresuffixmap false
  7. JRunConfig Serverstore /Applications/JRun4/lib/wsconfig/1/jrunserver.store
  8. JRunConfig Bootstrap 127.0.0.1:51020
  9. #JRunConfig Errorurl url <optionally redirect to this URL on errors>
  10. #JRunConfig ProxyRetryInterval 600 <number of seconds to wait before trying to reconnect to unreachable clustered server>
  11. #JRunConfig ConnectTimeout 15 <number of seconds to wait on a socket connect to a jrun server>
  12. #JRunConfig RecvTimeout 300 <number of seconds to wait on a socket receive to a jrun server>
  13. #JRunConfig SendTimeout 15 <number of seconds to wait on a socket send to a jrun server>
  14. AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
  15. </IfModule>
Add Comment
Please, Sign In to add comment