Thank you for the reply Russ.

So, how in Apache to I actually point it to the ColdFusion server? Is there a 
line in the config where I would say that it needs to go to the W2K3 server for 
ColdFusion pages.

Thanks again. This is new to me.

Bob

> 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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274404
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to