>Now, there's one missing piece, but so far it hasn't made any difference >that I've seen. That's the creation of a "/jrunscripts" web server mapping. >When you run wsconfig with IIS 5, that gets mapped to the directory >containing the module. Does anyone know exactly what this is for? It >doesn't >seem to matter if it's omitted, as far as I've seen.
Dave, I believe the JRunScripts directory is used for Flash Remoting. At least that's the impression I got from the following technote (watch for wrapping): http://www.macromedia.com/v1/handlers/index.cfm?ID=23390&Method=Full&PageCal l=/support/index.cfm As for whether FR works without the directory mapping, haven't tried that one. One thing to note, I've configured sites both manually and with the wsconfig.jar GUI and I've found that the GUI does not recognize sites that were configured manually. The sites still work just fine, but if you run the GUI to inspect what sites you have configured, you won't see the manually configured ones listed. I'm not sure if this holds up true for the cmd line option to list configured web servers (java -jar wsconfig.jar -list -v), but I'm guessing it does. >LoadModule jrun_module "C:/CFusionMX/runtime/lib/wsconfig/2/mod_jrun20.so" ><IfModule mod_jrun20.c> > JRunConfig Verbose false > JRunConfig Apialloc false > JRunConfig Ssl false > JRunConfig Ignoresuffixmap false > JRunConfig Serverstore >"C:/CFusionMX/runtime/lib/wsconfig/2/jrunserver.store" > JRunConfig Bootstrap 127.0.0.1:51010 > #JRunConfig Errorurl <optionally redirect to this URL on errors> > AddHandler jrun-handler .jsp .jws ></IfModule> One question for you, I see you're using the mod_jrun20.so module, what is the difference between that one and mod_jrun.so? Apache 2.x specific? chris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

