What are the proper steps to connect a new Apache VirturHost to a newly 
created ColdFusion instance on the server.

I'm a little confused about the current VirturalHosts as there does not 
seem to be much rhyme or reason to the modules that I presume connect 
the hosts to the CF instances.

I previously only had the default 'cfusion' instance that should not 
have been connected to any web hosts and a 'general' instance that 
should have ran the existing virtual hosts.  I just added a 'calpip' 
instance that I want to connect to some new virtual hosts I plan to add 
to the server.

So looking at my existing <virturalHosts...> directive in the current 
httpd.conf file I find these relevant lines of code.  I was expecting to 
see /wsconfig/1/... but I am getting other combinations that I did not 
expect.  Also how do I determine what port to put into the Bootstrap 
line for a new instance?

   <IfModule mod_jrun20.c>
     JRunConfig Verbose true
     JRunConfig Serverstore 
/opt/jrun4/lib/wsconfig/calpip-devsite/jrunserver.store
     JRunConfig Bootstrap 127.0.0.1:51000
   </IfModule>

   <IfModule mod_jrun20.c>
       JRunConfig Verbose true
       JRunConfig Serverstore /opt/jrun4/lib/wsconfig/site/jrunserver.store
       JRunConfig Bootstrap 127.0.0.1:51000
   </IfModule>

   <IfModule mod_jrun20.c>
   JRunConfig Verbose true
   JRunConfig Serverstore /opt/jrun4/lib/wsconfig/1/jrunserver.store
   JRunConfig Bootstrap 127.0.0.1:51020
</IfModule>

   <IfModule mod_jrun20.c>
   JRunConfig Verbose true
   JRunConfig Serverstore /opt/jrun4/lib/wsconfig/site/jrunserver.store
   JRunConfig Bootstrap 127.0.0.1:51000
</IfModule>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319720
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to