Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

View: New views
10 Messages — Rating Filter:   Alert me  

Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by david fiedler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All.
Thanks in advance for any help.

I have "successfully" installed CF, it's running. However, I can not get any CF files to run. It seems like httpd is not recognizing .cfm files. Apparently the install edited the httpd.conf file, but, I see no evidence of that.

If I try to open 127.0.0.1/CFIDE/administrator/index.cfm in firefox, it want to use a helper app of dreamweaver, in Safari if I try to open it, I get this stuff:
"Êþº¾-ƒ
SourceFileCC:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator\index.cfmcfindex2ecfm851450818coldfusion/runtime/CFPage<init>()V 
 thisLcfindex2ecfm851450818;LocalVariableTableCodebindPageVariablesD(Lcoldfusion/runtime/VariableScope;Lcoldfusion/runtime/LocalScope;)V coldfusion/runtime/CfJspPage
FORMLcoldfusion/runtime/Variable;FORMbindPageVariabler"

Any ideas would be very helpful...

Thanks Again.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3272
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by John Barrett-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi David,
I was able to install Coldfusion MX 7 on my G-4 powerbook with no  
problems. I just had to add the default pages.

I am not sure about .cfm pages in general, but for default pages try  
to modify your httpd.conf file. it is located in /etc/httpd
In that file, find:
#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index.  Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.jsp index.cfm
</IfModule>
and add your default pages with .cfm

I don't think that this fixes your issue, but I am a newbie, and  
don't have much to offer.
I hope that this helps you, at least a little.
John


On Oct 30, 2006, at 4:31 PM, david fiedler wrote:

> Hi All.
> Thanks in advance for any help.
>
> I have "successfully" installed CF, it's running. However, I can  
> not get any CF files to run. It seems like httpd is not  
> recognizing .cfm files. Apparently the install edited the  
> httpd.conf file, but, I see no evidence of that.
>
> If I try to open 127.0.0.1/CFIDE/administrator/index.cfm in  
> firefox, it want to use a helper app of dreamweaver, in Safari if I  
> try to open it, I get this stuff:
> "Êþº¾-ƒ
> SourceFileCC:\blackstone_updates\cfusion\wwwroot\CFIDE
> \administrator\index.cfmcfindex2ecfm851450818coldfusion/
> runtime/CFPage<init>()V 
>  
> thisLcfindex2ecfm851450818;LocalVariableTableCodebindPageVaria
> blesD(Lcoldfusion/runtime/VariableScope;Lcoldfusion/runtime/
> LocalScope;)V coldfusion/runtime/CfJspPage
> FORMLcoldfusion/runtime/Variable;FORMbindPageVariabler"
>
> Any ideas would be very helpful...
>
> Thanks Again.
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3273
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by david fiedler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That didn't do it, I thought it would. Thanks for trying. I checked out the cfserver.log file and got these errors:
10/31 06:19:02 warning Unable to open /Applications/ColdFusionMX7/runtime/lib/license.properties
10/31 06:19:03 info JRun Naming Service listening on *:2920
10/31 06:19:03 warning No sessionSecret has been specified in jrun.xml. Installing a self generated sessionSecret.
10/31 06:19:04 info No JDBC data sources have been configured for this server (see jrun-resources.xml)

Any ideas on how to correct these issues?

Thanks again for the help.

>Hi David,
>I was able to install Coldfusion MX 7 on my G-4 powerbook with no  
>problems. I just had to add the default pages.
>
>I am not sure about .cfm pages in general, but for default pages try  
>to modify your httpd.conf file. it is located in /etc/httpd
>In that file, find:
>#
># DirectoryIndex: Name of the file or files to use as a pre-written HTML
># directory index.  Separate multiple entries with spaces.
>#
><IfModule mod_dir.c>
>DirectoryIndex index.html index.htm index.jsp index.cfm
></IfModule>
>and add your default pages with .cfm
>
>I don't think that this fixes your issue, but I am a newbie, and  
>don't have much to offer.
>I hope that this helps you, at least a little.
>John
>
>
>On Oct 30, 2006, at 4:31 PM, david fiedler wrote:
>
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3274
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by John Barrett-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi David,
Sorry I was not helpful. What version of java do you have? it will  
not work with apple's latest version of the JDK.
Check out:
http://www.simb.net/client/index.cfm/2006/4/21/Java-5-Update-for-OSX
Run that code to get your JDK to 1.4.2.
This could be the issue,a s if you can't use any cf pages it might be  
the java version.

John
On Oct 31, 2006, at 1:15 AM, david fiedler wrote:

> That didn't do it, I thought it would. Thanks for trying. I checked  
> out the cfserver.log file and got these errors:
> 10/31 06:19:02 warning Unable to open /Applications/ColdFusionMX7/
> runtime/lib/license.properties
> 10/31 06:19:03 info JRun Naming Service listening on *:2920
> 10/31 06:19:03 warning No sessionSecret has been specified in  
> jrun.xml. Installing a self generated sessionSecret.
> 10/31 06:19:04 info No JDBC data sources have been configured for  
> this server (see jrun-resources.xml)
>
> Any ideas on how to correct these issues?
>
> Thanks again for the help.
>
>> Hi David,
>> I was able to install Coldfusion MX 7 on my G-4 powerbook with no
>> problems. I just had to add the default pages.
>>
>> I am not sure about .cfm pages in general, but for default pages try
>> to modify your httpd.conf file. it is located in /etc/httpd
>> In that file, find:
>> #
>> # DirectoryIndex: Name of the file or files to use as a pre-
>> written HTML
>> # directory index.  Separate multiple entries with spaces.
>> #
>> <IfModule mod_dir.c>
>> DirectoryIndex index.html index.htm index.jsp index.cfm
>> </IfModule>
>> and add your default pages with .cfm
>>
>> I don't think that this fixes your issue, but I am a newbie, and
>> don't have much to offer.
>> I hope that this helps you, at least a little.
>> John
>>
>>
>> On Oct 30, 2006, at 4:31 PM, david fiedler wrote:
>>
>>>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3279
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by Jeff Small-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Where is this located? I can't seem to find "/etc/httpd". The first
slash indicates the root of the Computer, right? but I don't see "etc"
in my root.

On Oct 31, 2006, at 3:34 AM, John Barrett wrote:

> it is located in /etc/httpd
> In that file, find:
> #
> # DirectoryIndex: Name of the file or files to use as a pre-written
> HTML
> # directory index.  Separate multiple entries with spaces.
> #
> <IfModule mod_dir.c>
> DirectoryIndex index.html index.htm index.jsp index.cfm
> </IfModule>
> and add your default pages with .cfm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3284
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by Lola J. Lee Beno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jeff Small wrote:
> Where is this located? I can't seem to find "/etc/httpd". The first
> slash indicates the root of the Computer, right? but I don't see "etc"
> in my root.
>  

Apple hides certain directories by default from public view in finder.  
However, these Unix paths do exist.  Fire up Terminal, and issue the
command "cd /etc".  "cd" means to change the directory.  You'll then see
something like this:

[08:50 AM] /etc 2 $  (note that I've customized my Terminal display, so
your output will look slightly different except for "/etc".

Then, issue the command "ls".  This will then list all of the
subdirectories and files.  Note that it will not display the
".file_name" items; you'll need to add prefixes to the ls command.

Please, read up on Unix before you mess around with this.  You could
seriously mess up if you don't understand what you're doing.  There are
quite a few good books out there about Unix from the Mac perspective.  
I'd recommend:

"The Mac OS X Command Line:  Unix Under the Hood" by Kirk McElhearn
"Learning Unix for Mac OS X Tiger" by Dave Taylor
"Mac OS X Unleashed" by J. Ray and W. Ray (I believe this should be on
the shelf of every Mac user)

I own all of these books and refer to these if there is something I need
to do that I'm not sure about.  Even when I know what I'm doing, I refer
back to these just in case to make sure I haven't missed anything that I
should understand before doing something.

--
Lola - mailto:lola@...
http://www.lolajl.net | Blog at http://www.lolajl.net/blog/
Freedom is not free.
I'm in Bowie, MD, USA, halfway between DC and Annapolis.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3285
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by John Barrett-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I strongly recommend "Learning Unix for Mac OS X Tiger", the best  
apple book I have ever read, will teach you all the Unix you need for  
using mac's!
start terminal (you will be in your home directory), then type:
cd ../../etc/httpd

then type:
pico httpd.conf
if you change this file type "crtl"(this means control), and then  
"O"which really means "write out" but also lets you save. You do this  
at the same time.
You will need the admin password to change this file. I assume that  
this is you since you own your computer.

If you still have problems I can make some screens shots of this for  
you.
John
On Nov 1, 2006, at 3:32 AM, Jeff Small wrote:

> Where is this located? I can't seem to find "/etc/httpd". The first
> slash indicates the root of the Computer, right? but I don't see "etc"
> in my root.
>
> On Oct 31, 2006, at 3:34 AM, John Barrett wrote:
>> it is located in /etc/httpd
>> In that file, find:
>> #
>> # DirectoryIndex: Name of the file or files to use as a pre-written
>> HTML
>> # directory index.  Separate multiple entries with spaces.
>> #
>> <IfModule mod_dir.c>
>> DirectoryIndex index.html index.htm index.jsp index.cfm
>> </IfModule>
>> and add your default pages with .cfm
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3299
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by Sean Corfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/31/06, david fiedler <david@...> wrote:
> That didn't do it, I thought it would. Thanks for trying. I checked out the cfserver.log file and got these errors:

These are not errors.

> 10/31 06:19:02 warning Unable to open /Applications/ColdFusionMX7/runtime/lib/license.properties
> 10/31 06:19:03 info JRun Naming Service listening on *:2920
> 10/31 06:19:03 warning No sessionSecret has been specified in jrun.xml. Installing a self generated sessionSecret.
> 10/31 06:19:04 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
>
> Any ideas on how to correct these issues?

You don't need to do anything. These are harmless warnings.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3295
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by Kurt Wiersma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can get into this directories using the finder by using the key command
shift-open apple-g and then typing in the path. That dialog even has tab
completion!

--Kurt

On 11/1/06, Lola J. Lee Beno <lola@...> wrote:

>
> Jeff Small wrote:
> > Where is this located? I can't seem to find "/etc/httpd". The first
> > slash indicates the root of the Computer, right? but I don't see "etc"
> > in my root.
> >
>
> Apple hides certain directories by default from public view in finder.
> However, these Unix paths do exist.  Fire up Terminal, and issue the
> command "cd /etc".  "cd" means to change the directory.  You'll then see
> something like this:
>
> [08:50 AM] /etc 2 $  (note that I've customized my Terminal display, so
> your output will look slightly different except for "/etc".
>
> Then, issue the command "ls".  This will then list all of the
> subdirectories and files.  Note that it will not display the
> ".file_name" items; you'll need to add prefixes to the ls command.
>
> Please, read up on Unix before you mess around with this.  You could
> seriously mess up if you don't understand what you're doing.  There are
> quite a few good books out there about Unix from the Mac perspective.
> I'd recommend:
>
> "The Mac OS X Command Line:  Unix Under the Hood" by Kirk McElhearn
> "Learning Unix for Mac OS X Tiger" by Dave Taylor
> "Mac OS X Unleashed" by J. Ray and W. Ray (I believe this should be on
> the shelf of every Mac user)
>
> I own all of these books and refer to these if there is something I need
> to do that I'm not sure about.  Even when I know what I'm doing, I refer
> back to these just in case to make sure I haven't missed anything that I
> should understand before doing something.
>
> --
> Lola - mailto:lola@...
> http://www.lolajl.net | Blog at http://www.lolajl.net/blog/
> Freedom is not free.
> I'm in Bowie, MD, USA, halfway between DC and Annapolis.
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3297
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48

Re: Serious Woes Install Cold Fusion 7.02 osX10.4.7 apache1.2

by Kurt Wiersma :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David did the link I sent you last night have the Apache config settings you
needed? If not let me know through this list and I will post my settings. I
know you have a G4 but I just setup CF on my brand new Core Duo 2 MacBook
Pro and it the instructions were excellent.

http://webmages.com/cfmxIntelOSXguide.html

--Kurt

On 10/30/06, david fiedler <david@...> wrote:

>
> Hi All.
> Thanks in advance for any help.
>
> I have "successfully" installed CF, it's running. However, I can not get
> any CF files to run. It seems like httpd is not recognizing .cfm files.
> Apparently the install edited the httpd.conf file, but, I see no evidence
> of that.
>
> If I try to open 127.0.0.1/CFIDE/administrator/index.cfm in firefox, it
> want to use a helper app of dreamweaver, in Safari if I try to open it, I
> get this stuff:
> "Êþº¾-ƒ
>
> SourceFileCC:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator\index.cfmcfindex2ecfm851450818coldfusion/runtime/CFPage<init>()V 
> 
> thisLcfindex2ecfm851450818;LocalVariableTableCodebindPageVariablesD(Lcoldfusion/runtime/VariableScope;Lcoldfusion/runtime/LocalScope;)V coldfusion/runtime/CfJspPage
> FORMLcoldfusion/runtime/Variable;FORMbindPageVariabler"
>
> Any ideas would be very helpful...
>
> Thanks Again.
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Mac/message.cfm/messageid:3296
Subscription: http://www.houseoffusion.com/groups/CF-Mac/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.48