Charles,

Have you got something like the following in your httpd.conf file?

# JRun Settings
LoadModule jrun_module
/opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun20.so
<IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore
/opt/coldfusionmx/runtime/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 127.0.0.1:51010
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .jsp .jws
</IfModule>

I had a similar experience when I first installed CFMX on a new RH7.2 with
Apache 1.3.27 machine. Everything appeared to install successfully then I
was getting 404's in the CF Administrator. I then discovered the jrun
directives were missing from my httpd.conf.

To fix it, I completely removed CFMX as recommended in the release notes and
then reinstalled and all was well.

As for your installation with Apache 2.0.43 - The process you described
sounds very different to the process I went through today in upgrading from
Apache 2.0.36 to 2.0.43 and applying Updater 2 - The exact process is
outlined at
http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx
_updater.html#installApache

Be careful - there are a couple small typoes in the instructions:
First typo is actually an incorrect directory assignation for the JVM
(remove "runtime")
Second typo is an extraneous space between "-" and "v" (remove the space)
Both typoes are in the sample command for running the web server connector.

HTH,
Dave

-----Original Message-----
From: Charles Kibler [mailto:[EMAIL PROTECTED]]
Sent: 13 January 2003 17:23
To: CF-Linux
Subject: Re: cf5 & linux newbie


It is one of the acceptable documents, however, since I get a JRun Servlet
error instead of an http error, it appears that Apache is not getting the
file, but JRun is grabbing it and trying to handle it(as it should) but
does not know where it is.  If I disable Coldfusion, I get an entirely
different error coming from Apache, which is expected then.

I got a response back from Macromedia that said to look into
/lib/neo-runtime.xml in the following:
This is what I found:
<struct type='coldfusion.server.ConfigMap'>
         <var name='/'>
         <string>/var/www/html</string>
         </var>
</struct>

/var/www/html is the server document root, which is correct as shown above.

I do figure that JRun somewhere does not have this setting to /var/www/html
where /CFIDE/adminstrator/index.cfm resides.

At 10:49 AM 1/13/2003 -0600, you wrote:
>In your site description in httpd.conf file do you have the default
>document set
>to index.cfm?
>
>=====================================
>Douglas White
>group Manager
>mailto:[EMAIL PROTECTED]
>http://www.samcfug.org
>=====================================
>----- Original Message -----
>From: "Charles Kibler" <[EMAIL PROTECTED]>
>To: "CF-Linux" <[EMAIL PROTECTED]>
>Sent: Monday, January 13, 2003 9:30 AM
>Subject: cf5 & linux newbie
>
>
>| Get a 404 File Not Found when trying to go to
CFIDE/administrator/index.cfm
>|
>| Linux 8.0 and updates are installed - box is up-to-date. Updated Apache
from
>2.0.40 to .43 as required for updater. Installed Coldfusion MX Enterprise
>using
>coldfusion-60-linux-en.bin (installed fine).
>| Installed cfmx_updater_linux.bin (installed with no errors)
>| I used /opt/coldfusionmx for the install dir
>| I used /var/www/html for the document root and location of CFIDE
>| I started coldfusion and the connector wizard succeeded and coldfusion
>started
>fine.
>| I did a restart of httpd and coldfusion - both succeeded fine.
>| When I try to access the /CFIDE/administrator/ index.cfm I get a JRun
>Servlet
>Error 404 Not Found.
>| I can put a html file in CFIDE and get it to display fine, as well as in
>administrator.  It seems that Coldfusion does not know where the cfm files
are
>or the jrun handler does not. I have searched through all the faqs and
>searched
>google for the problems to no avail.  Everything looks right.
>| Any help would be GREATLY appreciated
>|
>|
>| website: http://128.174.122.17/CFIDE/administrator/index.html
>|
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
                                

Reply via email to