FIXED: Debugging displays in lynx, but no visual browsers

2008-10-03 Thread Phillip Perry
I just had to delete the IP addresses and everything worked out.

Phil

On Fri, Oct 3, 2008 at 7:41 PM, Phillip Perry <[EMAIL PROTECTED]> wrote:
> I turned on all the debugging in the administrator but nothing
> displayed until i viewed my site in lynx. Would anyone know why that
> would happen?
>

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313444
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Debugging displays in lynx, but no visual browsers

2008-10-03 Thread Phillip Perry
I turned on all the debugging in the administrator but nothing
displayed until i viewed my site in lynx. Would anyone know why that
would happen?

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313443
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion 8 Ent/JRun and IIS as external web server

2008-10-03 Thread Dave Watts
> We are using ColdFusion 8 Enterprise/64-bit with its built-in JRun4 
> application server. Our clients would like to
> install IIS on a separate machine located in another segment in a DMZ. Our 
> question is, can the JRun connector
> automatically discover ColdFusion instances if they are located in a separate 
> segment, perhaps on a separate
> subnet for additional security? Do you this is possible or the servers 
> strictly need to reside on the same network,
> perhaps on the same subnet?

By default, CF/JRun only listen for web server connector requests on
the local network; this is controlled in the file
/opt/jrun4/lib/security.properties. CF/JRun uses JNDI to connect the
client (web server module) to the server, and JNDI can be routed; I
think it uses multicast for discovery, but don't know too much about
that.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313442
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Parse .html files with Coldfusion

2008-10-03 Thread Dave Watts
> That's odd. When apache gets a request it shouldn't be passing
> *everything* off to CF by default. Something has to tell Apache to hand
> off a file to CF before it hands it back to the user who requested it...
>  hmm...
>
> I wonder if the mod_jrun adapter is what is telling Apache what files to
> pass off to CF? I can't think of any other logical explaination for
> that. If that's the case... then that sucks. That negates any control
> Apache might give us over what specific files to pass off to CF, and any
> control would HAVE to come from CF directly - which to my knowledge it
> doesn't.
>
> You could get finer-grained control over this with a J2EE server and a
> J2EE edition of CF. It doesn't look like it's possible with CF Standard.

If the Apache module works anything like the ISAPI modules used by CF
with IIS, it passes EVERY request to CF regardless of the URL pattern.
CF then uses the information in web.xml to look at the URL pattern and
decide whether to process the request or let the web server process
it. My understanding of the Apache module is that it does in fact work
this way. Furthermore, it works the same way with CF Standard or
Enterprise. Finally, I'm pretty sure that this is how most, if not
all, J2EE application servers work. Very often, there isn't a file
extension at all, but the J2EE application server may still need to
process the request; for example, servlet paths have no file extension
or file information at all. The Flash Gateway URL pattern is an
example of a servlet URL pattern.

To avoid the overhead of passing every request, however briefly, to
the J2EE application server, you can place your application within a
directory, and then configure the use of a context root. This is what
was done on Macromedia's own site, if I recall correctly, which is why
every CF URL begins with "/cfusion". The application server only
examines requests with that URL pattern.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313441
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Invitation to Test OpenBD Linux Installer

2008-10-03 Thread Jordan Michaels
Hi Chris,

Thank you so much for being willing to help! I've responded to your
message in-line below:

Chris Jordan wrote:
> I'd love to test it. I have a couple of questions first though. Does the
> download contain everything I need? Or are there prerequisites that I would
> need to have installed first. For instance it seemed to me that your wording
> indicated that it expects Apache to already be installed and running.

The installer contains Tomcat, OpenBD, and a JRE. That's enough to run a
server if you don't want to run Apache. Tomcat will run on port 8080 by
default though, so extra configuration will be required if you want to
run a production server run on port 80 without Apache.

If you don't have Apache installed, just say "No" when it asks you if
you want it to install the Apache adapter for you (mod_jk). If you *DO*
have Apache installed, it will prompt you for the locations of certain
files (config file, etc), but you should be able to use the defaults if
you're installing on CentOS 5. The default locations work perfectly on
CentOS 4 and 5.

The script itself uses basic shell script commands - all of which should
be present on even a minimal Linux install.

> Secondly, what existing files does it change? My CentOS 5 box runs Apache
> and is doing lots of virtual host stuff. Will this script overwrite any
> settings having to do with my current Apache settings? Does the installer
> assume that I'm setting up a brand new box or does it take into account that

Theoretically, it should be okay to install on a production box, but
this is *only* based on the testing that I've done personally. That's
why I'm hoping to get more folks to take a look at it - so I can address
any problems that the public finds. However, internally, everything went
just fine when I tested it. Even so, you'll probably want to backup your
httpd.conf file just to be on the safe side.

The installer copies the mod_jk.so file to the Apache modules directory,
then "appends" the connector configuration information to the Apache
config file. It also attempts to restart Apache so that the
configuration takes effect right away - very similar to how CF7 and CF8
do it.

If you run the uninstaller, I used "sed" to do a pattern match and
remove the lines that get added to the Apache config during the install.
In my tests, the uninstall process ignored any VirtualHosts I had added
after the install and simply removed the mod_jk config and CFM mappings.

If you choose to have the installer configure OpenBD to start at boot
time, the installer will copy the OpenBD start script to your
/etc/init.d/ directory, and use the "chkconfig" program to set
Tomcat/OpenBD to start on system boot.

Those should be the only things the script modifies outside the actual
install location. (/opt/openbd/ by default)

> I may be installing OpenBD onto an existing web server that is currently
> hosting pages that use other server side languages like PHP? Basically, I
> want to be sure that I'm not going to bring down the functionality of my
> existing server by adding this.

Again, I would be careful about installing on a production box, but in
theory it should be fine. In my tests, PHP files were unaffected by the
installation and continued to run flawlessly.

> Also, I've been trying to install OpenBD by hand (unsuccsessfully), so I've
> got a copy of OpenBD and Tomcat on there already. Is it advisable to remove
> those prior to running the installer?

Only if the previous installation of Tomcat is running. You don't want
the old installation to be running at the same time as the new
installation is running - otherwise you'll run into conflicts.

Lastly, I forgot to mention that after the install you'll need to update
Tomcat's server.xml file to identify your sites to Tomcat so it knows
how to process them. The file is located in
/opt/openbd/tomcat/conf/server.xml by default and is commented. You just
need to tell Tomcat what domain name you'll be using and what directory
your CFM files are located in for that site.

I do have that part covered in the documentation:
http://openbd.viviotech.net/downloader.cfm/id/49/file/openbd_tomcat-apache_install-INCOMPLETE.pdf

Although I haven't had time yet to write down how to configure Tomcat
manually, so the documentation is still a bit incomplete.

Please let me know if there's anything I can do to help you test! Can't
wait to hear how it goes.


Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313440
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscrib

Re: Invitation to Test OpenBD Linux Installer

2008-10-03 Thread Chris Jordan
Jordan,

I'd love to test it. I have a couple of questions first though. Does the
download contain everything I need? Or are there prerequisites that I would
need to have installed first. For instance it seemed to me that your wording
indicated that it expects Apache to already be installed and running.

Secondly, what existing files does it change? My CentOS 5 box runs Apache
and is doing lots of virtual host stuff. Will this script overwrite any
settings having to do with my current Apache settings? Does the installer
assume that I'm setting up a brand new box or does it take into account that
I may be installing OpenBD onto an existing web server that is currently
hosting pages that use other server side languages like PHP? Basically, I
want to be sure that I'm not going to bring down the functionality of my
existing server by adding this.

Also, I've been trying to install OpenBD by hand (unsuccsessfully), so I've
got a copy of OpenBD and Tomcat on there already. Is it advisable to remove
those prior to running the installer?

Thanks!
Chris

On Fri, Oct 3, 2008 at 1:39 PM, Jordan Michaels <[EMAIL PROTECTED]>wrote:

> As a member of the OpenBD Steering Committee I've been trying to come up
> with a way to allow new users of OpenBD to get a working installation of
> OpenBD up and running right away with less of a learning curve then
> OpenBD requires right now. For both new and existing CFML developers,
> having to set up a J2EE server then deploy a CFML processor is above and
> beyond their normal job requirements.
>
> To ease the learning curve required to get OpenBD up and running, I've
> written an installer for Linux - which is very similar to the
> command-line installers for CF7, CF8, or BD JX. If you've ever installed
> any of those on Linux before, this should be familiar to you.
>
> You can download the installer here (about 55 MB):
> http://openbd.viviotech.net/downloader.cfm/id/48/file/openbd_rhel.sh
>
> and just run it using the following command as root:
> # sh openbd_rhel.sh
>
> I've tested it on CentOS 4 and 5 and it works without issue with a
> default install of Apache.
>
> It installs a dedicated JVM, a pre-configured installation of Tomcat,
> and if you tell it to, it will do some of the system configuration for
> you as well (starting OpenBD at boot, configuring the Apache adapter, etc).
>
> Once the OpenBD Administrator is ready (it's *VERY* close) I'll package
> that up with this installer as well. For the moment though, I didn't
> include it.
>
> I'd *REALLY* like to get some feedback on this - if there's enough
> interest, I can work on a Windows installer as well.
>
> So, if you're inclined, please give this a look and let me know what you
> think. If you run into any problems, please let me know that too.
>
> Thank you in advance!
>
> --
> Warm regards,
> Jordan Michaels
> Vivio Technologies
> http://www.viviotech.net/
> Open BlueDragon Steering Committee
> Adobe Solution Provider
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313439
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Invitation to Test OpenBD Linux Installer

2008-10-03 Thread Jordan Michaels
As a member of the OpenBD Steering Committee I've been trying to come up
with a way to allow new users of OpenBD to get a working installation of
OpenBD up and running right away with less of a learning curve then
OpenBD requires right now. For both new and existing CFML developers,
having to set up a J2EE server then deploy a CFML processor is above and
beyond their normal job requirements.

To ease the learning curve required to get OpenBD up and running, I've
written an installer for Linux - which is very similar to the
command-line installers for CF7, CF8, or BD JX. If you've ever installed
any of those on Linux before, this should be familiar to you.

You can download the installer here (about 55 MB):
http://openbd.viviotech.net/downloader.cfm/id/48/file/openbd_rhel.sh

and just run it using the following command as root:
# sh openbd_rhel.sh

I've tested it on CentOS 4 and 5 and it works without issue with a
default install of Apache.

It installs a dedicated JVM, a pre-configured installation of Tomcat,
and if you tell it to, it will do some of the system configuration for
you as well (starting OpenBD at boot, configuring the Apache adapter, etc).

Once the OpenBD Administrator is ready (it's *VERY* close) I'll package
that up with this installer as well. For the moment though, I didn't
include it.

I'd *REALLY* like to get some feedback on this - if there's enough
interest, I can work on a Windows installer as well.

So, if you're inclined, please give this a look and let me know what you
think. If you run into any problems, please let me know that too.

Thank you in advance!

-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313438
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Parse .html files with Coldfusion

2008-10-03 Thread Jordan Michaels
> If you made the change in the web.xml file then it would. The changes
> you need to make only need to be made in your apache configuration, and
> only for that site.

I do not believe this is entirely accurate. Once you tell Apache to hand
off files to JRun, JRun needs to know what to do with them. Unless
you've made the configuration changes to your web.xml file, CF would
cough up an "I don't know what to do with this file" error message.

Unfortunately, it looks like the control of what to hand of to CF and
what not to is handled by something other then the apache config
(presumably the mod_jrun adapter), so it doesn't matter what you place
in your apache config.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


Cutter (CFRelated) wrote:
> If you made the change in the web.xml file then it would. The changes 
> you need to make only need to be made in your apache configuration, and 
> only for that site.
> 
> @Ian Skinner - Nice catch, forgot about that. I put anything that 
> outputs inside of cfoutput, because of using cfsetting to suppress white 
> space.
> 
> Steve "Cutter" Blades
> Adobe Certified Professional
> Advanced Macromedia ColdFusion MX 7 Developer
> _
> http://blog.cutterscrossing.com
> 
> Scott Stevens wrote:
>>> Can you confirm that you added the "AddHandler" line to JUST the
>>> VirtualHost that you wanted to have the html files interpreted? What if
>>> you remove the "Directory" tags from around it and simply had the line
>>> directly in the VirtualHost directive?
>> I did only add the AddHandler to the vhost.conf file for only the 1 domain.  
>> It actually didn't matter if I added this.  As soon as I made the edits to 
>> the web.xml file outlined above, CF started processing .html, .htm files for 
>> all domains.  Editing the web.xml file is all I did, so unless there is a 
>> way to do an IF statement in the web.xml file, I can't imagine how to get 
>> around it running on all domains. 
>>
>>
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313437
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Parse .html files with Coldfusion

2008-10-03 Thread Jordan Michaels
That's odd. When apache gets a request it shouldn't be passing
*everything* off to CF by default. Something has to tell Apache to hand
off a file to CF before it hands it back to the user who requested it...
 hmm...

I wonder if the mod_jrun adapter is what is telling Apache what files to
pass off to CF? I can't think of any other logical explaination for
that. If that's the case... then that sucks. That negates any control
Apache might give us over what specific files to pass off to CF, and any
control would HAVE to come from CF directly - which to my knowledge it
doesn't.

You could get finer-grained control over this with a J2EE server and a
J2EE edition of CF. It doesn't look like it's possible with CF Standard.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Adobe Solution Provider


Scott Stevens wrote:
>> Can you confirm that you added the "AddHandler" line to JUST the
>> VirtualHost that you wanted to have the html files interpreted? What if
>> you remove the "Directory" tags from around it and simply had the line
>> directly in the VirtualHost directive?
> 
> I did only add the AddHandler to the vhost.conf file for only the 1 domain.  
> It actually didn't matter if I added this.  As soon as I made the edits to 
> the web.xml file outlined above, CF started processing .html, .htm files for 
> all domains.  Editing the web.xml file is all I did, so unless there is a way 
> to do an IF statement in the web.xml file, I can't imagine how to get around 
> it running on all domains. 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313436
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Imperial, Robert
Snail's pace here //


-Original Message-
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 03, 2008 12:31 PM
To: cf-talk
Subject: RE: Any mail going around...I'm not getting any... :o(

Does traffic seem really slow today?



> -Original Message-
> From: Yves Arsenault [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03, 2008 12:09 PM
> To: cf-talk
> Subject: Re: Any mail going around...I'm not getting any... :o(
> 
> I got your message.
> ;-)
> 
> Yves Arsenault





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313435
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Eric Roberts
Yes...I don't have much from HOF so far today

Eric

/*-Original Message-
/*From: Rick Faircloth [mailto:[EMAIL PROTECTED]
/*Sent: Friday, October 03, 2008 11:31 AM
/*To: cf-talk
/*Subject: RE: Any mail going around...I'm not getting any... :o(
/*
/*Does traffic seem really slow today?
/*
/*
/*
/*> -Original Message-
/*> From: Yves Arsenault [mailto:[EMAIL PROTECTED]
/*> Sent: Friday, October 03, 2008 12:09 PM
/*> To: cf-talk
/*> Subject: Re: Any mail going around...I'm not getting any... :o(
/*>
/*> I got your message.
/*> ;-)
/*>
/*> Yves Arsenault
/*
/*
/*
/*

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313434
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Yves Arsenault
It seems to be pretty slow for me.
Not to many coming in at all.

Yves Arsenault

"Love is the only force capable of transforming an enemy into a friend".
--Martin Luther King, Jr.


On Fri, Oct 3, 2008 at 1:31 PM, Rick Faircloth <[EMAIL PROTECTED]>wrote:

> Does traffic seem really slow today?
>
>
>
> > -Original Message-
> > From: Yves Arsenault [mailto:[EMAIL PROTECTED]
> > Sent: Friday, October 03, 2008 12:09 PM
> > To: cf-talk
> > Subject: Re: Any mail going around...I'm not getting any... :o(
> >
> > I got your message.
> > ;-)
> >
> > Yves Arsenault
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313433
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Rick Faircloth
Does traffic seem really slow today?



> -Original Message-
> From: Yves Arsenault [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03, 2008 12:09 PM
> To: cf-talk
> Subject: Re: Any mail going around...I'm not getting any... :o(
> 
> I got your message.
> ;-)
> 
> Yves Arsenault



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Yves Arsenault
I got your message.
;-)

Yves Arsenault

"Love is the only force capable of transforming an enemy into a friend".
--Martin Luther King, Jr.


On Fri, Oct 3, 2008 at 1:03 PM, Rick Faircloth <[EMAIL PROTECTED]>wrote:

> I just changed my smtp port.  That seems to have helped...at least
> I got my email and yours!  Maybe I'll get more...
>
> Rick
>
> > -Original Message-
> > From: Ian Skinner [mailto:[EMAIL PROTECTED]
> > Sent: Friday, October 03, 2008 12:01 PM
> > To: cf-talk
> > Subject: Re: Any mail going around...I'm not getting any... :o(
> >
> > Rick Faircloth wrote:
> > > I think I may have been blacklisted...
> > >
> > > Rick
> >
> > This would be encouraging...  I changed my e-mail service about an hour
> > ago and have only gotten 1/2 dozen messages since.  I was beginning to
> > think this service is even worse then my last, which I know was
> > rejecting at least 20% of my HOF content with false positive spam
> > identification.
> >
> >
> >
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313431
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfschedule action="run" .... asynchronous or not?

2008-10-03 Thread Mike Chabot
If you are trying to run a scheduled task immediately as opposed to on
a schedule, I believe that it is not asynchronous. This would be
similar to pressing the execute button next to the scheduled task in
CF Admin, which makes you wait.

-Mike Chabot

On Fri, Oct 3, 2008 at 8:56 AM, Dave Phillips
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm on CF8 - linux OS.  Trying to find out why my  task="whatever"> tag is not running asynchronously.  I was under the 
> impression that it should execute the task and then continue on, not making 
> the user wait.  Am I wrong about this?
>
> Thanks!
>
> Dave

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313430
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Rick Faircloth
I just changed my smtp port.  That seems to have helped...at least
I got my email and yours!  Maybe I'll get more...

Rick

> -Original Message-
> From: Ian Skinner [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03, 2008 12:01 PM
> To: cf-talk
> Subject: Re: Any mail going around...I'm not getting any... :o(
> 
> Rick Faircloth wrote:
> > I think I may have been blacklisted...
> >
> > Rick
> 
> This would be encouraging...  I changed my e-mail service about an hour
> ago and have only gotten 1/2 dozen messages since.  I was beginning to
> think this service is even worse then my last, which I know was
> rejecting at least 20% of my HOF content with false positive spam
> identification.
> 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313429
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Ian Skinner
Rick Faircloth wrote:
> I think I may have been blacklisted...
>
> Rick

This would be encouraging...  I changed my e-mail service about an hour 
ago and have only gotten 1/2 dozen messages since.  I was beginning to 
think this service is even worse then my last, which I know was 
rejecting at least 20% of my HOF content with false positive spam 
identification.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: HTTP401.2 - Access denied by ACL on resource

2008-10-03 Thread Nicholas Stein
While it is a bit extreme, I would give Everyone full control on the folder 
where the docs resides.  Short of that try giving the account that the CF 
services run under full control.  

I remember that there are a couple of wierdnesses when you run IIS 5 on XP.  
You might want to put the docs on a 2003 Server machine.

Nick Stein 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313427
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Any mail going around...I'm not getting any... :o(

2008-10-03 Thread Rick Faircloth
I think I may have been blacklisted...

Rick


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313426
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CF8 setdomaincookies not working right? [Second try]

2008-10-03 Thread Gaulin, Mark
Anybody got a minute or two to run the test below on CF8?  

I'm about to contact Adobe about this and it would sure be nice to know
that others were seeing it too.

Thanks
Mark

-Original Message-
From: Gaulin, Mark [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 02, 2008 4:20 PM
To: cf-talk
Subject: CF8 setdomaincookies not working right?

Hi Folks
We are testing CF8 and discovered that the cfapplication option
"setdomaincookies" doesn't appear to work with host names like
"www.xyz.com", but does work with "www.extra.xyz.com".

For www.xyz.com, it sends back headers like this:

Set-Cookie: CFID=8500;expires=Sat, 25-Sep-2038 19:52:17 GMT;path=/
Set-Cookie: CFTOKEN=74322795;expires=Sat, 25-Sep-2038 19:52:17
GMT;path=/

But for www.extra.xyz.com, the headers are correct, like this:

Set-Cookie: CFID=8501;domain=.extra.xyz.com;expires=Sat, 25-Sep-2038
19:52:27 GMT;path=/
Set-Cookie: CFTOKEN=18794412;domain=.extra.xyz.com;expires=Sat,
25-Sep-2038 19:52:27 GMT;path=/

(In order to test I added both host names to my
C:\WINDOWS\system32\drivers\etc\hosts file.)

This problem is causing problems with session variables since each host
(abc.xyz.com, def.xyz.com) is getting a unique set of cf cookies.

It looks to me like CF8 is counting the number of periods in the host
name wrong, which seems unlikely, but there it is.

We are running CF8 Standard, version 8,0,1,195765.

Our test page looks like this:




Can anybody else reproduce this problem with CF8?  If not, what version
are you using?

Thanks
Mark



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313425
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


(ot) Migrating to SVN 1.5 on Linux from older version on windows

2008-10-03 Thread Michael Traher
Just wondering if anyone has done this and knows if there are any gotchas?
(I've asked the same question on my blog
here
 )

Thanks

-- 
Mike T
Blog http://www.socialpoints.com/


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313424
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


ColdFusion 8 Ent/JRun and IIS as external web server

2008-10-03 Thread Joseph Bugeja
Hello Experts,

We are using ColdFusion 8 Enterprise/64-bit with its built-in JRun4 application 
server. Our clients would like to install IIS on a separate machine located in 
another segment in a DMZ. Our question is, can the JRun connector automatically 
discover ColdFusion instances if they are located in a separate segment, 
perhaps on a separate subnet for additional security? Do you this is possible 
or the servers strictly need to reside on the same network, perhaps on the same 
subnet?

Thanks in advance for your kind assistance.

Best Regards,
Joseph. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313423
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: off the wall question

2008-10-03 Thread Mark Kruger
It depends on what you are dumping but generally yes... You shouldn't leave
them lying around in production code. Having said that, I do sometimes have
some dumps that are commented out so I can easily uncomment them during
troubleshooting. 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: Scott Stewart [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 03, 2008 8:52 AM
To: cf-talk
Subject: off the wall question

I have a form action template that never gets rendered, it does some
processing and then hands off to a display page via a cflocation I have some
debugging code in the action template (a couple of CFDumps)

Is it unwise to leave the CF dump tags in,  from a security or performance
standpoint?


-- 
Scott Stewart
ColdFusion Developer

Office of Research Information Systems
Research & Economic Development
University of North Carolina at Chapel Hill

Phone:(919)843-2408
Fax: (919)962-3600
Email: [EMAIL PROTECTED]





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313422
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


off the wall question

2008-10-03 Thread Scott Stewart
I have a form action template that never gets rendered, it does some 
processing and then hands off to a display page via a cflocation
I have some debugging code in the action template (a couple of CFDumps)

Is it unwise to leave the CF dump tags in,  from a security or 
performance standpoint?


-- 
Scott Stewart
ColdFusion Developer

Office of Research Information Systems
Research & Economic Development
University of North Carolina at Chapel Hill

Phone:(919)843-2408
Fax: (919)962-3600
Email: [EMAIL PROTECTED]



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313421
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfschedule action="run" .... asynchronous or not?

2008-10-03 Thread Dave Phillips
Hi all,

I'm on CF8 - linux OS.  Trying to find out why my  tag is not running asynchronously.  I was under the impression 
that it should execute the task and then continue on, not making the user wait. 
 Am I wrong about this?

Thanks!

Dave 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313420
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Parse .html files with Coldfusion

2008-10-03 Thread Cutter (CFRelated)
If you made the change in the web.xml file then it would. The changes 
you need to make only need to be made in your apache configuration, and 
only for that site.

@Ian Skinner - Nice catch, forgot about that. I put anything that 
outputs inside of cfoutput, because of using cfsetting to suppress white 
space.

Steve "Cutter" Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Scott Stevens wrote:
>> Can you confirm that you added the "AddHandler" line to JUST the
>> VirtualHost that you wanted to have the html files interpreted? What if
>> you remove the "Directory" tags from around it and simply had the line
>> directly in the VirtualHost directive?
> 
> I did only add the AddHandler to the vhost.conf file for only the 1 domain.  
> It actually didn't matter if I added this.  As soon as I made the edits to 
> the web.xml file outlined above, CF started processing .html, .htm files for 
> all domains.  Editing the web.xml file is all I did, so unless there is a way 
> to do an IF statement in the web.xml file, I can't imagine how to get around 
> it running on all domains. 
> 
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313419
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Quantum Gateway CDG Commerce - SSLv3 issue

2008-10-03 Thread Jack Dalaa
Apparently it's an issue with SSLv2 vs SSLv3. The quantum gateway uses an SSLv3 
certificate, which CF8 just seem to reject entirely. I thought this was fixed 
in CF8, but guess not.

Anyone have experience working with SSLv3 in CF? Any alternatives you can 
recommend? We have purchased cfx_http5 yesterday, and am running tests on that 
now to figure out if it can do the trick. Any good or bad feedback on that?


Jack

> Take a look at
> http://www.quantumgateway.com/view_developer.php?Cat1=3
> 
> Are you using cfhttpparam?
> ...
> 
> Does anyone know if the cfhttpparam tag is better than  URL variables? 
> I suppose either way this request would originate from the server and 
> not be available to the end user. I believe then you could just append 
> the vars to your URL string as the HTTPS should keep this secure.
> 
> The example PHP is messy
> http://www.quantumgateway.com/php_examples.php
> (aren't you glad you use CF?)
> 
> -aP
> 
> > Hi,
> > 
> > Having a difficult time integrating to CDG Commerce's Quantum 
> Gateway 
> > with CF 8. Making a CFHTTP call to their gateway URL https://secure.
> 
> > quantumgateway.com/cgi/tqgwdbe.php but CF returns "peer not 
> > authenticated".
> > 
> > Have gone through and imported the root certificate with keytool, 
> both 
> > the certificate saved using IE, and when that didn't work, a 
> download 
> > of the root cert from entrust.net.
> > 
> > I can't figure out why the heck this doesn't work. A basic example:
> > 
> > https://secure.quantumgateway.com/cgi/tqgwdbe.php"; 
> > resolveurl="no">
> > 
> > 
> > 
... 
> 
> > just doesn't work. Any ideas?
> > 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313418
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4