Linda

Be brave, it is not really that complicated.  Look on page 86 of the ACG
under the section Connecting to the Web Server.  You want to run the
connector wizard one time for each JRun server.  This does two things - it
updates the local.properties file for you and adds the JRun module at the
end of the httpd.conf  You are correct that if you run it multiple times you
will over write the configuration information each time but you are saving
yourself the headache of manually editing the local.properties files.  After
you have run it for each JRun server you need to edit the httpd.conf file.
Look for the line "JRunConfig jvmlist some-server".  You will notice that it
list which ever JRun server you connected last.  You edit this line and add
all of the JRun servers so that it looks like "JRunConfig jvmlist
last-server,1st-server,2nd-server,3rd-server". You then need to comment out
the rulespath (in your case for apache the mappings), proxyhost, and
proxyport.  JRun will ignore the lines you commented out when it sees the
multiple server listing and uses the local.properties files for each server.
Actually you can get by without commenting out the above properties but that
is not a good practice.  One last thing to keep in mind when connecting
multiple JRun servers to one web server (ip address)like this - the JRun
servers can not contain identical web application URL mappings.  In other
words default and 2nd-server can not both have a mapping of "/demo".  HTH

Keen

-----Original Message-----
From: Jacky Soeryana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 08, 2001 5:45 PM
To: JRun-Talk
Subject: RE: connection wizard problem setting up multiple servers


HI Linda,

You can't easily hook up more than one JRun servers to one web server. For
guidance you can take a look at the "JRun Advanced Configuration Guide". You
can download it from Allaire website. 

Good luck,
Jacky.


> -----Original Message-----
> From: Hobbet, Linda [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 09, 2001 7:30 AM
> To: JRun-Talk
> Subject: connection wizard problem setting up multiple servers
> 
> 
> I am trying to set up multiple JRUN servers attached to the 
> same web server.
> The advanced configuration guide says to run the 
> configuration wizard for
> each server.  Running the wizard puts some JRUN config info 
> at the end of my
> Apache config file.  The problem is that when I run the wizard, it
> overwrites the configuration for the previous server instead 
> of adding to
> it.  So I can only run one server (in addition to ADMIN) at a 
> time.  What am
> I doing wrong?
> 
> I'm running:
> 
> JRUN 3.0
> Apache 1.3.12
> 
> I'm putting each server on a different port.
> 
> -----Original Message-----
> From: Lloyd H. Meinholz [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 08, 2001 1:52 PM
> To: JRun-Talk
> Subject: Re: multiple JRun servers
> 
> 
> I forgot to add, you will also have to run the connector 
> wizard for each
> Web site.
> 
> Lloyd
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to