Whitespace management in MX 6.1

2005-06-23 Thread Scott Stroz
Dumb questoin alert.

I have a server, which is running multiple instances of CF version 6.1. When 
I go into CFAdmin under 'Settings', there is no setting for 'Enable 
Whitespace Management', yet when I view 'Settings Summary', there is an 
entry for 'Enable Whitepace Management'

Is there an issue with this and CFMX 6.1 running multiple instances?

-- 
Scott Stroz
Boyzoid.com http://Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210435
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Whitespace management in MX 6.1

2005-06-23 Thread Sean Corfield
On 6/23/05, Scott Stroz [EMAIL PROTECTED] wrote:
 I have a server, which is running multiple instances of CF version 6.1. When
 I go into CFAdmin under 'Settings', there is no setting for 'Enable
 Whitespace Management', yet when I view 'Settings Summary', there is an
 entry for 'Enable Whitepace Management'
 
 Is there an issue with this and CFMX 6.1 running multiple instances?

The option is only available in CF Admin in the non-J2EE Editions I
believe however you can edit the neo-runtime.xml file and enable it
(and restart CFMX).

I believe it is disabled by default due to performance considerations
but I don't know how much overhead it adds.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

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

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210437
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Whitespace management in MX 6.1

2005-06-23 Thread Scott Stroz
Sean,

Thanx for the info. I was able to find a reference to this issue on 
Christian Cnatrell's blog.

http://weblogs.macromedia.com/cantrell/archives/2003/04/controlling_whi.cfm

One of the comments mentions what you suggest.

-- 
Scott Stroz
Boyzoid.com http://Boyzoid.com
___
Some days you are the dog,
Some days you are the tree.


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210464
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Whitespace management in MX

2003-01-17 Thread mike . wokasch
Alright, I wrote awhile ago how I believed that whitespace management in MX for linux 
was not working properly.

I did some testing.  It sort of works properly.  That is, with regards to regular 
coldfusion code.  

However, my problem actually stems from the use of components.  Whenever a component 
is called, the whitespace is left in place and is not picked up by the whitespace 
management.

This means that I have to do cfsilent around processing chunks, and avoid using 
inlined CFC calls altogether.  For the most part, that's fine, but there are cases 
when I'd rather just do it inline.

Mike Wokasch
UW-Extension

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Whitespace management in MX

2003-01-17 Thread webguy
Just checking, you got

cfcomponent
  output = yes

Just checking

Also, if that don't work, maybe something like ...

cffunction name=CreateCFC 
cfargument name=CFCname...

cfsilent
cfset myojb = CreateObject(Componant,CFCname) 
/cfsilent
cfreturn myojb
/cffunction

WG

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: 17 January 2003 16:08
 To: CF-Talk
 Subject: Whitespace management in MX


 Alright, I wrote awhile ago how I believed that whitespace
 management in MX for linux was not working properly.

 I did some testing.  It sort of works properly.  That is, with
 regards to regular coldfusion code.

 However, my problem actually stems from the use of components.
 Whenever a component is called, the whitespace is left in place
 and is not picked up by the whitespace management.

 This means that I have to do cfsilent around processing chunks,
 and avoid using inlined CFC calls altogether.  For the most part,
 that's fine, but there are cases when I'd rather just do it inline.

 Mike Wokasch
 UW-Extension

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4