Bob, 

I'm not familiar with the iSeries Apache Web server, but if you are using a 
standard apache web server, you would use the wsconfig program that gets 
installed with apache to connect to coldfusion.  You can also manually copy 
over the mod_jrun22.so or mod_jrun2.so files and manually put in the 
configuration.  Something like this:

LoadModule jrun_module "C:/JRun4/lib/wsconfig/mod_jrun22.so"

# JRun Settings
<IfModule mod_jrun22.c>
            JRunConfig Verbose true
            JRunConfig Apialloc false
            JRunConfig Ssl false
            JRunConfig Ignoresuffixmap false
            JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
            JRunConfig Bootstrap x.x.x.x:51002
            #JRunConfig Errorurl <optionally redirect to this URL on errors>
            #JRunConfig ProxyRetryInterval 600
            #JRunConfig ConnectTimeout 15
            #JRunConfig RecvTimeout 300
            #JRunConfig SendTimeout 15
            AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
</IfModule>

Hope this helps,

Russ

> -----Original Message-----
> From: Bob Johnson [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 30, 2007 11:40 PM
> To: CF-Server
> Subject: iSeries Apache Web Server
> 
> Hopefully this is the correct place to ask this question. Please accept my
> apologies if it isn't.
> 
> Currently where I work we don’t use ColdFusion but I’m putting
> together a presentation as to why we should move to ColdFusion.
> 
> My question is, how would one setup up an iSeries Apache Web server to use
> a Windows 2003 Server running ColdFusion for ColdFusion pages. We don’t
> want to change our main Web server from the iSeries we just want to point
> to the W2K3 server running ColdFusion when needed.
> 
> Any info or direction would be appreciated.
> 
> Thank you
> 
> Bob
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6271
Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10

Reply via email to