Skip to main content
Participant
May 28, 2008
Question

Install coldfusion ent 64 bit in a distributed environment

  • May 28, 2008
  • 3 replies
  • 555 views
Hi,

What I am trying to achieve :

Install CF 80 ent 64 bit in windows server 2003. (server 1)
MY webserver is is anoter system which is running windows xp 32 bit. ie my iis is 32 bit. (server 2)

All my web files and websites(IIS stuffs ) wil be in server 2. and Jrun will in in server 1.

What i did:

1. Installed Cf 80 in server 1. with multiple instance support.
2. copied the connector files from jrun folder of server 1 to server 2. and changed few config files
(This was done by following some docs form net)

But this method is not working. Please let me know if someone have a clear way of doing it or any docs are there.
I will be so thankfull as I am struck up with this.

Thanks,
Dev








    This topic has been closed for replies.

    3 replies

    Inspiring
    June 1, 2008
    ke4pym wrote:
    > Will this work Jochem? He's taking a 64 bit connector and trying to run it on
    > a 32 bit machine.
    >
    > Or is the connector that comes with 64 bit CF 32-bit-able?

    IIRC they are both in the .jar and you actually need to add a command
    line switch to get the 64-bit version.

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    May 30, 2008
    Will this work Jochem? He's taking a 64 bit connector and trying to run it on a 32 bit machine.

    Or is the connector that comes with 64 bit CF 32-bit-able?

    devlosh-->You will have to keep your CFML on both servers and in the same folder structure. It is a real pain.
    Inspiring
    May 29, 2008
    devlosh wrote:
    > Install CF 80 ent 64 bit in windows server 2003. (server 1)
    > MY webserver is is anoter system which is running windows xp 32 bit. ie my iis
    > is 32 bit. (server 2)
    >
    > All my web files and websites(IIS stuffs ) wil be in server 2. and Jrun will
    > in in server 1.

    This will not work. All your .cfm files must be on the server that has
    JRun (server1).
    In order to set this up:
    1. Install JRun / CF on server1. It is highly recommended to choose the
    buildin webserver so you can verify your installation is correct.
    2. Copy wsconfig.jar to the webserver on server2. Make sure you have a
    JDK installed (same version as CF/JRun uses).
    3. Run wsconfig.jar and specify connection parameters to connect to
    server1: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/websera7.htm
    4. Plcae your .cfm files in the CF wwwroot (...\???.ear\cfusion.war\
    folder) on server 1.
    5. Test.

    This should work, but IIRC Adobe will only support a configuration where
    you also have your CF code on the webserver and the path to your IIS
    wwwroot on server2 is identical to the path to the JRun wwwroot on server1.

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion
    devloshAuthor
    Participant
    May 29, 2008
    hi Jochem,
    Thank you verymuch for you advice.Hope this will work ! :)

    Thanks,
    Dev