[cfaussie] Re: JVM Heap Size

2008-05-13 Thread Stephen M
On May 12, 12:07 pm, Steve Onnis [EMAIL PROTECTED] wrote: Can someone shed some light on what the JVM Heap Size is actually meant to do? For example, if I set it to the max heap size of 512mb, does that mean that the actual memory consumed by the jrun.exe should not exceed 512mb ? I have

[cfaussie] Re: JVM Heap Size

2008-05-13 Thread Kai Koenig
Heya, I've given a MXDU presentation on that stuff in 2005 (http://www.bloginblack.de/archives/000630.cfm) - Slide 34 actually has a few good references to read up on the topic if you like. Basically - I can't agree more to Stephen - JVM settings can ruin your performance if done wrongly and

[cfaussie] Re: Dynamically Created Interactive PDF Forms and CF

2008-05-13 Thread Rae Buerckner
Hi Claude, This article talks about what you want, and LiveCycle Forms server is not cheap! http://www.adobe.com/devnet/livecycle/articles/leveraging_reader_extensions_coldfusion.html Cheers, Rae On Wed, May 7, 2008 at 6:57 PM, bryn [EMAIL PROTECTED] wrote: Hi Claude, It depends what you

[cfaussie] javax.mail.SendFailedException

2008-05-13 Thread Taco Fleur
Hello all, I have a server which has been running smoothly for a year now. Haven't looked at the machine for over two months, and no one else has access to it, in other words; nothing changed manually. Today I received an email from a customer enquiring about an order, I never received the order

[cfaussie] Coldfusion debugger

2008-05-13 Thread Andrew Scott
Has anyone managed to use this under Vista 64it with Coldfusion 8.01? The jrun seems to crash each and everytime for me, and then I have to restart the machine to get Coldfusion to run again. Any clues, google returns nothing. -- Senior Coldfusion Developer Aegeon Pty. Ltd.

[cfaussie] Microsoft Uses Flash!!!

2008-05-13 Thread Owen West
Check this out... http://www.worldwidetelescope.org Errr...Silverlight? Anybody? Gotta love Microsoft sometimes... Owen West M.SysDev (C.Sturt) MCP MCAD MCSD Computer Programmer Applications Development Team Information Technology Telecommunications Hunter New England Health Ph: (02)

[cfaussie] cfajaxproxy - cfc path

2008-05-13 Thread Rony
Hi Guys, I have a cfc stored in the /services folder that is located in the webroot of my site. Now, if i invoked something like this : cfajaxproxy cfc=services.test jsclassname=objServices / I get 'The specified CFC admin.sitecontent.services.test could not be

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Dale Fraser
Setup a mapping. Lets say it's called com That is the base of services Then reference com.services.test Or if you don't like that you can setup a mapping called services pointing the the services folder. Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message-

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Rony
Thanks for that Dale . I did not think I could use a mapping for this situation. Can this also be done without mappings? On May 14, 2:08 pm, Dale Fraser [EMAIL PROTECTED] wrote: Setup a mapping. Lets say it's called com That is the base of services Then reference com.services.test Or

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Rony
I now get a JS error specifying that /sample.cfc can not be found... On May 14, 2:47 pm, Rony [EMAIL PROTECTED] wrote: Thanks for that Dale . I did not think I could use a mapping for this situation. Can this also be done without mappings? On May 14, 2:08 pm, Dale Fraser [EMAIL PROTECTED]

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Dale Fraser
Not sure Regards Dale Fraser http://learncf.com http://flexcf.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rony Sent: Wednesday, 14 May 2008 2:47 PM To: cfaussie Subject: [cfaussie] Re: cfajaxproxy - cfc path Thanks for that Dale . I

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Andrew Scott
This is a known issue, well as least I can never get it to work in that manner. I tried mappings as well, but was never able to get it to work. It seems to want to be in the root of your site, maybe I am being stupid, but I have suffered that pain and asked the developers this when 8.01 was in

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Rony
I read Ben's post : http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest It seems that several people have had this issue but I can not see a good solution to it yet... On May 14, 3:17 pm, Andrew Scott [EMAIL PROTECTED] wrote: This is a known issue, well as

[cfaussie] REMINDER: Melbourne CFUG - Tomorrow!

2008-05-13 Thread Mark Mandel
All, Another CFUG on the way! (Apologies for the delay in getting this out, I was in the US!) Location: NGA.net, Level 2, 17 Raglan St, South Melbourne Map: http://link.toolbot.com/google.com/73016 When: 15th of May, Meeting starts at 7:00, so get there before hand (doors open at 6:30).

[cfaussie] Re: cfajaxproxy - cfc path

2008-05-13 Thread Andrew Scott
Ben states that it was identified as a bug, are you running CF8.01 at all? Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613  9015 8628 Mobile: 0404 998 273 -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf