Re: iSeries point to ColdFusion server direction...
On Tuesday 03 Apr 2007, Bob Johnson wrote: > 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. > > JRunConfig Bootstrap x.x.x.x:51002 :-) -- Tom Chiverton Helping to adaptively innovate best-of-breed systems on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF. A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society. CONFIDENTIALITY This email is intended only for the use of the addressee named above and may be confidential or legally privileged. If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents. If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008. For more information about Halliwells LLP visit www.halliwells.com. ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274405 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: iSeries point to ColdFusion server direction...
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 > > 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 > #JRunConfig ProxyRetryInterval 600 > #JRunConfig ConnectTimeout 15 > #JRunConfig RecvTimeout 300 > #JRunConfig SendTimeout 15 > AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf > > > 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
Re: iSeries point to ColdFusion server direction...
> 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 > > 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 > #JRunConfig ProxyRetryInterval 600 > #JRunConfig ConnectTimeout 15 > #JRunConfig RecvTimeout 300 > #JRunConfig SendTimeout 15 > AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf > > > Hope this helps, > > Russ > > > -Original Message- > > From: Bob Johnson [mailto:[EMAIL PROTECTED] > > Sent: Monday, April 02, 2007 4:24 PM > > To: CF-Talk > > Subject: Re: iSeries point to ColdFusion server direction... > > > > I found an article on Adobe's site talking about Distributed > configuration > > but it was for version 5. Anyone have anything newer that they've > seen and > > what I would need to do to the Apache on the iSeries to point > correctly to > > ColdFusion on W2K3? > > > > Thanks. > > > > > I hope someone can point me in the right direction or fill me in... > > > > > > > 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 > > > > ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274403 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
RE: iSeries point to ColdFusion server direction...
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 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 #JRunConfig ProxyRetryInterval 600 #JRunConfig ConnectTimeout 15 #JRunConfig RecvTimeout 300 #JRunConfig SendTimeout 15 AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf Hope this helps, Russ > -Original Message- > From: Bob Johnson [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 4:24 PM > To: CF-Talk > Subject: Re: iSeries point to ColdFusion server direction... > > I found an article on Adobe's site talking about Distributed configuration > but it was for version 5. Anyone have anything newer that they've seen and > what I would need to do to the Apache on the iSeries to point correctly to > ColdFusion on W2K3? > > Thanks. > > > I hope someone can point me in the right direction or fill me in... > > > > 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-Talk/message.cfm/messageid:274348 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: iSeries point to ColdFusion server direction...
I found an article on Adobe's site talking about Distributed configuration but it was for version 5. Anyone have anything newer that they've seen and what I would need to do to the Apache on the iSeries to point correctly to ColdFusion on W2K3? Thanks. > I hope someone can point me in the right direction or fill me in... > > 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 ~| 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:274346 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: iSeries point to ColdFusion server direction...
> I hope someone can point me in the right direction or fill me in... > > 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 robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274345 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
iSeries point to ColdFusion server direction...
I hope someone can point me in the right direction or fill me in... 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 ~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274298 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4