> What could this mean?  How would ColdFusion and|or JRun be affecting
> basic html requests.  We do not have CF configured to handle html requests.

Well, actually, by default, EVERY REQUEST is passed through the CF web
server API module, which then determines further resolution: pass to
CF, pass through to the web server, whatever. This is controlled by
the context root for CF, which is "/" by default (and therefore
matches every URL). So, if there's a problem with the API module, it
can break everything.

All that said, I don't know the cause of the problem here, but I
suspect there's some problem with the configuration file for the CF
web server API module, which is in /jrun4/lib/wsconfig/n (where n is a
number corresponding to the order in which API modules have been set
up for each individual virtual host, if you've set up your virtual
hosts individually).

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsit

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333107
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to