Check the AddHandler directive within your jrun20.so block.  This is
the JRun-specific config data for my installation (Apache 2.0.58 on
WinXP):

LoadModule jrun_module "D:/macromedia/jrun4/lib/wsconfig/1/mod_jrun20.so"
<IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore "D:/macromedia/jrun4/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51020
    #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.

On 10/18/06, Doug Brown <[EMAIL PROTECTED]> wrote:
> Rob,
>
>
> I (was) using apache version 2.23 and when I could never get it working with
> the 2.0 version of macromedia connector I removed it and installed the 2.0
> version of apache with the 2.0 connector. So right now I am running apache
> 2.0 with a 2.0 connector. Right now I can click on the CF Admin link and it
> will open it in homesite instead of in a browser...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to