Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Bob_Johnson #1
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
-
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... -
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... -
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... -
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.... -
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... -
Bob_Johnson #2
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
-
ksmith #3
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
-
Bob_Johnson #4
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



Reply With Quote

