Hi Doug,
You'll need to modify your httpd.conf file to look something like this:

<VirtualHost *>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /your/document/root
    ServerName your.domain.com
    ErrorLog logs/yourErrorLog-error_log
    CustomLog logs/yourAcesslog-access_log common
    JRunConfig Serverstore
"{installPath}JRun4/lib/wsconfig/vh2/jrunserver.store"
    // you'll need to create theabove folder (vh2) (JRun will place
the jrunserver.store on re-start of ther instance
    JRunConfig Bootstrap 127.0.0.1:51002
   // this is the proxy address of your second instance
</VirtualHost>

I have compiled a set of Jrun resources and some of my experiences
here: http://gregs.tcias.co.uk/server/jrun/. And you should eb able to
get some good instructions over at www.bpurcell.org as well as looking
at some of the archives over at sys-con.com (you should be able find
them all when looking at:
http://gregs.tcias.co.uk/jrun/jrun_resources.php).

Let me know if you need more help.

Cheers
G

On Thu, 29 Jul 2004 10:03:16 -0400, Doug Hughes <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I'm trying to figure out some of the technical details behind setting
> up multiple instances of CFMX via JRUN and hooking those into Apache
> virtual servers.
>
> I've already installed Apache and setup a few virtual servers.  I've
> also installed CFMX on JRUN and hooked JRUN into Apache� or at least,
> the installer did that and it seems to work.
>
> The question I've got is this:  If I create a second instance of CFMX
> on JRUN, how can I tie that instance to a specific Apache virtual
> server?  How do I tie any CF instance to a particular virtual server?
> Is this possible?
>
> Any information you can offer would be quite helpful.
>
> Thanks
>
> --
> Doug Hughes
> (Check out my Image Manipulation CFC at http://www.alagad.com)
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to