[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq550 ColdfusionMX install errors
- Subject: RE: [cobalt-users] Raq550 ColdfusionMX install errors
- From: "Ligard, Vidar" <vligard@xxxxxxxxx>
- Date: Thu Aug 28 08:41:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> The coldfusion user was set to nobody. I changed it to httpd
> in the startup
> script and still have the same problem.
> I didn't know the .cfm files needed any special permissions
> but I changed
> them to nobody and set them to 777 without any change in the behavior.
You don't need any 'special' permissions, but the user coldfusion runs under
Must be have execute rights in the directory and read permissions on the cfm file itself.
Same thing that apache requires for html files. But when coldfusion runs as a different user, you may run into some of those issues depending on your directory permissions structure.
>
>
> There are no errors on .cfm pages in the apache error logs.
Coldfusion also has its own logs in /home/opt/coldfusionmx/logs (if that's where you installed coldfusion)
> It looks like this is in my httpd.conf:
> </IfModule>
> # JRun Settings
> LoadModule jrun_module
> /home/opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun.so
> <IfModule mod_jrun.c>
> JRunConfig Verbose false
> JRunConfig Apialloc false
> JRunConfig Ssl false
> JRunConfig Ignoresuffixmap false
> JRunConfig Serverstore
> /home/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>
>
> Interestingly there is no .cfm, .cfc or cfml in the the "AddHandler
> jrun-handler .jsp .jws" section. However I've added those in
> and restarted
> httpd and still have the same problem.
>
>
> Well I reinstalled and I can now get to the administrator
> without a problem
> using the internal coldfusion webserver on 8500 but requests
> to valid .cfm
> pages on Apache port 80 still give me a coldfusion file not
> found error. You can see it here:
> http://www.rainstormconsulting.com/test.cfm
> The stack trace
> is reporting a "TemplateNotFoundException" Perhaps that's a clue.
>
>
Did you install coldfusion with it's own web server?? That would probably be why the .cfm was not added to the 'AddHandler' directive in http.conf. You should not install CF's webserver, but use apache only (at least according to what I've read.) According to MM, CF's own internal webserver should only be used on development platforms. I don't believe the installation will work with both CF's internal web server and apache on the same server.
If you moved your test.cfm to your CFIDE directory. I'm not sure where that would be on your install. Try /home/opt/coldfusionmx/wwwroot/CFIDE I would think you could then reach it at http://your.ip.num:8500/CFIDE/test.cfm
Vidar
>
> Thanks for all the help.
>
> Brian
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt> -users
>