Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default iSeries question

    I'm putting together a proposal at work showing why we need to move to
    ColdFusion. We currently have an iSeries server running Apache as our
    Webserver. We don't want to change that but we do want to have ColdFusion
    running on a Windows 2003 Server.

    My question is; what are the steps required to have the iSeries Apache server
    direct ColdFusion requests to the Windows 2003 Server? Again, we want to keep
    the Web server on the iSeries and just direct ColdFusion to the W2K3 box.

    Thank you for any help and/or direction.

    Bob

    Bob_Johnson Guest

  2. Similar Questions and Discussions

    1. Coldfusion and iSeries
      Currently we use a WebSmart to great our database driven website. We have Apache running on an AS400 and our database is on the AS400. I want to...
    2. Can't conect to DB2 on iSeries (AS400)
      CF Administrator setup: CF Data Source Name metdb2 Database name of library I am trying to access on the...
    3. iSeries V5R2 to Coldfusion
      A customer using a CF app I did about 2 years ago got in touch with me today about issues with the CF apps connecting up with the databases on the...
    4. iSeries Connection
      I am evaluating ColdFusion, so far so good. However, the key will be it's ease of communication with our iSeries box. So far, I am getting nowhere....
    5. Connecting Unix to iSeries AS/400 DB2
      I am working on a conversion from Unix (HP-UX v10.20) compressed files to the iSeries DB2 on V5R2. I cannot find a Perl DB400 driver that does not...
  3. #2

    Default Re: iSeries question

    I found a document that describes Distributed configuration for ColdFusion
    version 5. Is there something like this for the current version?

    Also, in that documentation it says: "On the Web server side, you must notify
    the ColdFusion Web server plug-in that you want it to talk to a ColdFusion
    engine on another machine. You do this simply by making appropriate entries in
    an INI file."

    How would one go about this in Apache on an iSeries?

    Thanks again.

    Bob

    Bob_Johnson Guest

  4. #3

    Default Re: iSeries question

    This pretty much describes it
    [url]http://www.macromedia.com/support/coldfusion/administration/cfmx_in_distributed_[/url]
    mode. Note it is written for CFMX6 but should still apply.

    One issue though is you will need to compile the Apache connector on your
    iSeries machine. The connector source code is included with CFMX.
    ApacheBuildInstructions.txt is in cfusionmx7\runtime\lib\wsconfig.jar. Read
    it. ISeries is an unsupported platform, so you may find experience with
    building the connector lacking in techsupport. However, google the web and you
    will find instructions for building it on linux and unix generally.

    HTH.

    ksmith Guest

  5. #4

    Default Re: iSeries question

    Thank you Ken for the link to the newer article.

    In that article it has the command line:

    C:\Progra~1\JavaSoft\JRE\1.3.1_03\bin\java -jar c:\temp\wsconfig.jar -ws IIS
    -site "0" -map .cfm,.cfc,.cfml,.jsp -v -host 10.1.100.102

    Would I substitute -ws Apache for -ws IIS if Apache was on the W2K3 server?

    Again, thank you!

    Bob_Johnson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139