I posted this to www.coldfusioncommunity.org last night but I don't think there's a lot of life there.
Does anyone here have any comments/suggestions on what I'm trying to achieve below? ==== Previously I've installed CF on JRun (under windows) and hooked it into Apache as part of the install process. One of the nice things about this configuration is the ability to map a directory like this: Alias /foo "C:/www/foo" Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 And serve up .cfm files from that "foo" directory. Also, you could do another virtual host, eg: ServerName bar.localhost DocumentRoot "C:/www/bar" Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 However, what if I want to use JBoss, rather than JRun? Can I still get this "goodness"? I have installed CF in a J2EE configuration under JBoss using mod_jk, but I cannot find a way to load .cfm files unless they are in /server/cfusion/deploy/cfusion.ear/cfusion.war or one of its subdirectories. So, using an alias as shown above does not work (or at least I can't get it to work :). And to run a second domain the only way I've found is to run either a separate webapp, or a second jboss instance. Has anyone been able to come up with a way to share a single ColdFusion webapp between multiple virtual hosts on JBoss? Or is it not possible except using JRun? Many thanks, Andrew. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
