1

There are some attributes listed here for ColdFusion's built-in webserver, like mapCheck and interface, but I can't find any documentation on what these do.

Does anyone know where there is documentation for these attributes? or what they do?

ztatic
  • 1,181
  • 3
  • 13
  • 21

1 Answers1

1

ColdFusion (up to 9) runs on Jrun (and it's a config item for the proxy service your looking at), so I'd start at the Jrun documentation:

http://www.adobe.com/support/documentation/en/jrun/

Dawesi
  • 421
  • 3
  • 3
  • I just did a search through those docs and can't find anything on 'mapCheck' – ztatic Oct 12 '11 at 02:47
  • mapCheck = "the time how often web server connector should refrehs mappings." http://livedocs.adobe.com/jrun/4/javadocs/jrun/servlet/jrpp/JRunProxyService.html – Henry Oct 12 '11 at 06:58