Re: Build .CAR file in CFMX 6.1

2007-06-03 Thread Rey Bango
You forgot step 0: Get Dave's credit card. ;o)

Thanks for the info on backing up the XML files.

Rey

Dave Watts wrote:
>> Thanks Dave. Now, how about a little help finding it in the 
>> CFMX 6.1 standard admin! hehe. ;)
> 
> Step 1: Upgrade to CF Enterprise.
> Step 2. Click on the link.
> 
> 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!
> 
> This email has been processed by SmoothZap - www.smoothwall.net
> 
> 
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279968
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: isdefined vs structkeyexists (was: cfinvoke or CreateObject)

2007-06-03 Thread Sean Corfield
On 6/2/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> So, performance wise ColdFusion will fluctuate between OS? Not exactly the
> best advert for performance etc. If one OS is faster wouldn't more people
> move or plan for that OS?

It's not so much ColdFusion's performance as the underlying JVM. Some
Java applications behave better on one OS than another, often because
of the actual JVM. That's why you get different performance from Sun's
JVM and IBM's JVM and BEA's JVM etc.
-- 
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

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279967
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Build .CAR file in CFMX 6.1

2007-06-03 Thread Dave Watts
> > Thanks Dave. Now, how about a little help finding it in the 
> > CFMX 6.1 standard admin! hehe. ;)
> 
> Step 1: Upgrade to CF Enterprise.
> Step 2. Click on the link.

Now that I've had my fun, here's a more useful answer: just back up the
neo-*.xml files, they have all the information you need in readable form
except datasource password values.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279966
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: why might sessions end more quickly after changing to linux/B D?

2007-06-03 Thread Dave Watts
> Just moved from shared cfmx/windows to a vps BD/linux. Code 
> hasn't changed. Now we keep getting kicked out of sessions 
> quickly. Sign into the app admin and get kicked out quickly 
> whereas before it was fine for a long time. Session timeout 
> is 20 minutes in BD but happens faster than that I think. 
> People say their cart will come up empty suddenly too.
> 
> What might it be that I could check?

You've made a lot of changes (app server and OS), so I can only guess, but
perhaps the server is failing and being restarted? You might check the logs.
You might also increase the session timeout and see if the sessions last
longer (they might not, which would indicate that there's some problem not
related to the timeout itself).

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279965
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Java 1.6.0_01

2007-06-03 Thread Dave Watts
> Yeah, but don't you point to the JRE within the JDK? The JRE 
> with client and server within bin?

Yes, but if you simply download the standalone JRE, it doesn't come with the
server DLL. So, you either have to download the full JDK with the server
DLL, or presumably you can copy it into a JRE (although I haven't bothered
trying 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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279964
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Build .CAR file in CFMX 6.1

2007-06-03 Thread Dave Watts
> Thanks Dave. Now, how about a little help finding it in the 
> CFMX 6.1 standard admin! hehe. ;)

Step 1: Upgrade to CF Enterprise.
Step 2. Click on the link.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279963
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Development Machine Setup

2007-06-03 Thread Dave Watts
> I'm looking to setup a development windows xp machine with CF 
> 7.02, 8 and Bluedragon on it. I would like to use Apache 
> rather than IIS and really am just wondering the best way to 
> have these co-exist. I have a few scenarios in my head of 
> ways to do it but would like to hear the way you experts have it.

OK, now I've read the whole thread.

There's nothing stopping you from having all these things installed on your
machine. It's unlikely that you'd use them all at once, though, so you could
have them coexist without doing anything special, by simply stopping and
starting various services appropriately. For example, you could use BD.NET
and IIS together, then turn those services off and start CF and Apache when
you want to use those. Again, this wouldn't require any specific
configuration on your part.

Unless you want to run multiple virtual servers, though, you don't really
need to use Apache in this case, since all the stuff you mentioned will work
fine with IIS. If you prefer to use Apache, though, there's no reason why
you can't use it for the non-.NET stuff.

If you do want to run all these at the same time, you will have to configure
one or the other web server to use a non-standard port. You can't share a
port between two listeners by default.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279962
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Development Machine Setup

2007-06-03 Thread Dave Watts
> I could go completley the IIS route, but I have always run 
> into problems installing CF on IIS, but I'm sure with the 
> help of the list I could work my way around these.

It's pretty easy to get CF working with IIS or Apache.

> Does IIS allow virtual hosts in the same way as Apache does?

IIS on Windows Server or Windows Vista does, yes. On Windows XP, you can
only have one virtual host with IIS. I haven't read the whole thread yet,
but if you're running on Windows XP and require multiple virtual hosts, you
should just use Apache. There's certainly no need to use both.

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279961
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Session timeouts with ntauthenticate and cflogin

2007-06-03 Thread Dave Watts
> I using a login script in my Application.cfc that authenticates using 
> cfntauthenticate to verify username password, then use cflogin to 
> actually login to the site.  I use session variables throughout the 
> site to determine what users can and can't access.  The problem I am 
> running into is with session time outs and trying to login from more 
> than one location.  For instance, I have session variables set to 
> time-out after 1 hour.  However, the user stays logged into the system 
> even after the session variables have been trashed, and because of this 
> the site generates errors unless they actually pass a ?logout=1 parameter 
> through the URL.

Why not associate the CFLOGIN with the session?

 or its Application.cfc equivalent

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!

This email has been processed by SmoothZap - www.smoothwall.net


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279960
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Session timeouts with ntauthenticate and cflogin

2007-06-03 Thread Steve Good
nobody has any ideas?  *pouts*  Anyone have any links or able to tell me 
where in the CFWACK or CF Advanced books I should look?  I am truly 
stumped on this.

~Steve

Steve Good wrote:
> Sorry if anyone's mail to me was bounced back, stupid VPN connection 
> tricked DynDNS updater for my home network and reported the wrong 
> external IP.  *grumbles* should be fine now though.
>
> Steve Good
> [EMAIL PROTECTED]
> Portal Hosting
> http://www.lanctr.com
>
>
>
> Steve Good wrote:
>   
>> Hi gang,
>>
>> I using a login script in my Application.cfc that authenticates using 
>> cfntauthenticate to verify username password, then use cflogin to 
>> actually login to the site.  I use session variables throughout the 
>> site to determine what users can and can't access.  The problem I am 
>> running into is with session time outs and trying to login from more 
>> than one location.  For instance, I have session variables set to 
>> time-out after 1 hour.  However, the user stays logged into the system 
>> even after the session variables have been trashed, and because of 
>> this the site generates errors unless they actually pass a ?logout=1 
>> parameter through the URL.
>>
>> On my old site I was not authenticating against an Active Directory, 
>> and just using queries to verify login credentials.  I had no problems 
>> with session variables, and if the user was inactive for X number of 
>> minutes the script would kick them back to the login screen.
>>
>> How would I do this using cflogin and cfntauthenticate?  Below are 
>> snippets of my Application.cfc.
>>
>> Thanks for any help in advance!
>>
>> --Truncated --
>> 
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279959
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Development Machine Setup

2007-06-03 Thread Michael Wright
Thanks for the reply Jim,

I'm really looking for the simplest solution possible - in an ideal world
I'd rather not have both Apache and IIS running together, I would prefer to
have everything on port 80. Saying that if using different ports was the
easiest way then so be it.

I could go completley the IIS route, but I have always run into problems
installing CF on IIS, but I'm sure with the help of the list I could work my
way around these.

Does IIS allow virtual hosts in the same way as Apache does?

Thanks
Michael

On 03/06/07, Jim McAtee <[EMAIL PROTECTED]> wrote:
>
> Why the need for VMs?  Can't you just bind multiple addresses to the NIC
> and configure IIS and Apache to listen to whichever addresses for their
> respective web sites?
>
>
>
>


~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279958
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Development Machine Setup

2007-06-03 Thread Jim McAtee
Why the need for VMs?  Can't you just bind multiple addresses to the NIC 
and configure IIS and Apache to listen to whichever addresses for their 
respective web sites?



- Original Message - 
From: "Michael Wright" <[EMAIL PROTECTED]>
To: "CF-Talk" 
Sent: Sunday, June 03, 2007 2:59 PM
Subject: Re: Development Machine Setup


> Thanks Neil,
>
> Pretty much what I thought to be honest - I'll have a play about with 
> some
> of the VM solutions available.
>
> As a 1 man shop I'm not entirely sure what I'm going to do with this
> bd.netlicence but hey a freebie is a freebie so I'm sure I'll come up
> with
> something.


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279957
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Content Compression

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Hi,

Anyone using Content Compression with any of their sites/apps (on the fly or
otherwise).  If so, what are you using what kind of speed improvements are
you getting if any?  I am particularly interested in IIS implementations.

Thanks


"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279956
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Development Machine Setup

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Yeah no doubt.. While I had to give up my trip to sit and look at logs all
day, I am sure fun was had by all!

Well, if you don't want then .NET license :-)

Lol






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Michael Wright
To: CF-Talk
Sent: Sun Jun 03 21:59:35 2007
Subject: Re: Development Machine Setup

Thanks Neil,

Pretty much what I thought to be honest - I'll have a play about with some
of the VM solutions available.

As a 1 man shop I'm not entirely sure what I'm going to do with this
bd.netlicence but hey a freebie is a freebie so I'm sure I'll come up
with
something.

Cheers
Michael

PS - Sorry to rub it in but you missed a great couple of days at Scotch.

On 03/06/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]>
wrote:
>
> Yeah, If you want to run BD.NET which obviously needs IIS and ColdFusion
> which you want to use Apache for them I would definitely think of using
> VM.
>
> You can run multiple ColdFusion servers side by side on both IIS and
> Apache
> a far as I am aware.
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
> the
> intended recipient(s).  If you are not the intended recipient(s) please
> note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
> call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -Original Message-
> From: Michael Wright
> To: CF-Talk
> Sent: Sun Jun 03 20:30:58 2007
> Subject: Re: Development Machine Setup
>
> Actually it wasn't IIS/Apache running together I was really asking about
> but
> I have just realised it is BD.Net I am getting (it was a prize!!) so IIS
> will be needed obviously. My personal preference has always been to have
> CF
> running on apache but for simplicities sake I may just go the IIS route
> alone.
>
> Or maybe this is the time to start looking at using virtual machines - I
> just want the easiest way to test code under the 3 engines - maybe even
> throwing railo into the mix as well.
>
> I did find this blog entry about running CF 7.02 and 8 on the same apache
> server:
>
>
>
http://rickosborne.org/blog/index.php/2007/05/30/run-cf7-and-cf8-side-by-sid
> e-with-the-same-apache-server/
>
> On 03/06/07, Robertson-Ravo, Neil (RX)
> <[EMAIL PROTECTED]>
> wrote:
> >
> > Co-exist IIS / Apache? Well they can co-exist but not running at the
> same
> > time listening on port 80.
> >
> >
> >
> >
> >
> > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> > Registered in England, Number 678540.  It contains information which is
> > confidential and may also be privileged.  It is for the exclusive use of
> > the
> > intended recipient(s).  If you are not the intended recipient(s) please
> > note
> > that any form of distribution, copying or use of this communication or
> the
> > information in it is strictly prohibited and may be unlawful.  If you
> have
> > received this communication in error please return it to the sender or
> > call
> > our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> > this
> > communication are not necessarily those expressed by Reed Exhibitions."
> > Visit our website at http://www.reedexpo.com
> >
> > -Original Message-
> > From: Michael Wright
> > To: CF-Talk
> > Sent: Sun Jun 03 19:40:33 2007
> > Subject: Development Machine Setup
> >
> > I'm looking to setup a development windows xp machine with CF 7.02, 8
> and
> > Bluedragon on it. I would like to use Apache rather than IIS and really
> am
> > just wondering the best way to have these co-exist. I have a few
> scenarios
> > in my head of ways to do it but would like to hear the way you exper

Re: Development Machine Setup

2007-06-03 Thread Michael Wright
Thanks Neil,

Pretty much what I thought to be honest - I'll have a play about with some
of the VM solutions available.

As a 1 man shop I'm not entirely sure what I'm going to do with this
bd.netlicence but hey a freebie is a freebie so I'm sure I'll come up
with
something.

Cheers
Michael

PS - Sorry to rub it in but you missed a great couple of days at Scotch.

On 03/06/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]>
wrote:
>
> Yeah, If you want to run BD.NET which obviously needs IIS and ColdFusion
> which you want to use Apache for them I would definitely think of using
> VM.
>
> You can run multiple ColdFusion servers side by side on both IIS and
> Apache
> a far as I am aware.
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
> the
> intended recipient(s).  If you are not the intended recipient(s) please
> note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
> call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -Original Message-
> From: Michael Wright
> To: CF-Talk
> Sent: Sun Jun 03 20:30:58 2007
> Subject: Re: Development Machine Setup
>
> Actually it wasn't IIS/Apache running together I was really asking about
> but
> I have just realised it is BD.Net I am getting (it was a prize!!) so IIS
> will be needed obviously. My personal preference has always been to have
> CF
> running on apache but for simplicities sake I may just go the IIS route
> alone.
>
> Or maybe this is the time to start looking at using virtual machines - I
> just want the easiest way to test code under the 3 engines - maybe even
> throwing railo into the mix as well.
>
> I did find this blog entry about running CF 7.02 and 8 on the same apache
> server:
>
>
> http://rickosborne.org/blog/index.php/2007/05/30/run-cf7-and-cf8-side-by-sid
> e-with-the-same-apache-server/
>
> On 03/06/07, Robertson-Ravo, Neil (RX)
> <[EMAIL PROTECTED]>
> wrote:
> >
> > Co-exist IIS / Apache? Well they can co-exist but not running at the
> same
> > time listening on port 80.
> >
> >
> >
> >
> >
> > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> > Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> > Registered in England, Number 678540.  It contains information which is
> > confidential and may also be privileged.  It is for the exclusive use of
> > the
> > intended recipient(s).  If you are not the intended recipient(s) please
> > note
> > that any form of distribution, copying or use of this communication or
> the
> > information in it is strictly prohibited and may be unlawful.  If you
> have
> > received this communication in error please return it to the sender or
> > call
> > our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> > this
> > communication are not necessarily those expressed by Reed Exhibitions."
> > Visit our website at http://www.reedexpo.com
> >
> > -Original Message-
> > From: Michael Wright
> > To: CF-Talk
> > Sent: Sun Jun 03 19:40:33 2007
> > Subject: Development Machine Setup
> >
> > I'm looking to setup a development windows xp machine with CF 7.02, 8
> and
> > Bluedragon on it. I would like to use Apache rather than IIS and really
> am
> > just wondering the best way to have these co-exist. I have a few
> scenarios
> > in my head of ways to do it but would like to hear the way you experts
> > have
> > it.
> >
> > Thanks
> > Michael
> >
> >
> >
> >
> >
>
>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279954
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Development Machine Setup

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Yeah, If you want to run BD.NET which obviously needs IIS and ColdFusion
which you want to use Apache for them I would definitely think of using VM.

You can run multiple ColdFusion servers side by side on both IIS and Apache
a far as I am aware.




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Michael Wright
To: CF-Talk
Sent: Sun Jun 03 20:30:58 2007
Subject: Re: Development Machine Setup

Actually it wasn't IIS/Apache running together I was really asking about but
I have just realised it is BD.Net I am getting (it was a prize!!) so IIS
will be needed obviously. My personal preference has always been to have CF
running on apache but for simplicities sake I may just go the IIS route
alone.

Or maybe this is the time to start looking at using virtual machines - I
just want the easiest way to test code under the 3 engines - maybe even
throwing railo into the mix as well.

I did find this blog entry about running CF 7.02 and 8 on the same apache
server:

http://rickosborne.org/blog/index.php/2007/05/30/run-cf7-and-cf8-side-by-sid
e-with-the-same-apache-server/

On 03/06/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]>
wrote:
>
> Co-exist IIS / Apache? Well they can co-exist but not running at the same
> time listening on port 80.
>
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
> the
> intended recipient(s).  If you are not the intended recipient(s) please
> note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
> call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -Original Message-
> From: Michael Wright
> To: CF-Talk
> Sent: Sun Jun 03 19:40:33 2007
> Subject: Development Machine Setup
>
> I'm looking to setup a development windows xp machine with CF 7.02, 8 and
> Bluedragon on it. I would like to use Apache rather than IIS and really am
> just wondering the best way to have these co-exist. I have a few scenarios
> in my head of ways to do it but would like to hear the way you experts
> have
> it.
>
> Thanks
> Michael
>
>
>
>
> 



~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279953
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Encyption Problem

2007-06-03 Thread robert . rawlins
Thanks JJ,

You were actualy pretty much spot on, I wasnt thinking straight and was
trying to decrypt the version of my string that wasnt encrypted.

Also, I need to add the last parameter into the en/decrypt which was 'HEX'
it all works an absolute charm now.

Thanks bud,

Rob

> It looks like you are not "decrypting" an encrypted string...
>
>
> 
>
> would need to be
>
> 
>
>
> or I may just be missing something else at first glance also.
>
>
> J.J.
>
>
>
> On 6/3/07, Robert Rawlins - Think Blue
> <[EMAIL PROTECTED]>
> wrote:
>>
>> Hello Guys,
>>
>>
>>
>> I'm having trouble working with encrypt() and decrypt(). I've generated
>> my
>> own key and I'm trying to use AES encryption on a simple 'hello world'
>> string, see my code below.
>>
>>
>>
>> > "Hex")) />
>>
>>
>>
>> 
>>
>>
>>
>> 
>>
>>
>>
>> 
>>
>>
>>
>> 
>>
>> string: #myString#
>>
>> key: #myKey#
>>
>> Encrypted: #encrypted#
>>
>> Decrypted: #decrypted#
>>
>> 
>>
>>
>>
>> However, this won't run and throws the following error at me 'The input
>> and
>> output encodings are not same.' Does anyone know what might be causing
>> this
>> issue? I've tried taking some other pieces of code from the Adobe
>> Technotes
>> on this encryption stuff, found here
>> 
>> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e546373d#block
>> for
>> generating my own key, but that code didn't work, syntax errors and it
>> produces a key of the wrong length J
>>
>>
>>
>> Thanks for any input guys,
>>
>>
>>
>> Rob
>>
>>
>>
>>
>
> 

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279952
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Encyption Problem

2007-06-03 Thread J.J. Merrick
It looks like you are not "decrypting" an encrypted string...




would need to be




or I may just be missing something else at first glance also.


J.J.



On 6/3/07, Robert Rawlins - Think Blue <[EMAIL PROTECTED]>
wrote:
>
> Hello Guys,
>
>
>
> I'm having trouble working with encrypt() and decrypt(). I've generated my
> own key and I'm trying to use AES encryption on a simple 'hello world'
> string, see my code below.
>
>
>
>  "Hex")) />
>
>
>
> 
>
>
>
> 
>
>
>
> 
>
>
>
> 
>
> string: #myString#
>
> key: #myKey#
>
> Encrypted: #encrypted#
>
> Decrypted: #decrypted#
>
> 
>
>
>
> However, this won't run and throws the following error at me 'The input
> and
> output encodings are not same.' Does anyone know what might be causing
> this
> issue? I've tried taking some other pieces of code from the Adobe
> Technotes
> on this encryption stuff, found here
> 
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e546373d#block for
> generating my own key, but that code didn't work, syntax errors and it
> produces a key of the wrong length J
>
>
>
> Thanks for any input guys,
>
>
>
> Rob
>
>
>
> 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279951
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Access query doesn't work

2007-06-03 Thread Dave l
"Ohhh yes you do. Usually you say how lame Dave L is for using it lol"

Yeah access runs SWT on my mac... I mean its smooth like butter, umm i 
mean like Wills balding head. I can't believe no one else is running access on 
their mac, I mean you'd link it wouldnt run at all being a winbolows only app 
but I can only say by the grace of god it runs native on os x and it gives me a 
big-ole schwing only equaled by watching pamala anderson drunk n nude on a 
trampoline.

"The SQL Server/MySQL Stud"
Umm thats why you are using access

All you need for the app huh...
you seem to say that every week when you get busted for using it. Oh wait... 
you only have 1 app so i guess its the same one.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279950
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Development Machine Setup

2007-06-03 Thread Michael Wright
Actually it wasn't IIS/Apache running together I was really asking about but
I have just realised it is BD.Net I am getting (it was a prize!!) so IIS
will be needed obviously. My personal preference has always been to have CF
running on apache but for simplicities sake I may just go the IIS route
alone.

Or maybe this is the time to start looking at using virtual machines - I
just want the easiest way to test code under the 3 engines - maybe even
throwing railo into the mix as well.

I did find this blog entry about running CF 7.02 and 8 on the same apache
server:

http://rickosborne.org/blog/index.php/2007/05/30/run-cf7-and-cf8-side-by-side-with-the-same-apache-server/

On 03/06/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]>
wrote:
>
> Co-exist IIS / Apache? Well they can co-exist but not running at the same
> time listening on port 80.
>
>
>
>
>
> "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
> Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
> Registered in England, Number 678540.  It contains information which is
> confidential and may also be privileged.  It is for the exclusive use of
> the
> intended recipient(s).  If you are not the intended recipient(s) please
> note
> that any form of distribution, copying or use of this communication or the
> information in it is strictly prohibited and may be unlawful.  If you have
> received this communication in error please return it to the sender or
> call
> our switchboard on +44 (0) 20 89107910.  The opinions expressed within
> this
> communication are not necessarily those expressed by Reed Exhibitions."
> Visit our website at http://www.reedexpo.com
>
> -Original Message-
> From: Michael Wright
> To: CF-Talk
> Sent: Sun Jun 03 19:40:33 2007
> Subject: Development Machine Setup
>
> I'm looking to setup a development windows xp machine with CF 7.02, 8 and
> Bluedragon on it. I would like to use Apache rather than IIS and really am
> just wondering the best way to have these co-exist. I have a few scenarios
> in my head of ways to do it but would like to hear the way you experts
> have
> it.
>
> Thanks
> Michael
>
>
>
>
> 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279949
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Development Machine Setup

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Co-exist IIS / Apache? Well they can co-exist but not running at the same
time listening on port 80.





"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Michael Wright
To: CF-Talk
Sent: Sun Jun 03 19:40:33 2007
Subject: Development Machine Setup

I'm looking to setup a development windows xp machine with CF 7.02, 8 and
Bluedragon on it. I would like to use Apache rather than IIS and really am
just wondering the best way to have these co-exist. I have a few scenarios
in my head of ways to do it but would like to hear the way you experts have
it.

Thanks
Michael




~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279948
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Development Machine Setup

2007-06-03 Thread Michael Wright
I'm looking to setup a development windows xp machine with CF 7.02, 8 and
Bluedragon on it. I would like to use Apache rather than IIS and really am
just wondering the best way to have these co-exist. I have a few scenarios
in my head of ways to do it but would like to hear the way you experts have
it.

Thanks
Michael


~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279947
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Access query doesn't work

2007-06-03 Thread Will Tomlinson
>> No, I don't.
>
>Ohhh yes you do. Usually you say how lame Dave L is for using it lol


Look bobby, there's a big difference between dave l. (let's just call'em what 
he is, THE DISTRUPTOR) using access as his main rdbms, and me usin it 1 time in 
3 years. lol! 

And yes, I admit it, I usually say how lame he is for using it all the time. 
But that's HIS choice if wants to do that. :)


Will "The SQL Server/MySQL Stud"

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279946
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Access query doesn't work

2007-06-03 Thread Bobby Hartsfield
> No, I don't.

Ohhh yes you do. Usually you say how lame Dave L is for using it lol

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 03, 2007 7:26 AM
To: CF-Talk
Subject: Re: Access query doesn't work

>Dont you make a big deal just about everyday about how you dont use access
anymore?

No, I don't. 

It's all I need for this particular situation. 



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279945
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread Robertson-Ravo, Neil (RX)
And have you tried that in the URL?






"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: marc --
To: CF-Talk
Sent: Sun Jun 03 16:44:44 2007
Subject: Re: Either the Macromedia application server is unreachable or it
does not have a mapping to process this request.

>Which http port does it's listen on?
>
>
8301



~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279944
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
>Which http port does it's listen on?
>
>
8301

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279943
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Which http port does it's listen on?




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: marc --
To: CF-Talk
Sent: Sun Jun 03 15:34:34 2007
Subject: Re: Either the Macromedia application server is unreachable or it
does not have a mapping to process this request.

>Did you have another server installed? Ii.e. Did you have CF7 on it before?
>What http port is CF8 listening on?
>
cf8 listens on port 51000
cfm702 is already installed and listens on port 51020



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279942
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Custom tag for generating rss feeds

2007-06-03 Thread Pete Ruckelshaus
Try putting the following immediately preceding where you are outputting the
XML:



This will reset the output buffer and do away with any whitespace preceding
your XML doc, which is probably what your code is barfing on.

Pete


On 6/1/07, John P <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Does anyone know of a custom tag which you can create an RSS feed from a
> cfquery? I've attempted to use Tom Muck's but I get the follow error.
>
>
> XML Parsing Error: xml declaration not at start of external entity
> Location: http:///rssTest.cfm
> Line Number 8, Column 1:
> ^
>
> Thank you,
>
> John
>
> 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279941
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
>Did you have another server installed? Ii.e. Did you have CF7 on it before?
>What http port is CF8 listening on?
>
cf8 listens on port 51000
cfm702 is already installed and listens on port 51020

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279940
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Did you have another server installed? Ii.e. Did you have CF7 on it before?
What http port is CF8 listening on?







"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: marc --
To: CF-Talk
Sent: Sun Jun 03 15:02:54 2007
Subject: Either the Macromedia application server is unreachable or it does
not have a mapping to process this request.

Hi,
I installed scorpio on JRun4 on win2k3 next to an existing CFM7 JRun server.
I am unable to serve .cfm pages - I get this error message instead. 

"Either the Macromedia application server is unreachable or it does not have
a mapping to process this request."

I use IIS 6.0;
made an application mapping to C:\JRun4\lib\wsconfig\jrun_iis6.dll -the .dll
that maps IIs to the JRun server with scorpio;

I can see the dierctorylisting (directory browsing is on) so it's not a
webserver problem. The application mapping for the IIS virtual webserver
points to the newly installed server (proxy port of the JRun server);
in the JRun admin console I see the server is up and running.

This is as far as my JRun knowledge goes. Is there any other reason why the
app server is unreachable? 
Thanks!
Marc



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279939
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

2007-06-03 Thread marc --
Hi,
I installed scorpio on JRun4 on win2k3 next to an existing CFM7 JRun server. I 
am unable to serve .cfm pages - I get this error message instead. 

"Either the Macromedia application server is unreachable or it does not have a 
mapping to process this request."

I use IIS 6.0;
made an application mapping to C:\JRun4\lib\wsconfig\jrun_iis6.dll -the .dll 
that maps IIs to the JRun server with scorpio;

I can see the dierctorylisting (directory browsing is on) so it's not a 
webserver problem. The application mapping for the IIS virtual webserver points 
to the newly installed server (proxy port of the JRun server);
in the JRun admin console I see the server is up and running.

This is as far as my JRun knowledge goes. Is there any other reason why the app 
server is unreachable? 
Thanks!
Marc

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279938
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: SQL methods

2007-06-03 Thread Tom King
Thanks, I"ll look into that aswell :)
Ta
T
On 3 Jun 2007, at 14:53, Robert Rawlins - Think Blue wrote:

> Well, My suggestion would be to put the weight of the task on the  
> DB Engine
> if possible rather than CF, it'll be much more efficient.
>
> I'm a SQL Server guy and don't know MySQL very well, but from  
> memory they
> have a REPLACE function, which determines if the record needs to  
> updated or
> inserted, it might be worth you taking a look at it, I think that may
> achieve what you want it to, the syntax goes like this.
>
> REPLACE (col1, col2, col3)
> VALUES (val2, val2, val3)
>
> I think, anyway, It's a bit of a shot in the dark, but just thought  
> I'd
> share it.
>
> Rob
>
> -Original Message-
> From: Tom King [mailto:[EMAIL PROTECTED]
> Sent: 03 June 2007 14:44
> To: CF-Talk
> Subject: Re: SOT: SQL methods
>
> that's a fab idea... :)
>
> Thanks!
>
> T
>
> On 3 Jun 2007, at 14:41, Dan O'Keefe wrote:
>
>> Tom,
>>
>> One method I have used in the past is when you query the join table
>> and
>> display the results, store the EventJoinID 's in a list hidden form
>> variable. Then on post, wrapped in transaction, a single delete
>> statement
>> using the EventJoinID 's list will delete all of the old records,
>> and then
>> loop over your new joins and insert.
>>
>> It eliminates the need of worrying if a join was changed or
>> deleted. You can
>> also use  &  to handle the transaction failing.
>>
>> Dan
>>
>> On 6/3/07, Tom King <[EMAIL PROTECTED]> wrote:
>>>
>>> Hi All,
>>>
>>> Just set up a MySql DB, and I'm trying to work out the best way to
>>> update multiple tables via CF:
>>>
>>> I.e:
>>>
>>> TblEvent
>>> 
>>> EventID [key]
>>> EventName
>>>
>>> tblEventType
>>> 
>>> EventTypeID [key]
>>> EventTypeName
>>>
>>> tblEventJoin
>>> 
>>> EventJoinID [key]
>>> EventID
>>> EventTypeID
>>>
>>> So above, I might have an EventID, which has multple EventTypeIDs
>>> associated with it in tblEventJoin
>>>
>>> At the moment, the only way I can see of updating the tblEventJoin
>>> (assuming I have an EventiD and several EventTypeIDs which are
>>> associated) is to Query tblEventJoin, work out whether the Row
>>> already exists, if not Insert the record, and if a row exists which
>>> shouldnt, delete it.
>>>
>>> What's the best way to actually do this? Multiple CFQueries, and do
>>> the logic CF side, or is there a better method?
>>>
>>> As you can see, still a newbie on this..
>>>
>>>
>>> Ta
>>>
>>> T
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>
>
> 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279937
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: SOT: SQL methods

2007-06-03 Thread Robert Rawlins - Think Blue
Well, My suggestion would be to put the weight of the task on the DB Engine
if possible rather than CF, it'll be much more efficient.

I'm a SQL Server guy and don't know MySQL very well, but from memory they
have a REPLACE function, which determines if the record needs to updated or
inserted, it might be worth you taking a look at it, I think that may
achieve what you want it to, the syntax goes like this.

REPLACE (col1, col2, col3)
VALUES (val2, val2, val3)

I think, anyway, It's a bit of a shot in the dark, but just thought I'd
share it.

Rob

-Original Message-
From: Tom King [mailto:[EMAIL PROTECTED] 
Sent: 03 June 2007 14:44
To: CF-Talk
Subject: Re: SOT: SQL methods

that's a fab idea... :)

Thanks!

T

On 3 Jun 2007, at 14:41, Dan O'Keefe wrote:

> Tom,
>
> One method I have used in the past is when you query the join table  
> and
> display the results, store the EventJoinID 's in a list hidden form
> variable. Then on post, wrapped in transaction, a single delete  
> statement
> using the EventJoinID 's list will delete all of the old records,  
> and then
> loop over your new joins and insert.
>
> It eliminates the need of worrying if a join was changed or  
> deleted. You can
> also use  &  to handle the transaction failing.
>
> Dan
>
> On 6/3/07, Tom King <[EMAIL PROTECTED]> wrote:
>>
>> Hi All,
>>
>> Just set up a MySql DB, and I'm trying to work out the best way to
>> update multiple tables via CF:
>>
>> I.e:
>>
>> TblEvent
>> 
>> EventID [key]
>> EventName
>>
>> tblEventType
>> 
>> EventTypeID [key]
>> EventTypeName
>>
>> tblEventJoin
>> 
>> EventJoinID [key]
>> EventID
>> EventTypeID
>>
>> So above, I might have an EventID, which has multple EventTypeIDs
>> associated with it in tblEventJoin
>>
>> At the moment, the only way I can see of updating the tblEventJoin
>> (assuming I have an EventiD and several EventTypeIDs which are
>> associated) is to Query tblEventJoin, work out whether the Row
>> already exists, if not Insert the record, and if a row exists which
>> shouldnt, delete it.
>>
>> What's the best way to actually do this? Multiple CFQueries, and do
>> the logic CF side, or is there a better method?
>>
>> As you can see, still a newbie on this..
>>
>>
>> Ta
>>
>> T
>>
>>
>>
>>
>>
>>
>
> 



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279936
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: SOT: SQL methods

2007-06-03 Thread Tom King
that's a fab idea... :)

Thanks!

T

On 3 Jun 2007, at 14:41, Dan O'Keefe wrote:

> Tom,
>
> One method I have used in the past is when you query the join table  
> and
> display the results, store the EventJoinID 's in a list hidden form
> variable. Then on post, wrapped in transaction, a single delete  
> statement
> using the EventJoinID 's list will delete all of the old records,  
> and then
> loop over your new joins and insert.
>
> It eliminates the need of worrying if a join was changed or  
> deleted. You can
> also use  &  to handle the transaction failing.
>
> Dan
>
> On 6/3/07, Tom King <[EMAIL PROTECTED]> wrote:
>>
>> Hi All,
>>
>> Just set up a MySql DB, and I'm trying to work out the best way to
>> update multiple tables via CF:
>>
>> I.e:
>>
>> TblEvent
>> 
>> EventID [key]
>> EventName
>>
>> tblEventType
>> 
>> EventTypeID [key]
>> EventTypeName
>>
>> tblEventJoin
>> 
>> EventJoinID [key]
>> EventID
>> EventTypeID
>>
>> So above, I might have an EventID, which has multple EventTypeIDs
>> associated with it in tblEventJoin
>>
>> At the moment, the only way I can see of updating the tblEventJoin
>> (assuming I have an EventiD and several EventTypeIDs which are
>> associated) is to Query tblEventJoin, work out whether the Row
>> already exists, if not Insert the record, and if a row exists which
>> shouldnt, delete it.
>>
>> What's the best way to actually do this? Multiple CFQueries, and do
>> the logic CF side, or is there a better method?
>>
>> As you can see, still a newbie on this..
>>
>>
>> Ta
>>
>> T
>>
>>
>>
>>
>>
>>
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279935
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: SQL methods

2007-06-03 Thread Dan O'Keefe
Tom,

One method I have used in the past is when you query the join table and
display the results, store the EventJoinID 's in a list hidden form
variable. Then on post, wrapped in transaction, a single delete statement
using the EventJoinID 's list will delete all of the old records, and then
loop over your new joins and insert.

It eliminates the need of worrying if a join was changed or deleted. You can
also use  &  to handle the transaction failing.

Dan

On 6/3/07, Tom King <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> Just set up a MySql DB, and I'm trying to work out the best way to
> update multiple tables via CF:
>
> I.e:
>
> TblEvent
> 
> EventID [key]
> EventName
>
> tblEventType
> 
> EventTypeID [key]
> EventTypeName
>
> tblEventJoin
> 
> EventJoinID [key]
> EventID
> EventTypeID
>
> So above, I might have an EventID, which has multple EventTypeIDs
> associated with it in tblEventJoin
>
> At the moment, the only way I can see of updating the tblEventJoin
> (assuming I have an EventiD and several EventTypeIDs which are
> associated) is to Query tblEventJoin, work out whether the Row
> already exists, if not Insert the record, and if a row exists which
> shouldnt, delete it.
>
> What's the best way to actually do this? Multiple CFQueries, and do
> the logic CF side, or is there a better method?
>
> As you can see, still a newbie on this..
>
>
> Ta
>
> T
>
>
>
>
>
> 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279934
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Encyption Problem

2007-06-03 Thread Robert Rawlins - Think Blue
Hello Guys,

 

I'm having trouble working with encrypt() and decrypt(). I've generated my
own key and I'm trying to use AES encryption on a simple 'hello world'
string, see my code below.

 



 



 



 



 



string: #myString#

key: #myKey#

Encrypted: #encrypted#

Decrypted: #decrypted#



 

However, this won't run and throws the following error at me 'The input and
output encodings are not same.' Does anyone know what might be causing this
issue? I've tried taking some other pieces of code from the Adobe Technotes
on this encryption stuff, found here

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e546373d#block for
generating my own key, but that code didn't work, syntax errors and it
produces a key of the wrong length J

 

Thanks for any input guys,

 

Rob



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279933
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


SOT: SQL methods

2007-06-03 Thread Tom King
Hi All,

Just set up a MySql DB, and I'm trying to work out the best way to  
update multiple tables via CF:

I.e:

TblEvent

EventID [key]
EventName

tblEventType

EventTypeID [key]
EventTypeName

tblEventJoin

EventJoinID [key]
EventID
EventTypeID

So above, I might have an EventID, which has multple EventTypeIDs  
associated with it in tblEventJoin

At the moment, the only way I can see of updating the tblEventJoin  
(assuming I have an EventiD and several EventTypeIDs which are  
associated) is to Query tblEventJoin, work out whether the Row  
already exists, if not Insert the record, and if a row exists which  
shouldnt, delete it.

What's the best way to actually do this? Multiple CFQueries, and do  
the logic CF side, or is there a better method?

As you can see, still a newbie on this..


Ta

T





~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279932
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


why might sessions end more quickly after changing to linux/BD?

2007-06-03 Thread stylo stylo
Just moved from shared cfmx/windows to a vps BD/linux. Code hasn't changed. Now 
we keep getting kicked out of sessions quickly. Sign into the app admin and get 
kicked out quickly whereas before it was fine for a long time. Session timeout 
is 20 minutes in BD but happens faster than that I think. People say their cart 
will come up empty suddenly too.

What might it be that I could check?

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279931
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Access query doesn't work

2007-06-03 Thread Will Tomlinson
>Dont you make a big deal just about everyday about how you dont use access 
>anymore?

No, I don't. 

It's all I need for this particular situation. 

~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279930
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Java 1.6.0_01

2007-06-03 Thread Robertson-Ravo, Neil (RX)
Yeah, but don't you point to the JRE within the JDK? The JRE with client and
server within bin?





"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Dave Watts
To: CF-Talk
Sent: Sun Jun 03 01:34:51 2007
Subject: RE: Java 1.6.0_01

> I tried with the JRE and failed. It seems that you need the 
> entire JDK (not just JRE) to get CF7 running on 1.6.

CF, like other Java server applications, requires the server functionality
included in the JDK.

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!

This email has been processed by SmoothZap - www.smoothwall.net




~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279929
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4