[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: Wed Aug 27 11:31:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> -----Original Message-----
> From: Brian Rahill [mailto:cobalt@xxxxxxxxxxxxxxxxxxxxxxx]
> Sent: Wednesday, August 27, 2003 12:00 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: RE: [cobalt-users] Raq550 ColdfusionMX install errors
>
>
>
> >Then again, it's having troubles with the ps statement on
> line 35. You
> >can see this, because it is spitting out errors even before
> it displays
> >the message "Starting Coldfusion MX..."
> >
> >Try running those commands one by one outside of the script. I am
> >wondering if it is something with your environment when the
> script is running.
> >run these one by one and se what you get: (after you log in as root)
>
> Thanks for the help. Tim from Insuranceworkz.com helped me out by
> commenting out the line:
>
> >>#ENV_LIST="$ENV_LIST LD_ASSUME_KERNEL=2.2.5"<<
>
> So it started fine. Then I had to run the connector script
> via this command:
>
> /home/opt/coldfusionmx/jre/bin/./java -jar
> /home/opt/coldfusionmx/runtime/lib/wsconfig.jar -ws Apache -dir
> /etc/httpd/conf/ -v
>
> Now when I hit the coldfusion administrator pages I get a
> coldfusion file
> not found error (not the standard Raq file not found -- but one that
> appears to be generated by coldfusion). So it looks as if the
> page is being
> parsed but something screwy is happening still.
Brian,
1. Can you create a simple helloworld.cfm file and run it??
2. From what site are you trying to access the CF administrator??
In whatever site you installed the CFIDE folder is where you should go.
i.e. if you have /home/sites/my.domain.com/web/CFIDE/Adminstrator, you should go to
http://my.domain.com/CFIDE/Administrator
3. Sometimes the connector script will mess up your http.conf file. If you do a diff on the new vs. the old conf file, you should get:
# JRun Settings
LoadModule jrun_module /home/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun.so <IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap true
JRunConfig Serverstore /home/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 .cfm .cfc .jsp .cfml .jws
</IfModule>
It may be wise to move this section to above all of your virtual sites.
If you don't want coldfusion running on all your sites, you should be able to take the AddHandler line out and insert it in those virtual sites you want enabled.
Vidar
>
> Any thoughts?
> Thanks for any help.
>
> Brian
>
>
>
> --
> Brian M. Rahill
> President
> RainStorm, Inc.
> http://www.rainstormconsulting.com
> "Designing Strategies for Internet Success." brian@xxxxxxxxxxxxxxxx
> Phone: 207-866-3908
> Fax: 207-866-0297
>
> _____________________________________
> 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
>