Chris: ColdFusion 5 uses JRun internally for various features (mostly administrative in nature, e.g., the CF Management Service) but that copy of JRun is a license-limited version and (haven't really tried to test this, though) is not available for use by external apps, i.e., you couldn't dro p your own servlets in and expect them to run. You'd need either to instal l a separate copy of JRun or to install another servlet engine as needed (e.g , Tomcat/Catalina from the Apache group).
ColdFusion can run servlets directly on a JRun engine (Don't know if it's limited to JRun or would work with any servlet, though) using the <CFSERVLET> and <CFSERVLETPARAM> tags, with JRun running on either the lo cal (CF) host or on a remote host. You could also call a servlet using the <CFHTTP> tag if you wanted to. Regards, Joel Parramore > -----Original Message----- > From: chris.alvarado [mailto:" <[EMAIL PROTECTED]>"@homes.com] > Sent: Friday, January 04, 2002 11:13 AM > To: CF-Talk > Subject: ArcIMS > > > Anyone here using ArcIMS for mapping? > > Here is the situation: > > 2 Servers. > > Server 1 - App Server (just needed to process the map requests) > > Server 2 - Web Server (Cold Fusion etc) > > .... > > The install documentation leaves me with quite a few questions. Based o n > the above server layout, I am unsure of which components need to be > installed where. > > Also, > > I know that on of the components requires a Servlet engine. Does CF > support Servlets? In other words when i specify a directory path to my > servlet engine will CFusion\Jrun\servlets suffice? > > any and all help would be greatly appreciated! > > If you would like to get in contact with me directly please do so on MS N > Messenger ([EMAIL PROTECTED]) > > Thanks, > > -chris.alvarado > [application developer] > 4|Guys Interactive, Inc. > ------------------------------------ > http://www.4guys.com > > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

