Coldfusion administrator page showing unexpected constant error

2009-06-23 Thread dev losh

The coldfusion administrator for my cf installation is no more working !!
Whenever I load the page http://blabla/cfide/administrator/index.cfm , I'm 
getting the following error :

unexpected constant #2 56 


I got the same error in my previous CF installation too and ended up 
re-installing CF to fix it.

Please Help !
-Dev 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323802
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Open source ColdFusion again

2009-06-23 Thread Arsalan Tariq Keen

You can use the following project at Riaforge for CFAJaxproxy I guess

AjaxProxy
Author: Dave Shuck
Last Updated: July 3, 2008 4:04:54 PM EDT
Custom tag and associated library that will functionally emulate CFAJAXPROXY 
for non-CF8 engines

--
From: Casey Dougall ca...@uberwebsitesolutions.com
Sent: Tuesday, June 23, 2009 2:59 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: Open source ColdFusion again


 On Mon, Jun 22, 2009 at 4:42 PM, Don L do...@yahoo.com wrote:

 Which one of these freebie cfml has basic cf engine + native ajax 
 support
 like cfajaxproxy for instance.



 There is nothing making me feel all warm and fuzzy about this tag to begin
 with.

 cfajaxproxy
 http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_a-b_3.html

 Still requires a load of work unless

 cfajaxproxy cfc=components.emp jsclassname=emp

 is actually witting all of that header code for you.


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323803
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Launching server monitor peeks out cpu memory

2009-06-23 Thread Vamsi Pappu

HI 

We are using coldfusion 8 and when we try to launch the server monitor, in a 
short span of time the memory peeks out and the websites running will hang, we 
have to restart the service to release all the memory again.

It would be of great help if someone has a solution to it.

Thanks 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323804
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Open source ColdFusion again

2009-06-23 Thread Dominic Watson

To whet your appetite, here is some custom js using jquery that will take
any link with a class of modal-flyout and open a modal flyout with either
the contents of the remote href (ajax) or the div that it points to:

script type=text/javascript
 $('.modal-flyout').boxy();
/script

A markup example:

a href=http://myserver.com/flyoutpage/; title=Title for the modal box
class=modal-flyoutSome link/a


Example two:

a href=#someDiv title=Title for the modal box class=modal-flyoutSome
link/a
div id=someDiv
 Content in here appears in flyout.
/div

For me, this makes cfwindow utterly redundant.

Dominic


2009/6/23 Don L do...@yahoo.com


 Most of these Ajax features are pretty bloated in terms of the amount
 of JS
 and CSS that need to be downloaded.
 
 Exactly, personally I do all my Ajax with about 15 lines of code ;-)

 Are you talking about using non-cf8 built-in ajax tags or ajax functions
 that you built on your own using popular js libraries?  If so, let me learn
 something from you, care to show us some of your nifty code for this?

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323805
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Open source ColdFusion again

2009-06-23 Thread Adrian Lynch

Well we are in a credit crunch!

 For me, this makes cfwindow utterly redundant.
 
 Dominic


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323806
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Open source ColdFusion again

2009-06-23 Thread Dominic Watson

I should point out that the js below relies on the jQuery base library
(tiny) + a plugin called 'boxy'. Two very small js includes.

2009/6/23 Dominic Watson watson.domi...@googlemail.com

 To whet your appetite, here is some custom js using jquery that will take
 any link with a class of modal-flyout and open a modal flyout with either
 the contents of the remote href (ajax) or the div that it points to:

 script type=text/javascript
  $('.modal-flyout').boxy();
 /script




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323807
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Open source ColdFusion again

2009-06-23 Thread Peter Boughton

I don't understand what the question here is.

As Barney suggests, openBD with GPL covers copyleft, Railo with LGPL covers 
bundling.
There's no need or benefit to a full permissive BSD/MIT licensed engine.

Don, if you want CFML-based AJAX functionality, and your engine of choice 
doesn't currently support it, then help them to develop it!
(Or just learn jQuery and stop worrying about the rest.) 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323808
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

ok.. i dont know when this broke.
but every thing looks fine to me.
dll's where they should be. cfx tag registers...
but nothing is loading in cf8 (i have emailed there tech guys...)

Unable to load library
Z:\Program Files\Efflare\cfx ImageCR 3\cfx_imagecr3.dll
The error occurred in
X:\webserver\rittal-corp.com\www\admin\products\product_upload\prod_upload_process.cfm:
line 145
143 : !--- Create/Resize Main Image ---  144 :   145 :
cfx_imagecr3 getimageinfo=#UploadDir#\#NewImgName#  146 :   147
: !--- Get Dimeensions ---
.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323809
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts

 ok.. i dont know when this broke.
 but every thing looks fine to me.
 dll's where they should be. cfx tag registers...
 but nothing is loading in cf8 (i have emailed there tech guys...)

 Unable to load library
 Z:\Program Files\Efflare\cfx ImageCR 3\cfx_imagecr3.dll

Can the CF service account get to the Z drive?

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323810
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

hey Dave.
yeah it can get to the drive, see the drive in cfadmin just fine.
i also tried moving it closer, but with no difference.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323811
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts

 yeah it can get to the drive, see the drive in cfadmin just fine.
 i also tried moving it closer, but with no difference.

See if you can open the DLL with this:
http://www.dependencywalker.com/

If it opens, see if it requires another module that can't be found.

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323812
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

ok!
it cant find dwmap.dll


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323813
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

i mean dwmapi.dll

On Tue, Jun 23, 2009 at 10:22 AM, Paul Ihrig pih...@gmail.com wrote:

 ok!
 it cant find dwmap.dll



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323814
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts

 i mean dwmapi.dll

http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/bc7a7414-6564-40bb-b8d2-af86345f2bc2

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323815
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Special Characters (�) Showing Up

2009-06-23 Thread Robert Nurse

Hi All,

Does anyone know why these special characters would be showing up in output 
(�)?  If you can't see it, it looks like a black diamond with a question mark 
at its center.  The same character is even in the browser source.  But, no such 
character is in our code.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323816
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

i dont see a solution...
uninstall ie7 on server or install ie8 on server.. wtf...
this is a production box...


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323817
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Special Characters (�) Showing Up

2009-06-23 Thread Kris Jones

It's a character out of range for the encoding you're using on the page.

Note, that you need to do more than just specify the encoding. You
also need to actually write the document with that encoding. Here are
a couple of links that have been helpful to me in the past.

Ben Nadel blogged about cleaning high-ascii values. I found some
comments on this article particularly enlightening -- see eric:
http://www.bennadel.com/blog/1155-Cleaning-High-Ascii-Values-For-Web-Safeness-In-ColdFusion.htm

From the W3C:
http://www.w3.org/International/O-charset
http://www.w3.org/International/tutorials/tutorial-char-enc/#Slide0270

Check the settings in your code editor to make sure you are saving
your files with the correct charset.

If you are writing your pages from CF to a static page, don't forget
to use the CFFILE charset attribute. This was the issue that bit me.

Cheers,
Kris


 Does anyone know why these special characters would be showing up in output 
 (�)?  If you can't see it, it looks like a black diamond with a question 
 mark at its center.  The same character is even in the browser source. 
  But, no such character is in our code.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323818
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts

 i dont see a solution...
 uninstall ie7 on server or install ie8 on server.. wtf...

Those seem to be two solutions. There are other potential solutions in
the list. You could just compile a stub DLL as mentioned in the thread
too, I guess. I don't know if installing vcredist.exe will solve the
problem, but if so, that's a fourth solution.

 this is a production box...

In that case, does it really matter what browser is installed? Why
upgrade it to IE 7 in the first place?

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323819
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Special Characters (�) Showing Up

2009-06-23 Thread Tom Chiverton

On Tuesday 23 Jun 2009, Robert Nurse wrote:
 Does anyone know why these special characters would be showing up in output
 (�)?  If you can't see it, it looks like a black diamond with a question
 mark at its center.

I have a sensible font here, and they look like non-ASCII ('unicode') 
characters from foreign languages, such as a double dotted i, upside down 
question mark and 'half' fraction.

-- 
Helping to adaptively lead seamless attention-grabbing vertical viral markets 
as part of the IT team of the year, '09 and '08



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners.  We use the word 
“partner” to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.co

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323820
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

i dont really understand the stub thing..
is it just creating a text file, pasting in that text, renaming it to dll an
putting it where?
win/sys32 dir?


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323821
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Launching server monitor peeks out cpu memory

2009-06-23 Thread Alan Rother

Hey Vamsi,
I've seen this too. I believe this is a result of the Memory Tracking
utility. When it's enabled, it seems to amplify memory leaks in your
application. I would not recommend using it on a production website. The
rest of the tools in the server monitor seem to work just fine.

Try disabling the Memory Tracking and you should be ok

=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323822
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Dave Watts

 i dont really understand the stub thing..
 is it just creating a text file, pasting in that text, renaming it to dll an
 putting it where?
 win/sys32 dir?

No, it involves compiling a DLL. You could put it anywhere within the
path. Maybe if you do a Google search on the DLL in question, you may
find a link to someone else's compiled DLL.

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323823
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Unable to load library cfx_imagecr3

2009-06-23 Thread Paul Ihrig

well some thing just crashed the server... like first time in Months..
reboot, now cfx tag works fine

some days it dosnt pay to get out of bed..

appreciate the guidance.
that dependency tracker is slick..


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323824
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Eric P

Hi,

I have the developer edition of ColdFusion 8 installed which allows
for two external machines (IPs) to access the server.  CF apparently
holds onto the first two external IPs that access the server and
refuses any further external connections.

Is anyone aware of a way to clear these IPs to allow a new machine to
get into the IP access list?

Thanks for reading.
Eric P

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323825
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Will Swain

Have you tried just restarting the cf server - I thought that did it. 

-Original Message-
From: Eric P [mailto:eric.maill...@gmail.com] 
Sent: 23 June 2009 16:51
To: cf-talk
Subject: Clearing external IP access list in CF 8 Developer Edition


Hi,

I have the developer edition of ColdFusion 8 installed which allows for two
external machines (IPs) to access the server.  CF apparently holds onto the
first two external IPs that access the server and refuses any further
external connections.

Is anyone aware of a way to clear these IPs to allow a new machine to get
into the IP access list?

Thanks for reading.
Eric P



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323826
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Ian Skinner

Eric P wrote:
 Hi,

 I have the developer edition of ColdFusion 8 installed which allows
 for two external machines (IPs) to access the server.  CF apparently
 holds onto the first two external IPs that access the server and
 refuses any further external connections.

 Is anyone aware of a way to clear these IPs to allow a new machine to
 get into the IP access list?

 Thanks for reading.
 Eric P

Yup, it will only allow the first two IP address to connect to the sever 
after a ColdFusion service|daemon start.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323827
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Open source ColdFusion again

2009-06-23 Thread Don L

To whet your appetite, here is some custom js using jquery that will take
any link with a class of modal-flyout and open a modal flyout with either
the contents of the remote href (ajax) or the div that it points to:

script type=text/javascript
 $('.modal-flyout').boxy();
/script

A markup example:

a href=http://myserver.com/flyoutpage/; title=Title for the modal box
class=modal-flyoutSome link/a


Example two:

a href=#someDiv title=Title for the modal box class=modal-flyoutSome
link/a
div id=someDiv
 Content in here appears in flyout.
/div

For me, this makes cfwindow utterly redundant.

Dominic

Cool.  very clear, calling a class and one of its methods, and interestingly, 
here, a method can be a plug-in.  Also, I'll think about systematic approach 
vs. piece meal.  Bring it on, people!


2009/6/23 Don L do...@yahoo.com

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323828
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Open source ColdFusion again

2009-06-23 Thread Don L

 I don't understand what the question here is.
 
 As Barney suggests, openBD with GPL covers copyleft, Railo with LGPL 
 covers bundling.
 There's no need or benefit to a full permissive BSD/MIT licensed 
 engine.
 
 Don, if you want CFML-based AJAX functionality, and your engine of 
 choice doesn't currently support it, then help them to develop it!
 (Or just learn jQuery and stop worrying about the rest.) 

Peter, thank you for your valuable thought.  I seem to see a clearer picture, 
and will need to bug people like you onto this path... Don


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323829
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Clearing external IP access list in CF 8 Developer Edition

2009-06-23 Thread Eric P

Thanks for the quick replies!

Eric P.

On Tue, Jun 23, 2009 at 10:57 AM, Ian Skinnerh...@ilsweb.com wrote:

 Eric P wrote:
 Hi,

 I have the developer edition of ColdFusion 8 installed which allows
 for two external machines (IPs) to access the server.  CF apparently
 holds onto the first two external IPs that access the server and
 refuses any further external connections.

 Is anyone aware of a way to clear these IPs to allow a new machine to
 get into the IP access list?

 Thanks for reading.
 Eric P

 Yup, it will only allow the first two IP address to connect to the sever
 after a ColdFusion service|daemon start.


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323830
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 administrator page showing unexpected constant error

2009-06-23 Thread brad

Delete your class files and copy the CFIDE folder from a working install
of CF that is the same version.

~Brad

 Original Message 
Subject: Coldfusion administrator page showing unexpected constant
error
From: dev losh devl...@gmail.com
Date: Tue, June 23, 2009 1:23 am
To: cf-talk cf-talk@houseoffusion.com


The coldfusion administrator for my cf installation is no more working
!!
Whenever I load the page http://blabla/cfide/administrator/index.cfm ,
I'm getting the following error :

 unexpected constant #2 56 


I got the same error in my previous CF installation too and ended up
re-installing CF to fix it.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323831
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


railo getting started

2009-06-23 Thread Don L

first of all, I hope it's ok to post general cfml engine related question.

just downloaded the railo 3.1 executable but have no idea how to get started, 
its own doc points to its wiki site, which does not seem to have a 'right' doc 
for getting started with it, but some of you here would know how railo 3.1 
works, hence, this question here.
 
installation process says successful installation.  check windows (XP SP3) 
services and found railo 3.1 server is also up and running.  however,  tests:
a) http://localhost:8080/index.cfm (the file comes with the package)
b) http://localhost:8080/test.cfm (file I created and placed in the 
\webapps\ROOT directory
b) http://localhost:8080/test.htm (similar to b)
 
All gets Page cannot be displayed error, browser = IE6.
 
Do I have to do some config before using railo? 
 
tia. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323832
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread John M Bliss

This doesn't help...?
http://www.getrailo.org/index.cfm/documentation/installation/railo-express/

On Tue, Jun 23, 2009 at 1:33 PM, Don L do...@yahoo.com wrote:


 first of all, I hope it's ok to post general cfml engine related question.

 just downloaded the railo 3.1 executable but have no idea how to get
 started, its own doc points to its wiki site, which does not seem to have a
 'right' doc for getting started with it, but some of you here would know how
 railo 3.1 works, hence, this question here.

 installation process says successful installation.  check windows (XP SP3)
 services and found railo 3.1 server is also up and running.  however,
  tests:
 a) http://localhost:8080/index.cfm (the file comes with the package)
 b) http://localhost:8080/test.cfm (file I created and placed in the
 \webapps\ROOT directory
 b) http://localhost:8080/test.htm (similar to b)

 All gets Page cannot be displayed error, browser = IE6.

 Do I have to do some config before using railo?

 tia.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323833
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Gerald Guido

You would be bettor off posting to a Railo mailing list.

ra...@googlegroups.com
http://tech.groups.yahoo.com/group/railo_talk/

G!

On Tue, Jun 23, 2009 at 2:33 PM, Don L do...@yahoo.com wrote:


 first of all, I hope it's ok to post general cfml engine related question.

 just downloaded the railo 3.1 executable but have no idea how to get
 started, its own doc points to its wiki site, which does not seem to have a
 'right' doc for getting started with it, but some of you here would know how
 railo 3.1 works, hence, this question here.

 installation process says successful installation.  check windows (XP SP3)
 services and found railo 3.1 server is also up and running.  however,
  tests:
 a) http://localhost:8080/index.cfm (the file comes with the package)
 b) http://localhost:8080/test.cfm (file I created and placed in the
 \webapps\ROOT directory
 b) http://localhost:8080/test.htm (similar to b)

 All gets Page cannot be displayed error, browser = IE6.

 Do I have to do some config before using railo?

 tia.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323834
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Charlie Griefer

On Tue, Jun 23, 2009 at 11:33 AM, Don L do...@yahoo.com wrote:


 first of all, I hope it's ok to post general cfml engine related question.

 just downloaded the railo 3.1 executable but have no idea how to get
 started, its own doc points to its wiki site, which does not seem to have a
 'right' doc for getting started with it, but some of you here would know how
 railo 3.1 works, hence, this question here.

 installation process says successful installation.  check windows (XP SP3)
 services and found railo 3.1 server is also up and running.  however,
  tests:
 a) http://localhost:8080/index.cfm (the file comes with the package)
 b) http://localhost:8080/test.cfm (file I created and placed in the
 \webapps\ROOT directory
 b) http://localhost:8080/test.htm (similar to b)

 All gets Page cannot be displayed error, browser = IE6.

 Do I have to do some config before using railo?


Sean Corfield has a multi-part Railo for Dummies series on his blog:

http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_I
http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_II
http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_III
http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_IV
http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_IV_Appendix

There's also a Railo-specific mailing list at
http://groups.google.com/group/railo

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323835
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Gerald Guido

Also there is a How To section on the Railo blog

http://www.railo.ch/blog/index.cfm/HowTo

On Tue, Jun 23, 2009 at 2:44 PM, Charlie Griefer
charlie.grie...@gmail.comwrote:



 Sean Corfield has a multi-part Railo for Dummies series on his blog:


 http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_I

 http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_II

 http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_III

 http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_IV

 http://corfield.org/blog/index.cfm/do/blog.entry/entry/Railo_for_Dummies_Part_IV_Appendix

 There's also a Railo-specific mailing list at
 http://groups.google.com/group/railo

 --
 I have failed as much as I have succeeded. But I love my life. I love my
 wife. And I wish you my kind of success.


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323836
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Don L

This doesn't help...?
http://www.getrailo.org/index.cfm/documentation/installation/railo-express/

On Tue, Jun 23, 2009 at 1:33 PM, D



Well, I picked the railo-server package not the express for the latter does not 
have a web server bundled, need something closer to my need. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323837
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Paul Kukiel

As mentioned the Railo mailing list is really helpfull but I also just
blogged a Railo express getting started guide just the other day:

http://blog.kukiel.net/2009/06/railo-express-can-starting-cfml.html

BTW your problem is probably the port is 8080 not 

http://localhost:/test.htm will work.  Perhaps they changed the
port and forgo to update the docs.

Paul Kukiel.



On Tue, Jun 23, 2009 at 2:33 PM, Don Ldo...@yahoo.com wrote:

 first of all, I hope it's ok to post general cfml engine related question.

 just downloaded the railo 3.1 executable but have no idea how to get started, 
 its own doc points to its wiki site, which does not seem to have a 'right' 
 doc for getting started with it, but some of you here would know how railo 
 3.1 works, hence, this question here.

 installation process says successful installation.  check windows (XP SP3) 
 services and found railo 3.1 server is also up and running.  however,  tests:
 a) http://localhost:8080/index.cfm (the file comes with the package)
 b) http://localhost:8080/test.cfm (file I created and placed in the 
 \webapps\ROOT directory
 b) http://localhost:8080/test.htm (similar to b)

 All gets Page cannot be displayed error, browser = IE6.

 Do I have to do some config before using railo?

 tia.

 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323838
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: railo getting started

2009-06-23 Thread Paul Kukiel


 Well, I picked the railo-server package not the express for the latter does 
 not have a web server bundled, need something closer to my need.



The server install is port 6800 I belive from memory.  Till you hoock
it behind IIS or apache or change the resin configs.

Express is 

Paul.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Don L

Paul, I just figured it out, it's 8600, so, working now. NOT the documented 
(README file, 8080).  This is bad considering such an important piece of 
information.

 
  Well, I picked the railo-server package not the express for the 
 latter does not have a web server bundled, need something closer to my 
 need.
 
 
 
 The server install is port 6800 I belive from memory.  Till you hoock
 it behind IIS or apache or change the resin configs.
 
 Express is 
 
 Paul.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323840
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: railo getting started

2009-06-23 Thread Don L

You would be bettor off posting to a Railo mailing list.

ra...@googlegroups.com
http://tech.groups.yahoo.com/group/railo_talk/

G!

On Tue, Jun 23, 2009 at 2:33 PM, D


My post got bounced back, go figure. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323841
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Charlie Griefer

On Tue, Jun 23, 2009 at 12:15 PM, Don L do...@yahoo.com wrote:


 You would be bettor off posting to a Railo mailing list.
 
 ra...@googlegroups.com
 http://tech.groups.yahoo.com/group/railo_talk/
 
 G!
 
 On Tue, Jun 23, 2009 at 2:33 PM, D
 

 My post got bounced back, go figure.



Did you post to the Yahoo! group?  That one's been deprecated in favor of
Google.

http://groups.google.com/group/railo


-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323842
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Don L

Thanks, I'll check it out.

 On Tue, Jun 23, 2009 at 11:33 AM, Don L do...@yahoo.com wrote:
 
 
  first of all, I hope it's ok to post general cfml engine related 
 question.
 
  just downloaded the railo 3.1 executable but have no idea how to 
 get
  started, its own doc points to its wiki site, which does not seem to 
 have a
  'right' doc for getting started with it, but some of you here would 
 know how
  railo 3.1 works, hence, this question here.
 
  installation process says successful installation.  check windows 
 (XP SP3)
  services and found railo 3.1 server is also up and running.  however,
 
   tests:
  a) http://localhost:8080/index.cfm (the file comes with the 
 package)
  b) http://localhost:8080/test.cfm (file I created and placed in the
  \webapps\ROOT directory
  b) http://localhost:8080/test.htm (similar to b)
 
  All gets Page cannot be displayed error, browser = IE6.
 
  Do I have to do some config before using railo?
 
 
 Sean Corfield has a multi-part Railo for Dummies series on his 
 blog:
 
 http://corfield.org/blog/index.cfm/do/blog.
 entry/entry/Railo_for_Dummies_Part_I
 http://corfield.org/blog/index.cfm/do/blog.
 entry/entry/Railo_for_Dummies_Part_II
 http://corfield.org/blog/index.cfm/do/blog.
 entry/entry/Railo_for_Dummies_Part_III
 http://corfield.org/blog/index.cfm/do/blog.
 entry/entry/Railo_for_Dummies_Part_IV
 http://corfield.org/blog/index.cfm/do/blog.
 entry/entry/Railo_for_Dummies_Part_IV_Appendix
 
 There's also a Railo-specific mailing list at
 http://groups.google.com/group/railo
 
 -- 
 I have failed as much as I have succeeded. But I love my life. I love 
 my
 wife. And I wish you my kind of success.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323843
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railo getting started

2009-06-23 Thread Cutter (ColdFusion)

And, the group moderator has to accept your subscription request, prior 
to submitting to the google group

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 6/23/2009 2:22 PM, Charlie Griefer wrote:
 On Tue, Jun 23, 2009 at 12:15 PM, Don Ldo...@yahoo.com  wrote:


 You would be bettor off posting to a Railo mailing list.

 ra...@googlegroups.com
 http://tech.groups.yahoo.com/group/railo_talk/

 G!

 On Tue, Jun 23, 2009 at 2:33 PM, D


 My post got bounced back, go figure.

  


 Did you post to the Yahoo! group?  That one's been deprecated in favor of
 Google.

 http://groups.google.com/group/railo





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323844
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

For clarity and the benefit of future railo users, I'm going to start a new 
thread here.  For future railo server (not express) users, the port is 8600.

The second batch of railto server 3.1x questions:
data source configuration
server configuration
installation options

a) the config file seems to indicate that one can't make rail server as an 
automatical started NT service, if it's true it's inconvenient to check | start 
the service every time when my app relying on railto runs.  on resource 
utility, understood but inconveniece.

b) how to set up data source, e.g. sql server 2005 express?
the resin.conf file seems to have entry with reference to mysql database 
driver, 
how do we go about it exactly for various db platforms?

c) railto server installation options.  I'm under the impression, it can 
installed silently as well, yes?

Thank you.

Don



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323845
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: railo getting started

2009-06-23 Thread Don L

ok, thanks for the info, I'll dig...

And, the group moderator has to accept your subscription request, prior 
to submitting to the google group

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of Learning Ext JS
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 6/23/2009 2:22 PM, Charlie Griefer wrote: 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

 For clarity and the benefit of future railo users, I'm going to start 
 a new thread here.  For future railo server (not express) users, the 
 port is 8600.
 
 The second batch of railto server 3.1x questions:
 data source configuration
 server configuration
 installation options
 
 a) the config file seems to indicate that one can't make rail server 
 as an automatical started NT service, if it's true it's inconvenient 
 to check | start the service every time when my app relying on railto 
 runs.  on resource utility, understood but inconveniece.
 
 b) how to set up data source, e.g. sql server 2005 express?
 the resin.conf file seems to have entry with reference to mysql 
 database driver, 
 how do we go about it exactly for various db platforms?
After digging a bit more, I'm now becoming concerned about its way of using a 
database, the cf world's concept of a datasource pointing to a database does 
not seem to be there (maybe I'm wrong), here's part of its documentation.
Using the Database
Connection con = _ds.getConnection();
try (...) finally 
(con.close();)

my comment: sample code (it's essentially ASP or .NTE not ColdFusion!)
I'm not looking into getting into that world.  People?  Thanks.




 
 c) railto server installation options.  I'm under the impression, it 
 can installed silently as well, yes?
 
 Thank you.
 
 Don
 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323847
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Arsalan Tariq Keen

about part 'a' railo 3.1 with resin does work as an NT Service. There 
comes a small batch file with I guess.. and if you run it, it creates a NT 
service... I m saying this because I am using Railo 3.1 with Resin as a 
service under Win XP SP3 :)

--
From: Don L do...@yahoo.com
Sent: Wednesday, June 24, 2009 1:33 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: railto getting started 2 (Windows OS)


 For clarity and the benefit of future railo users, I'm going to start a 
 new thread here.  For future railo server (not express) users, the port is 
 8600.

 The second batch of railto server 3.1x questions:
 data source configuration
 server configuration
 installation options

 a) the config file seems to indicate that one can't make rail server as an 
 automatical started NT service, if it's true it's inconvenient to check | 
 start the service every time when my app relying on railto runs.  on 
 resource utility, understood but inconveniece.

 b) how to set up data source, e.g. sql server 2005 express?
 the resin.conf file seems to have entry with reference to mysql database 
 driver,
 how do we go about it exactly for various db platforms?

 c) railto server installation options.  I'm under the impression, it can 
 installed silently as well, yes?

 Thank you.

 Don



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323848
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Paul Kukiel

Browse to

http://127.0.0.1:8600/railo-context/admin/web.cfm

And you get the CFadmin your used to where you cna setup Datasources and
mappings etc.  You can even update the server directly from here.

Paul.

On Tue, Jun 23, 2009 at 3:49 PM, Don L do...@yahoo.com wrote:


  For clarity and the benefit of future railo users, I'm going to start
  a new thread here.  For future railo server (not express) users, the
  port is 8600.
 
  The second batch of railto server 3.1x questions:
  data source configuration
  server configuration
  installation options
 
  a) the config file seems to indicate that one can't make rail server
  as an automatical started NT service, if it's true it's inconvenient
  to check | start the service every time when my app relying on railto
  runs.  on resource utility, understood but inconveniece.
 
  b) how to set up data source, e.g. sql server 2005 express?
  the resin.conf file seems to have entry with reference to mysql
  database driver,
  how do we go about it exactly for various db platforms?
 After digging a bit more, I'm now becoming concerned about its way of using
 a database, the cf world's concept of a datasource pointing to a database
 does not seem to be there (maybe I'm wrong), here's part of its
 documentation.
 Using the Database
 Connection con = _ds.getConnection();
 try (...) finally
 (con.close();)

 my comment: sample code (it's essentially ASP or .NTE not ColdFusion!)
 I'm not looking into getting into that world.  People?  Thanks.




 
  c) railto server installation options.  I'm under the impression, it
  can installed silently as well, yes?
 
  Thank you.
 
  Don
 


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

Browse to

http://127.0.0.1:8600/railo-context/admin/web.cfm

And you get the CFadmin your used to where you cna setup Datasources and
mappings etc.  You can even update the server directly from here.

Paul.

On Tue, Jun 23, 2009 at 3:49 PM, D



Good info, Paul, beautiful.  Now, a new question, what's the API to the 
railto's admin component (similar to the cf8's cfide.adminapi bla bla)?

Thanks.

Don 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323850
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFLDAP and tokengroups

2009-06-23 Thread John J

Hi -

I see this mentioned:

I am in more than one group, so I don't think the CFLDAP results are
correct.
I have asked some Adobe reps to confirm if multi-value, binary
attributes are being handled correctly.  It is possible that the
returnasbinary option does not handle multi-valued attributes.  If not,
then it is a bug.

I'm having the same issue. It appears I'm only getting back one binary value. 
Have you been able to resolve this issue?  Did the Adobe reps confirm anything 
regarding multi-valued attributes? Were you able to then figure out a way to 
match that to the SID of the parent group?
Thanks for your help!
John


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323851
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFLDAP and tokengroups

2009-06-23 Thread Dawson, Michael

I have not yet found a solution, but I have not worked on it much since
the last writing of this thread.

Thanks,
Mike

-Original Message-
From: John J [mailto:johnv20...@yahoo.com] 
Sent: Tuesday, June 23, 2009 3:48 PM
To: cf-talk
Subject: Re: CFLDAP and tokengroups


Hi -

I see this mentioned:

I am in more than one group, so I don't think the CFLDAP results are 
correct.
I have asked some Adobe reps to confirm if multi-value, binary
attributes are being handled correctly.  It is possible that the 
returnasbinary option does not handle multi-valued attributes.  If not,

then it is a bug.

I'm having the same issue. It appears I'm only getting back one binary
value. Have you been able to resolve this issue?  Did the Adobe reps
confirm anything regarding multi-valued attributes? Were you able to
then figure out a way to match that to the SID of the parent group?
Thanks for your help!
John

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323852
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion Glassfish Apache

2009-06-23 Thread Duane Burke

I know I've seen some comments here about CF8 and Glassfish, but they all 
seemed to die out pretty quickly without much info.  We've been trying to 
deploy CF8 on Glassfish with mixed results when it comes to multi-homing sites. 
 My manager has pretty much hacked the cf war file that gets deployed at 
install and I'm just not sure it's necessary, so I have a few questions for 
those who have deployed CF8 on Glassfish (or any other J2EE app server besides 
Jrun) using unix/linux.  First, I can't find the wsconfig file to connect 
apache so we're doing ugly rewrites - can anyone tell me where it's located, if 
it exists for J2EE installs?  Second, we want the actual code files to live on 
a san while the CF app is deployed on the app server - we have used sun-web.xml 
files to give glassfish an alternate document root, but I'm wondering if that's 
necessary if we use virtual host directives in Apache 2.  Any and all comments 
(especially in depth documentation of what you've done to get this to work) is 
greatly appreciated so my thanks go out in advance!

D

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323853
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Peter Boughton

Railo has a cfadmin tag, which is a supported but not yet fully documented 
feature.

There's some info on the Railo blog here:
http://www.railo.ch/blog/index.cfm/2006/12/19/New-features-introduced-with-Railo

And a few examples have been posted on the Google mailing list - try searching 
there for cfadmin or similar. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

 Railo has a cfadmin tag, which is a supported but not yet fully 
 documented feature.
 
 There's some info on the Railo blog here:
 http://www.railo.ch/blog/index.
 cfm/2006/12/19/New-features-introduced-with-Railo
 
 And a few examples have been posted on the Google mailing list - try 
 searching there for cfadmin or similar. 

Thanks, Peter.  This is a not a high priority item, but I wanted to know if 
it's doable, good to know yes.  Wow, Justin did good work with the ColdExt as 
well, easily configured, I'm checking it out further...

Some quick questions on Rail, what's its equivalent for cfajaxlink and 
cfajaxproxy respectively?  Better, is there any railto cfml engine / language 
reference doc like the one for cf8 or bd?  That's going to be very helpful.

Many thanks.

Don 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323855
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

 Railo has a cfadmin tag, which is a supported but not yet fully 
 documented feature.
 
 There's some info on the Railo blog here:
 http://www.railo.ch/blog/index.
 cfm/2006/12/19/New-features-introduced-with-Railo
 
 And a few examples have been posted on the Google mailing list - try 
 searching there for cfadmin or similar. 

oh, forget about the question about railto doc, I've found it.  But the railo 
wiki stated that it supports cfajaxproxy, however, my version of railto 
3.1.0.015 complained: tag AjaxProxy is not supported, how come?  I thought 
this is the latest version.  I've tried both cfc=myCFC.cfc and 
cfc=components.myCFC.cfc.  Also, the err msg does not seem to suggest a use 
error but rather the package's supported capability.  Thanks.  Don 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323856
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


railo getting started 3

2009-06-23 Thread Don L

OS = Windows OS.

ok, we're getting to the nitty, gritty part of railo v3.1x.
its wiki doc states its support of CFINPUT 's autosuggest attribute, however, 
it fails me.  Thanks.

Don
P.S. Sorry for asking so many railo questions in such a short time span. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


AW: railo getting started 3

2009-06-23 Thread Gert Franz

Don,

I guess it's time to invite you to the Railo Google group. Many of these
things are answered very fast by the growing community there. At the moment
we are updating the Wiki so that it contains all the current tags and
functions Railo supports. The wiki will be opened once the final version of
it is released.

ra...@googlegroups.com
http://groups.google.ch/group/railo

See you there...

Greetings from Switzerland
Gert Franz

Railo Technologies  Professional Open Source
skype: gert.franz   g...@getrailo.com
+41 76 5680 231 www.getrailo.ch


-Ursprüngliche Nachricht-
Von: Don L [mailto:do...@yahoo.com] 
Gesendet: Mittwoch, 24. Juni 2009 00:38
An: cf-talk
Betreff: railo getting started 3


OS = Windows OS.

ok, we're getting to the nitty, gritty part of railo v3.1x.
its wiki doc states its support of CFINPUT 's autosuggest attribute,
however, it fails me.  Thanks.

Don
P.S. Sorry for asking so many railo questions in such a short time span. 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323858
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Peter Boughton

 the railo wiki stated that it supports cfajaxproxy, however, my 
 version of railto 3.1.0.015 complained: tag AjaxProxy is not 
 supported, how come?

The cfajaxproxy tag is not yet implemented. 
Andrea Campolonghi and others are working on it, and if you join the Google 
group you'll see the discussions about it there, along with some information 
about how you can help test what they've got so far.

The problem with the wiki is that there is actually a cfajaxproxy placeholder 
tag (which gives the not supported message), and because the wiki is 
auto-generated, it is currently incorrectly marking it as implemented due to 
the presence of the placeholder tag.

The wiki generator will be fixed, and also the plan is to go over all the 
documentation with a fine comb and make sure contradictions like these do not 
exist - again, details are on the Google group for this, for anyone who would 
like to help. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323859
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 Glassfish Apache

2009-06-23 Thread Dave Watts

 ...I can't find the wsconfig file to connect apache so we're doing ugly 
 rewrites - can anyone tell me
 where it's located, if it exists for J2EE installs?

That's a JRun thing, not a CF thing. If you're not using JRun, you
don't get wsconfig. You have to use whatever web server connector your
J2EE app server comes with. Since I have zero experience with
Glassfish, that's all I can tell you.

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!

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323860
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

  the railo wiki stated that it supports cfajaxproxy, however, my 
  version of railto 3.1.0.015 complained: tag AjaxProxy is not 
  supported, how come?
 
 The cfajaxproxy tag is not yet implemented. 
 Andrea Campolonghi and others are working on it, and if you join the 
 Google group you'll see the discussions about it there, along with 
 some information about how you can help test what they've got so far.
 
 The problem with the wiki is that there is actually a cfajaxproxy 
 placeholder tag (which gives the not supported message), and because 
 the wiki is auto-generated, it is currently incorrectly marking it as 
 implemented due to the presence of the placeholder tag.
 
 The wiki generator will be fixed, and also the plan is to go over all 
 the documentation with a fine comb and make sure contradictions like 
 these do not exist - again, details are on the Google group for this, 
 for anyone who would like to help. 

Thanks, Peter, who's the google group's moderater and his/her email address?  
Don


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323861
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: AW: railo getting started 3

2009-06-23 Thread Don L

Thanks, Gert.  Don

Don,

I guess it's time to invite you to the Railo Google group. Many of these
...
Greetings from Switzerland
Gert Franz

Railo Technologies Professional Open Source
skype: gert.franz  g...@getrailo.com
+41 76 5680 231www.getrailo.ch


... 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323862
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: railto getting started 2 (Windows OS)

2009-06-23 Thread Don L

  the railo wiki stated that it supports cfajaxproxy, however, my 

Thanks, Peter, who's the google group's moderater and his/her email address?  
Don
Sorry, I didn't notice Gert's response before. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323863
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4