> I have a web server running IIS 5 and CF5. However, I > now have a couple of apps that require CFMX, so I was > attempting to install the stand-alone JRun server with > CFMX (so I can run both CF5 and CFMX on the same box). > My question is, how do I setup multiple sites/IPs in > the JRun server? I have several different web sites on > this server (each with a unique IP) that I need to have > CFMX apps under.
There are several ways you can set this up. One way is to use the built-in CFMX web server, which is what you're doing right now. To configure said server, this link might be helpful: http://www.macromedia.com/support/coldfusion/adv_development/config_builtin_ webserver/ Note that the built-in web server isn't recommended for production use. Another way is to configure additional virtual servers or virtual applications within your existing web server. For example, on my laptop, I'm running IIS 5, CF 5 and CFMX. I've got several separate virtual servers, some running CF 5 and others running CFMX. To do this, you'd need to create multiple virtual servers (or virtual applications, which are virtual directories that have their own application configuration), and configure the JRun connector to work with the virtual servers you want to use. This is described pretty well in the CFMX documentation, actually, but if you have specific questions, feel free to post them. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

