> Ok, can someone please explain to me exactly what a context > root is (or supply some documentation). I keep hearing that > term over and over in everything I read, but I must say I > don't really know exactly what it is. > Is it part of the web server? ColdFusion? JRun? All Java Apps? > How do I set it? Where it is defined? (xml config file...)
http://livedocs.adobe.com/coldfusion/7/htmldocs/00000030.htm#114577 When you use the CF installer to create an EAR for deployment within a J2EE application server, you specify a context root. When you install CF using the standalone or multiserver options, the context root is "/". This context root is used to determine whether a request will be handled by the application server or just by the web server. For an example of context roots in action, just go to the Adobe site itself. All of the URLs handled by CF look like this: http://www.adobe.com/cfusion/... The context root in that case is "/cfusion". > What the heck? Please don't tell me that the only way I can > use cfchart is to enable sticky session. Is there a way to > set a sticky age? If I could just keep the user stuck to one > server for 1 minute at a time, that would give them time for > the whole page to load its charts etc? You could handle all charting requests on a single server, or specify the URL for one server rather than the uURL for the cluster when visiting a page that will let the user generate a chart. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! This email has been processed by SmoothZap - www.smoothwall.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273687 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

