SQL script for Siteminder Conversion

2002-02-15 Thread Lanny R. Udey

Hi all,

Has anyone written a SQL script similar to:
http://www.macromedia.com/v1/Handlers/index.cfm?ID=22199Method=Full

but to convert Siteminder tables from CF4.5.2 to CF5. We have been trying to convert a 
policy store of over 10K poliies but  the security wizard to generate the XML file is 
taking an eternity. 

Macromedia has the script to replicate a CF5 policy store to a backup CF5 policy store 
but not to convert from 4.5.2 to CF5.

Any help would be Greatly appreciated.

Lanny Udey
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF Studio Going Away?

2001-11-21 Thread Lanny R. Udey

Hi all,

I just called Macromedia to see if I could upgrade from CF Studio to JRUN Studio 
since we were told at DevCon that JRUN Studio was basically CF Studio with support for 
Java. I was told that this was not possible.

What they also told me was that I would not be able to renew my subscription of CF 
Studio beyond its renewal date. Although he wouldn't say their was going to be a new 
product to replace it that was certainly the implication. Does this mean that all 
these Dev tools are going to be rolled into UltraDev? 

Anyone in the know want to comment. 

Lanny Udey
Hofstra University
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFHTTP Replacement

2001-10-25 Thread Lanny R. Udey

According to Dave Watts at the Devoloper's Conference, you cannot use CFHTTP. He used 
a TCP COM object although I don't remember which one. You may want to contact him.

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Thursday, October 25, 2001 
hi lewis

would you recommend this object for connecting to soap server

if so, what advice would you give?

if not, what would you recommend using with CF?
tia
mark

-Original Message-
From: Lewis Sellers [mailto:[EMAIL PROTECTED]] 
Sent: 25 October 2001 14:34
To: CF-Talk
Subject: Re: CFHTTP Replacement


On Wed, 24 Oct 2001 23:05:03 -0500, David Brooks
[EMAIL PROTECTED] wrote:

Heya all,

Anyone know of a good solution, cfx tag or otherwise, for a replacement
for the CFHTTP tag?  I consistently have had problems with CFAS 4.x
and 5.0 servers.

http://www.intrafoundation.com/tcpclient.html. It's a COM I wrote a
while back that's been used with CF and ASP among others. There are
several examples showing how to grab pages (or headers or whatever you
want) using the HTTP protocol.

That one doesn't support SSL however is it's only drawback.

--min


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Passing Novell login info to CF5

2001-07-26 Thread Lanny R. Udey

Hi,

I haven't actually seen anyone do it with CF yet, but Novell has a single sign-on 
technology and SDK. We are looking at it but haven't gotten to that yet.

You can find out more about the SSO solution at:

http://www.novell.com/documentation/lg/sso2/index.html?admin/data/a6b03lc.html 


The SDK is free and can be downloaded at http://developer.novell.com/ndk/ . They have 
libaries in C and Java.

They also have a new appliance called i-Chain which is probably overkill for what you 
are looking for but it is a nice architecture for SSO authentication. 

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, July 25, 2001 
Hello,

Has anyone had any experience passing a Novell login name to CF5? Our 
company Intranet is requiring that the process be a seemless login. Meaning 
that once the user logs in on the Novell side, that the username is passed 
to CF so I can authenticate and authorize that user based on a policy.

Any ideas?

Thanks,

Christian
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Passing Novell login info to CF5

2001-07-26 Thread Lanny R. Udey

According to Novells Knowledgebase:

The browser makes a request to the Proxy Server. The Proxy Server determines that 
authentication needs to occur and it is configured to do Single Sign-on (SSO) 
authentication first. The Proxy then contacts the CLNTRUST running on the client. The 
CLNTRUST contacts the Client32 software to get the connection information of the 
client's connection to the BorderManager server.   

Note the proxy server is Border Manager.

I believe I heard at one of the developer's conferences that there are also activeX 
and Java classes that can be used in signed applets that allow you to get this 
information as well.


Lanny

 [EMAIL PROTECTED] Thursday, July 26, 2001 
I have wanted to do this for quite some time.  Either I am to dumb or it can't be 
done(I got bets on the first one).  There would need to be a host file(or any file) 
with the login on the users pc then have the browser know to go and look.  
Unless you attached something to their IP or hostname...(sorry thinking out 
loud)...Good luck to ya.
mike

 [EMAIL PROTECTED] 07/26/01 07:51AM 
Hi,

I haven't actually seen anyone do it with CF yet, but Novell has a single sign-on 
technology and SDK. We are looking at it but haven't gotten to that yet.

You can find out more about the SSO solution at:

http://www.novell.com/documentation/lg/sso2/index.html?admin/data/a6b03lc.html 


The SDK is free and can be downloaded at http://developer.novell.com/ndk/ . They have 
libaries in C and Java.

They also have a new appliance called i-Chain which is probably overkill for what you 
are looking for but it is a nice architecture for SSO authentication. 

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, July 25, 2001 
Hello,

Has anyone had any experience passing a Novell login name to CF5? Our 
company Intranet is requiring that the process be a seemless login. Meaning 
that once the user logs in on the Novell side, that the username is passed 
to CF so I can authenticate and authorize that user based on a policy.

Any ideas?

Thanks,

Christian
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: encrypt credit card field?

2001-06-21 Thread Lanny R. Udey

Hi
I would like to say that we just started using it (and registered it). It works great 
- we looked for quite awhile to find something that did everything that this tag does. 

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Thursday, June 21, 2001 
Tom,

Have a look at our cfx_pwcardcrypt tag, http://developer.perthweb.com.au. We
designed it for a client storing cc numbers for monthly subscriptions, it
uses RSA public key crypto.

HTH,
K.

On Thu, 21 Jun 2001 08:43:19 -0500, Tom Davison [EMAIL PROTECTED]
wrote:
How would you go about securing credit card info in an access database?  Is
it possible?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



S/MIME Mail

2001-05-19 Thread Lanny R. Udey

Hi,

I can't seem to find any tags to do S/MIME encryption for encryped mail. I know about 
cfx_pgp but would prefer to use S/MIME.

Any help out there?

Thanks
Lanny Udey
Hofstra University


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: ftp to novell

2001-05-14 Thread Lanny R. Udey

Does the server that your Ftp server is running on have contextless login? If not you 
would have to use a fully qualified login name , e.g.,   .userid.ou.o.us

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Monday, May 14, 2001 
I have tried multiple users and I can FTP through NT just fine.  It just seems 
to be a problem when I use the cfftp through Novell.  



 *This message was transferred with a trial version of CommuniGate(tm) Pro*
 Try setting up a new user just to login to ftp and set its home directory to
 crsapps. Make sure this account has the appropriate rights to get to the
 files. I think all you should need is read and file scan.
 Hope that helps.
 
 Dave Livingston
 [EMAIL PROTECTED] 
 
 -Original Message-
 From: Joshua Tipton [mailto:[EMAIL PROTECTED]] 
 Sent: Monday, May 14, 2001 10:41 AM
 To: CF-Talk
 Subject: ftp to novell
 
 
 *This message was transferred with a trial version of CommuniGate(tm) Pro*
 I am trying to ftp to a novell server and am not having the best of luck.  I
 can get the currect directroy to return sys: which is right.  When I try to
 listdir of a direcotyr called crsapps I get nothing.  I have tried /crsapps,
 crsapps. crsapps/*.* and get nothing.  Is there a trick to novell?
 
 Joshua Tipton
 
 
 cfftp connection=ftp
 username=crsser
 password=crsser
 server=10.66.64.52
 action=open
 stoponerror=yes
 
 cfftp action=GETCURRENTDIR
stoponerror=Yes
connection=ftp
 
 
 cfoutput#cfftp.returnvalue#/cfoutput
 
 cfftp connection=ftp
 action=listdir
 directory=/crsapps
 name=q
 stoponerror=yes
 
 cftable query=q htmltable
 cfcol header=bname/b text=#name#
 
 /cftable

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: disabling RDS

2001-05-09 Thread Lanny R. Udey

We found you could not disable it but if you set it to manual it was OK.

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, May 09, 2001 
I have disabled the RDS service on our NT server but get the following 
error in the executive log:

Error,TID=104,05/09/01,00:41:34,Unexpected Windows NT error number 
1058 occurred while attempting to start the RDS service.

Is it possible to completely disable the RDS service?

Thanks,

Brook Davies
Maracasmedia Inc.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Automatic File synchronization between clustered servers.

2001-05-08 Thread Lanny R. Udey

I haven't used it but you might want to look at :  
http://www.lyra.org/sitecopy/cygwin/ 

The program is Sitecopy for Windows. It looks like it has quite a few useful features.
Anyone out there used this?

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Tuesday, May 08, 2001 
I need to do this on WinNT.  Is this available, or has anyone seen another
application that will do this.

- BILL -

-Original Message-
From: Jon Hall [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 08, 2001 10:40 AM
To: CF-Talk
Subject: Re: Automatic File synchronization between clustered servers.


How are you handling synchronization now? Win2k FRS does this pretty well,
and I haven't run into the problems you are seeing. If you are actually
running into network contention on the link between the two servers. You may
be able to put another NIC in each machine and specify the content
duplication to occur over this new link.

If you are talking *nix I dont have a clue...

jon
- Original Message -
From: Bill King [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 08, 2001 12:09 PM
Subject: OT: Automatic File synchronization between clustered servers.


 I have an issue with a client who has a shared server environment and due
to
 the set up of the site and affiliate sites the client requires image files
 on both server boxes.

 The problem is that the images that are uploaded often don't copy to both
 places because of network contention etc.

 I have been looking for something that will do an automatic file compare
and
 copy to maintain uniformity between two directories.  Has anyone run into
 this and found a solution??

 Signed,

 Bill King
 HostWorks INC
 http://www.hostworks.com 



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFX_HTTP thread safe?

2001-05-03 Thread Lanny R. Udey

We use it pretty extensively without problems. We use locks and cftry/cfcatch around 
it as recommended for any ip service tag. In this config we have had no problems with 
it.

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, May 02, 2001 
I would just like to ask if  CFX_HTTP is thread safe? I will be useing it
for online processing of credit cards payments so I need to make it work as
faultless as possible.
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: The Best Clustering Solution

2001-04-18 Thread Lanny R. Udey

I don't know if it is the best, but we use the Cisco 11000 (formerly Arrowpoint cs150) 
smart content switch for load balancing and file replication. It uses a publish and 
subscribe model and works fine with IIS ftp server.

We haven't tested it but the sitecopy at lyra.org looks interesting.
http://www.lyra.org/sitecopy/ 

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, April 18, 2001 
we have 2 Win2000 servers running CF applications and wish to cluster them
so that they both are duplicates of each other. The clustering solution must
include replication.
Cluster Cats supplied with CF Enterprise does not include replication and I
cannot find this software in its full version including replication
anywhere.
Which is the best solution for clustering just two servers?
Is the solotion supplied by Microsoft any good?
Any help would be appreciated as the subject is new to me.
Kind regards

Paul
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



COM object that mimics REREPLACE()

2001-04-17 Thread Lanny R. Udey

Hi,

Anyone know of a COM object that has the same RE features as REREPLACE() and is 
stable. Since we found a seriours bug in REREPLACE() as per a previous message, we 
need a replacement (no pun intended).

Thanks
Lanny Udey
Hofstra University




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is WDDX alive well ?

2001-04-12 Thread Lanny R. Udey

Also, all of Specta is built around WDDX. I seriously doubt that this is going 
anywhere soon.

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Thursday, April 12, 2001 
I specifically asked an Allaire consultant if wddx would work with Neo, and
he said yes. So unless they have changed their mind in the last couple of
months, I'd say if anything Macromedia would add another technology and try
to migrate us...
Not to mention they are investing in wddx right now...

jon
- Original Message -
From: "Dick Applebaum" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, April 12, 2001 11:37 AM
Subject: Re: Is WDDX alive  well ?


 I haven't done any new development in it lately, but I regularly use
 programs I wrote some time ago.

 The pluses:  it works well, as advertised.

 the minuses: It is pretty verbose.

 As I recall, Dave Weiner (Frontier, Userland, Manilla, EditThisPage,
 etc.) was put off with allaire for creating/choosing/promoting WDDX
 instead od Dave's technology.

 I think that Marc Cantor was the original founder of MM and is good
 friend of Dave  likes his technology.

 Just visited the MM site... the investors page uses Java for
 animation... curious?

 Don't know if any of this means anything, but it may stir the pot a
little.

 Dick

 At 8:00 AM -0500 4/12/01, Tracy Bost wrote:
 Before I jump into Allaire's WDDX  SDK, I'm wondering if this is
 still a platform that is being progressed.
 The web site www.wddx.org doesn't look like its been updated in 2 or 3
years.
 
   Thanks for any feedback and would love to hear from anyone that's
 using it to syndicate content to perl  asp sites.


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: HTML Email Detection

2001-04-06 Thread Lanny R. Udey

Hi,

There is no guarentee that the users email supports html even if their brower does. 

Lanny Udey
Hofstra University


 [EMAIL PROTECTED] Friday, April 06, 2001 
I want to send HTML enabled email with CFMAIL but I wan't to filter on
whether the clients email browser accepts HTML email.  Is there a way to do
this with CF?  I don't think there is.  What about on the client side could
they trigger an event with JS or VBS when they open the mail that detects
whether or not their email browser can render HTML?

Thanks for the help.

Kevin Schmidt, Web Technology Manager
Allaire Certified ColdFusion Developer
pwb inc.
integrated marketing communications
350 S. Main St., Suite 350
Ann Arbor, MI 48104
734.995.5000 (tel)
734.995.5002 (fax)
www.pwb.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Bug in rereplace() function

2001-04-06 Thread Lanny R. Udey

Hi,

I wanted to alert everyone that there is a bug (confirmed) in the rereplace() fuction 
in CF 5.0 AND also in 4.5.1 SP2. This bug caused us much greif in that it generated 
pcode errors and crashed our servers frequently.

It seems to occur primarily when you are parsing large blocks in content with the ALL 
parameter. We were using it in a RemoveWhiteSpace tag removing whitespace from Spectra 
pages.

The following are the bug report numbers for CF 5.0. "The rereplace( ) function
has a known bug reported in bug #23110 and as a duplicate bug #23071"

Once we stopped using this all our problems have cleared up. Currently there is not 
hotfix for it.

Lanny Udey
Associate Dean
Learning and Information Technology
Hofstra University


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Survey: Web-based WYSIWIG editing tool

2001-03-23 Thread Lanny R. Udey

Yes, Spectra 1.5 does come with eWebEditPro integrated.

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Friday, March 23, 2001 
Mark Ireland wrote:

 I heard it will come with the new Macromedia Spectra (start getting used to
 it)

Can anyone confirm this? I'm just in the process of developing a site that
will use a web based HTML editor and if this is the case I may need to
explore  eWebEditPro as I am currently using ezEdit

-- 

If it turns out that there is a God, I don't think that he's evil. But
the worst that you can say about him is that basically he's
an underachiever.

Woody Allen 


email: [EMAIL PROTECTED] 
web: http://www.pixelgeek.com/
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: White space

2001-03-16 Thread Lanny R. Udey

Our tag must be a lot more efficient or our boxes faster because our times are a lot 
better. This may have been because we had Allaire help us optimize it.- here are some 
examples:

admissions home page: 219 ms
alumni home page: 78 ms 
athletics home page: 203 ms

Ours also work fine on Spectra sites with Javascript etc. - these are spectra pages 
that had LOTS of white space.

Lanny Udey
Associate Dean
Learning and Information Technology
Hofstra University

 [EMAIL PROTECTED] Thursday, March 15, 2001 
I agree on the savings that it can achieve, but again at what cost.

If it ends up adding (and yes I have seen this) say 2000 ms in a very big
site that has hundreds of cfm files. Would this 2 seconds be better of
getting the information to the client, than trying to remove whitespace!

But as Philip said it is personal preference:-)


-Original Message-
From: Lanny R. Udey [mailto:[EMAIL PROTECTED]] 
Sent: 16 March 2001 14:06
To: CF-Talk
Subject: RE: White space


If you cache a lot of your pages like we do, then getting rid of the white
space is a big savings. This is particularly true if you have a lot of
people accessing your pages through modems via AOL etc. The saving on
download time on a 33 Kbs modem is substantial. We cut page sizes down from
40 K to 8K and that is after we used all the proper coding techniques.

Lanny Udey
Hofstra University






~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: atomz Search for Dynamic site

2001-03-15 Thread Lanny R. Udey

We use Atomz but we use the following type of URLs so the search engines spider the 
site properly. Most search engines have a problem with URL parameters after a "?".

http://www.hofstra.edu/Academics/index_Academics.cfm/type/dn/link/Academics 

We do have a few pages with URL parameters and these are not spider properly by Atomz 
spider. Since we don't really need to index these we exclude them.

If you want to write me off-line I will send you how we do the links as above.

Also, Atomz tech support is great. They may have a way to set up the spider to accept 
url variables - if you find out please let me know.

Lanny Udey
Hofstra University
Associate Dean,
Learning and Information Technology
Hofstra University
[EMAIL PROTECTED]

 [EMAIL PROTECTED] Thursday, March 15, 2001 
Can anybody give me some info on how they set up an Atomz index for a
dynamic site?

I have a coldfusion site using fusebox method that uses cfinclude
template="" for all links and heavy use of url parameters with case values.

I set up an Atomz.com index of a fusebox site with the entry point as
domain/index.cfm

Atomz.com only indexes the display files called by the default fuseaction,
but does not follow the cfinclude template="" in the dsp files.

I know that people have said they did this successfully-can I get a reality
check?


-Tom
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: White space

2001-03-15 Thread Lanny R. Udey

If you cache a lot of your pages like we do, then getting rid of the white space is a 
big savings. This is particularly true if you have a lot of people accessing your 
pages through modems via AOL etc. The saving on download time on a 33 Kbs modem is 
substantial. We cut page sizes down from 40 K to 8K and that is after we used all the 
proper coding techniques.

Lanny Udey
Hofstra University




 [EMAIL PROTECTED] Thursday, March 15, 2001 
Yes agreed, and the other thing that annoys me a little is that with Spectra
(which generates a lot of space, and overheads to any site) some developers
are very quick to incorporate the code to remove the white space etc. But
this throws so much extra processing that it would be better to leave the
whitespace alone.

And I agree that in a very heavy visited site, the less work the server has
to do the better of it is. Sure one could argue that you can just keep
throwing more $'s into the hardware, but why spend unnecessary money when
you don't have too. I mean we have a hard enough time convincing people to
purchase CF as it is without having to turn around and add to the cost's

Just my $0.02 worth:-)

 

-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] 
Sent: 15 March 2001 22:01
To: CF-Talk
Subject: RE: White space


 You raised some good points there, and I agree that it is all down to
 preference. However, text does travel faster than binary files. But if you
 are intent on removing the whitespace, bare in mind that you want to still
 be able to forsee the scalability of the code and the method used
 to create
 the backend.

 For example, with a system that is designed to be portable. Easy to
 maintain, and debug. You couldn't take all the methods listed, to achieve
 this sort of system. You can use these in parts, to help cut down but I
 don't think putting that much load onto the server really warrants a few
 extra k of text.

I'm personally of the opinion that if the server runs the templates faster,
then you can serve more users - if they have to wait a fraction of a second
longer, so what?

I'd rather serve 200 pages a second than 150 (or whatever the figures are)

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Zombo.Com

2001-03-05 Thread Lanny R. Udey

All I get is a never ending Flash page.

Lanny

 [EMAIL PROTECTED] Monday, March 05, 2001 
Found a very useful cold fusion site at www.zombo.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Which version of MDAC is best with Cold Fusion 4.5.1

2001-02-28 Thread Lanny R. Udey

What about 2.6a?

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, February 28, 2001 
 Always get the latest mdac which is at version 2.6 right now. Just go to
 microsoft.com, select download, select keyword and w2k and type in "mdac"
 and you see the link for it. It's about a 5mb download.

If you're running clustered SQL Server, then definitely don't go to 2.6 - it
breaks all connectivity with the servers

2.5RTM is more stable

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Manager of Support

2001-02-27 Thread Lanny R. Udey

Anyone know who the Manager of Support is at Allaire.

Thanks
Lanny Udey
Hofstra University


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: FTP clients

2001-02-27 Thread Lanny R. Udey

Hi,

It's probably not what you are looking for but we use the Cisco 11000 smart content 
switch (was Arrowpoint) for this exact reason. It keeps track of what is on the 
staging server and, using a publish subscribe model, copies anything new to the 
production servers while taking them out of rotation. Works great.

I don't know of any any other FTP program that does this. Would be interested though.

Lanny Udey
Hofstra University


 [EMAIL PROTECTED] Tuesday, February 27, 2001 
I apologise that this is sought of OT'sh so if anyone has any suggestions
please email me of the list.

Our web site has grown so big that we face huge upload times each time we
regenerate. The FTP client we use can only check if a file has changed by
comparing file size. This is unreliable. Comparing date and time stamps seem
to be the way to go but when you write a file to the server it takes on the
date and time stamp of the destination server. We need an FTP client with
some intelligence that addresses this problem so that only changed files are
reliably uploaded.

Can anyone advise if they use a FTP client that addresses this issue and
what it is?

TIA!



+
Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED] 

www.workcover.com 

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287

+



This e-mail is intended for the use of the addressee only. It may contain
information that is protected by legislated confidentiality and/or is
legally privileged. If you are not the intended recipient you are prohibited
from disseminating, distributing or copying this e-mail. Any opinion
expressed in this e-mail may not necessarily be that of the WorkCover
Corporation of South Australia. Although precautions have been taken, the
sender cannot warrant that this e-mail or any files transmitted with it are
free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any copies.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Lanny R. Udey

This is the kind of thing that Netscape was trying to do with LiveConnect. However, as 
we know the W3C didn't think much of this as a standard so it didn't go anywhere. You 
could do some pretty cool things with it though.

Lanny Udey
Hofstra University

 [EMAIL PROTECTED] Wednesday, February 21, 2001 


When we 'all' work for Allaire

But really, how would this be pulled off?  CF generates the HTML,
spits it to HTTP,
it then appears magically in the users browser, which is when the DOM
is available.
At this point CF 'ain't talkin no more'!  A client side plugin of
sorts would be needed, correct?



Cheers!
--
Douglas Knudsen
LTT, that's Leveraged Technologies Team --- These opinions are mine,
ALL MINE.
[EMAIL PROTECTED] 
Got Linux?  http://linuxmall.com 




From: [EMAIL PROTECTED] AT INTERNET on 02/21/2001 11:38 AM

To:   [EMAIL PROTECTED] AT INTERNET@CCMAIL
cc:(bcc: Douglas Knudsen/ATL/ALLTELCORP)

Subject:  Allarie/Macromedia ColdFusion Feature Suggestion


Proabably a bit late to place this request for 5.0 - but how about
6.0?

Why don't you all make CF capable of grabbing JavaScript variables at
will throu
ghout the page using a function like scriptvar() or jsvar() or
something like th
at? As many people as use ColdFusion together with JavaScript, this
seems like i
t would have
been addressed in version 1.0 - but now we're at 5.0 and still no
mention of bei
ng able to easilly access JavaScript variables via CF.

And no, I don't mean through a form submission, or in the URL or
 anything else -
 I mean mid page I'd like to be able to do something like:

script
colorval=thing.style.backgroundColor
/script

cfoutputYou're using color: #jsvar(colorval)#/cfoutput


Not the best example, but you get the idea. I'm sure it presents
logistical prob
lems since CF is processed on the server and JS on the client, but you
all are b
right folks, surely you can figure this one out :) (please?)

Just my $0.02, thanks for listening!

Joshua Miller
Web Development
Eagle Technologies Group, Inc.
Business Solutions for the Next Generation
www.eagletgi.com 
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cluster Content Synchronization

2001-01-19 Thread Lanny R. Udey

We use your approach with our Spectra App.

We bought the Arrowpoint CSS (Now Cisco 11000) for our load balancing solution since 
it also did exactly what we both want - replicates files and takes the server off-line 
while its doing it. We could not find a software package that could do that.

Lanny Udey
Associate Dean, 
Learning and Information Technology
Hofstra University

 [EMAIL PROTECTED] Thursday, January 18, 2001 
  Hello all,

  I was wondering if someone could share with me their solution to content 
synchronization in cluster environment.  We are in the process of setting up a four 
webserver cluster (all machines are NT 4.0 sp6a, IIS 4.0, CF 4.5 Enterprise, dual 700 
MHz processors, 256 Mbs RAM).  One machine will act as a staging server while the 
other three machines will function as productions servers.  We have an Intel HLB that 
will distribute the traffic from the front.  We are also using Cluster Cats for CF 
application recovery and CF application load balancing. We are NOT using the Cluster 
Cats dynamic IP scheme. 

  Our scenario would use the staging server as the master content manager.  On a 
schedule the staging server would replicate changes to the three production servers. 
My question is .. what software packages have other people used to synchronize web 
content across a CF cluster.  I have looked at a few packages (RepliWeb, SureSync, 
PowerSync) and they all seem to be comparable in functionality.  Does anybody have any 
stories from the field to share?

  Also,  since these are web applications and not static HTML I am wondering if there 
is anyway (programatically) to remove a cluster member while the replication in in 
process.  I am envisioning a scenario where part of my app files are updated and then 
replication fails for some reason.  This would leave my app in a unstable state as all 
of my files are related so that either all should be updated of none of them should be 
updated.  I was thinking that if I could take a member out of the production cluster 
before replication starts and only put it back into the cluster if and only if the 
entire replication scenario completed successfully.

  Thanks in advance for any help in this area.

  Bryan Ziel
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: Netscape 6 and StyleSheets

2000-11-17 Thread Lanny R. Udey

Yes,

This was almost solely where our problems were also.

Lanny

 [EMAIL PROTECTED] Thursday, November 16, 2000 
Although not CF related many of us use stylesheets everyday so I thought
this might save some of you headaches come support time.

Netscape 6 is case sensitve when it comes to style class declarations and
usage. Netscape 4.7 and IE are not case sensitive when it comes to style
class names.

For a dummy text class of:
.TextBlack {text-decoration: none}

span class="TextBlack"Blah/span will work in Netscape 6 and
span class="textblack"Blah/span will not.

I was in shock when Netscape 6 killed my homepage before I found out what's
really going on.

Xing

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
https://secure.houseoffusion.com 

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Netscape 6 out UGH!!!!

2000-11-15 Thread Lanny R. Udey

Hi,

Our observations are similar to Nicks. All of the issue we had with Netscape 6 ended 
up being our not adhering 100% to the standards. Both Netscape 4.X and IE 5 let much 
not-compliant code pass.

To echo others from the list, the compliance CSS and DOM plus bug fixes for things in 
4.X which drove us nuts, is a definate plus not matter what you think of the company 
and product.

But all of this is rather moot since it will be in the hands of millions of surfers. 
You will need to support it whether you like it or not. My recommendation is bite the 
bullet, make the code comply with the standards and you will be none the worse for 
wear - you are going to have to do it sometime.

Lanny Udey
Associate Dean
Learning and Information Technology

 [EMAIL PROTECTED] Wednesday, November 15, 2000 
 I have basic Javascript in my browser that works completely
 fine in Netscape 4.7. Now Netscape 6 comes out and it doesn't
 work, what is up with that.

I think there are a couple of different issues here.

Firstly, the main reason JS written for NN4.7 won't work in
N6 is that NN4.7 is *hideously* non-standards-compliant.
In fact IE 5.x is fairly non-compliant as well, though not
nearly as badly. Whereas N6 does actually try to implement the
W3C Document Object Model. It was always going to be the case
that when W3C DOM-compliant browsers came out - and this is the
first real attempt at that - we would all have to do a lot of
re-coding.

However, the second issue is that Netscape have completely
forked it up and this is a very poor piece of software.

I first hit this issue back in August when some bright spark
at a client of mine told his boss just as they were about to
launch the site, "Hey! Panic! The DHTML doesn't work on
Netscape 6! That consultant must have been writing non-standard
code!" Even after a bit of "re-education", my relationship with
that client is not back to what it was before, and I don't thank
Netscape for that.

Nick


**
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Load/Stress Testing

2000-11-08 Thread Lanny R. Udey

Evan,

We had Allaire come in. They were not cheap, but they did a great job contrary to what 
others on this list have experienced. They saved our behinds.

Lanny Udey
Associate Dean, Learning and Information Technology
Hofstra University

 [EMAIL PROTECTED] Wednesday, November 08, 2000 
I believe Fig Leaf (www.figleaf.com) does this - they did a few months ago.

-Original Message-
From: Evan Lavidor [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 07, 2000 12:41 PM
To: CF-Talk
Subject: Load/Stress Testing


Does anyone have any good suggestions for companies that do load/stress
testing on sites?

I'm not looking for programs a la Microsoft's tools, WebLoad, etc.; I'm
actually looking for a company we can outsource to.

Thanks for the advice.

Evan

--
-=-=-=-=-=-=-=-=-=-
Evan Lavidor
Circle.com Boston
Tel: 617-585-3107
Fax: 617-585-3091
-=-=-=-=-=-=-=-=-=-



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Any web-based message board software that can do this?

2000-09-28 Thread Lanny R. Udey

We are trying out cfboards. It looks pretty good and you can buy the
source licence. Done if 100% fusebox if that is an advantage. It is at
www.cfboards.com


I should note that we haven't run it in production yet though.

I have no affiliation with the company.

Lanny Udey
Hofstra University

 Mike Connolly [EMAIL PROTECTED] Thursday, September 28,
2000 
Have you looked at Allaire Forums?

It'll support most of your requirements.

I'm unsure about limitations on the application.


 -Original Message-
 From: Lawrence B. Afrin, M.D. [SMTP:[EMAIL PROTECTED]] 
 Sent: 28 September 2000 04:30
 To:   CF-Talk
 Subject:  Any web-based message board software that can do this?
 
 This is a multi-part message in MIME format.
 --CD01BFD9EB790CB195C41678
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Howdy --
 
 I have been looking for (preferably but not necessarily commercial)
 web-based message board software that meets certain specific
 requirements.  I have looked at more than 20 packages but still have
 come up empty-handed.  If anybody knows of any packages that can
meet
 these requirements, I'd sure appreciate it if you would clue me in.
 
 1) Supports an essentially unlimited number of forums and users
 (approximately 250,000 new forums and users will be created each
year).
 2) Because of (1), pricing must be either a flat (reasonable ;-) fee
for
 unlimited use, or literally no more than a few pennies per forum
and/or
 user.
 3) Web-based *and* programmatic interfaces for creating new forums,
new
 users, and assigning permissions for users to access forums and for
 subscribing users to forums.
 4) E-mail notification of a forum's subscribed users that a new
message
 has been posted to the forum; the e-mail must contain a URL that
will
 get a subscribed user *directly* to the new message (after the
user's
 userid/password have been entered), not just to the forum's listing
of
 messages.  It is imperative that the e-mail notification *not*
contain
 the actual forum posting.
 5) Although this should be transparent to the package, it's an
absolute
 requirement so I'll mention it anyway: all sessions with the
web-based
 message board must be in secure (SSL, https://...) mode.
 6) Access to any forum requires user authentication.  Default
 authentication mechanism can be internal, but hooks must be present
to
 allow external user authentication mechanism if desired.
 7) There must be hooks to allow external processing every time a
message
 is posted to any forum.
 8) Postings can be made to a forum via the web or e-mail.
 9) Full audit trail of *all* activity throughout the message board,
 preferably with audit trail reporting and analysis tools included.
 10) Front-end (i.e., design of the web pages seen by the user) must
be
 customizable by the system administrator.  Customizability need only
 apply to the look and feel of the overall site, not necessarily to
the
 individual forum/user.
 
 Thanks for any help you can provide!
 
 -- Larry Afrin, M.D.
Medical University of South Carolina
[EMAIL PROTECTED] 
 
 
 --CD01BFD9EB790CB195C41678
 Content-Type: text/x-vcard; charset=us-ascii;
  name="afrinl.vcf"
 Content-Transfer-Encoding: 7bit
 Content-Description: Card for Lawrence B. Afrin, M.D.
 Content-Disposition: attachment;
  filename="afrinl.vcf"
 
 begin:vcard 
 n:Afrin, M.D.;Lawrence
 tel;fax:843-792-3200
 tel;work:843-792-4271
 x-mozilla-html:FALSE
 org:Hollings Cancer Center and the Division of Hematology/Oncology,
 Medical University of South Carolina
 version:2.1
 email;internet:[EMAIL PROTECTED] 
 title:Assistant Professor of Medicine
 adr;quoted-printable:;;Division of Hematology/Oncology,
CSB903=0D=0AP.O.
 Box 250623, 96 Jonathan Lucas Street;Charleston;SC;29425;USA
 x-mozilla-cpt:;0
 fn:Afrin, M.D., Lawrence
 end:vcard
 
 --CD01BFD9EB790CB195C41678--
 

--
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
 To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
 send a message to [EMAIL PROTECTED] with
'unsubscribe' in
 the body.


---
Any opinions expressed in this message are those of the individual and
not necessarily the company.  This message and any files transmitted
with it are confidential and solely for the use of the intended
recipient.  If you are not the intended recipient or the person
responsible for delivering to the intended recipient, be advised that
you have received this message in error and that any use is strictly
prohibited.

Sapphire Technologies Ltd
http://www.sapphire.net 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a 

Re: Verity on a cluster

2000-08-19 Thread Lanny R. Udey

Here is what Allaire recommended to us for our Spectra Cluster.

Note the machine that has the collections on it, has to have CF
installed and running.

__

You can change the # of servers to suit your needs.  


This assumes 3 CF servers and one additional server where the
collections
will reside (all in the same Windows NT Domain).

To move the verity collections:

1. Set up CF and Spectra and your app on the 3 CF servers (which
basically
has already happened).
2. Move the c:\cfusion\verity\collections folder from one of the
machines to
a share on the 4th server.
3. Change all the ColdFusion Services so they are starting up as a user
that
has appropriate rights to access the Verity folder on the 4th server
machine.  Restart all CF services as this new user.
4. On each machine, go into CF Administrator and into the Verity tab. 
Write
down the names of all the Verity Collections (including the ones that
have a
UUID as a name).
5. Delete each collection.
6. Type in the name of the collection, click the "Map and Existing
Collection" button and put the UNC path to the verity folder (NOT
including
the folder name).  Repeat for all the collection names.

After you do this for all the servers, all three machines should be
able to
search the collections.  You should designate one machine as the
Verity
updating machine.
Regards,

Peter Reese
Technical Support Engineer
Allaire Corporation
[EMAIL PROTECTED] 

___

 "John J. Kirker" [EMAIL PROTECTED] Saturday, August
19, 2000 
Hi all,

We've got a couple clusters running and were wondering if anyone has
any
experience working with Verity on a clustered solution

Thanks,
John


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Milking every last drop of CF performance...

2000-07-26 Thread Lanny R. Udey

We are running clustered, 
2 CPU
2Gig RAM
Mirrored C and D Raid 1 drives for OS and swap
Fiber Channel attached RAID 5 array for data
All disks are 10K RPM

Database on separate server.

We also apply all the OS, IIS and CF tuning parameters recommended by
Allaire.

This is a Spectra site we are developing.

Lanny Udey
Hofstra University

 Mooner Ent [EMAIL PROTECTED] Tuesday, July 25, 2000 
This is a multi-part message in MIME format.

--=_NextPart_000_0007_01BFF64A.39EEFE40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello,
=20
A large corporation has asked me to architect build them portal for a
=
continent, and I accepted :-). The platform will be Win2000, CF 4.5.1
=
and SQL 7.
=20
It is my personal mission to contribute to the destruction of the myth
=
that CF won't scale or handle an enterprise level application. With
that =
in mind, I'm looking for every possible way to increase performance =
since small increases become big on a large scale.
=20
So to the point, I have a couple scenarios for server hard disk =
configuration for the Cold Fusion boxes. The images and the databases
=
will live on their own machines.=20
=20
Please weigh in with your thoughts, comments and scenario choice.
=20
SCENARIO 1:
1 hard drive (10,000 rpms  SCSI)
1 NTFS partition c: WINNT  CFUSION  pagefile  .cfm files.
2 cpus  1 gig of ram
=20
=20
SCENARIO 2:
1 hard drive (10,000 rpms  SCSI)
4 NTFS partitions: c: WINNT d: CFUSION e: pagefile f: .cfm files
2 cpus  1 gig of ram
=20
=20
SCENARIO 3:
2 hard drives (10,000 rpms  SCSI)
2 NTFS partitions drive one c: WINNT d: pagefile
2 NTFS partitions drive two c: CFUSION d: cfm files
2 cpus  1 gig of ram
=20
=20
SCENARIO 4:
4 hard drives (2 5600  2 10,000 rpms  SCSI)
1 NTFS partitioned 5600 drive c: WINNT
1 NTFS partitioned 5600 drive c: pagefile
1 NTFS partitioned 10K drive c: CFUSION
1 NTFS partitioned 10K drive c: cfm files.
2 cpus  1 gig of ram
=20
=20
SCENARIO 5:
Your combination here
=20
=20
TIA,
=20
Rick
=20


--=_NextPart_000_0007_01BFF64A.39EEFE40
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ffFONT face=3DArial =
size=3D2Hello,BRnbsp;BRA large=20
corporation has asked me to architect build them portal for a
continent, =
and I=20
accepted :-). The platform will be Win2000, CF 4.5.1 and SQL =
7.BRnbsp;BRIt=20
is my personal mission to contribute to the destruction of the myth
that =
CF=20
won't scale or handle an enterprise level application. With that in =
mind, I'm=20
looking for every possible way to increase performance since small =
increases=20
become big on a large scale.BRnbsp;BRSo to the point, I have a =
couple=20
scenarios for server hard disk configuration for the Cold Fusion boxes.
=
The=20
images and the databases will live on their own machines. =
BRnbsp;BRPlease=20
weigh in with your thoughts, comments and scenario =
choice.BRnbsp;BRSCENARIO=20
1:BR1 hard drive (10,000 rpms amp; SCSI)BR1 NTFS partition c:
WINNT =
amp;=20
CFUSION amp; pagefile amp; .cfm files.BR2 cpus amp; 1 gig of=20
ramBRnbsp;BRnbsp;BRSCENARIO 2:BR1 hard drive (10,000 rpms =
amp;=20
SCSI)BR4 NTFS partitions: c: WINNT d: CFUSION e: pagefile f: .cfm =
filesBR2=20
cpus amp; 1 gig of ramBRnbsp;BRnbsp;BRSCENARIO 3:BR2 hard =
drives=20
(10,000 rpms amp; SCSI)BR2 NTFS partitions drive one c: WINNT d:=20
pagefileBR2 NTFS partitions drive two c: CFUSION d: cfm filesBR2 =
cpus amp;=20
1 gig of ramBRnbsp;BRnbsp;BRSCENARIO 4:BR4 hard drives (2
5600 =
amp; 2=20
10,000 rpms amp; SCSI)BR1 NTFS partitioned 5600 drive c: WINNTBR1
=
NTFS=20
partitioned 5600 drive c: pagefileBR1 NTFS partitioned 10K drive
c:=20
CFUSIONBR1 NTFS partitioned 10K drive c: cfm files.BR2 cpus amp; 1
=
gig of=20
ramBRnbsp;BRnbsp;BRSCENARIO 5:BRYour combination=20
hereBRnbsp;BRnbsp;BRTIA,BRnbsp;BRRickBRnbsp;BR/FON=
T/BODY/HTML

--=_NextPart_000_0007_01BFF64A.39EEFE40--



__

Do You Yahoo!?

Talk to your friends online with Yahoo! Messenger.

http://im.yahoo.com 

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Stripping tags from content

2000-07-23 Thread Lanny R. Udey

There is a tag called cf_tagstripper in the Developer exchange wihich
should do the trick.

Lanny Udey
Hofstra University

 Eric Dawson [EMAIL PROTECTED] Sunday, July 23, 2000 
Not sure what to do.

How do I strip all tags BUT form tags from some cfhttp content.

Example:
cfhttp url=somesite.com

start=first form
end - /form
content = trim(filecontent)

Now I need to strip all non form tags.

Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Remove HTML Tags

2000-06-22 Thread Lanny R. Udey

There is a cf_tagstripper  (I believe that is the name) in the
Developer's Exchange at the Allaire site.

Lanny

 Robert Everland [EMAIL PROTECTED] Thursday, June 22, 2000

Is there any way to take out all of the html tags that are
displayed. I have a verity search I am working on and would rather it
not
show any tags in the summary.

Robert Everland III
Web Developer
Dixon Ticonderoga
--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF logins, authenticate against Novell NDS???how?

2000-06-01 Thread Lanny R. Udey

Don't forget LDAP with NDS. With NDS8 and CF 4.5 it is blazingly fast
and 4.5 supports SLDAP for security.

Lanny


 Larry Meadors [EMAIL PROTECTED] Wednesday, May 31, 2000 
We've used NDS for NT and basic authentication. That works pretty well
because the NDS users get replicated as NT users. Easy to set up too.

With CF 4.5's enhancements to cfheader, you can really use any data
source to do basic authentication. We're also looking into using
Novell's ODBC driver for NDS and there's also an ActiveX control that
might work. Note: ODBC and ActiveX are not supported with CF by Novell
(translation: "If it works, great, but if it doesn't, tough.").

There are also some JAVA classes from Novell that are supposed to work
with the NDS. You might be able to use them (potentially from a cfx) to
create other authentication schemes. 

Fun fun fun!

Larry

 [EMAIL PROTECTED] 05/31/00 08:45AM 
Does any one have any info on how to use NDS to build in a login to a
cf
app?

My maneger wants me to start  working with real authenticated user
info, 
instead of just Data that i have enterd into a mdb.

i dont really know where to start.

any Guidence would be wonderful!


--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarlistsbodylists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Multiple attributes in an LDAP Filter

2000-05-29 Thread Lanny R. Udey

This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.

--Boundary_(ID_J308I14lNzfbT64WoFqDOA)
Content-type: text/plain; charset=US-ASCII
Content-disposition: inline
Content-transfer-encoding: 7BIT

Hi,

I have an LDAP query and want to filter on two attributes; sn and
givenName. I can get each to work seperately but when I combine then as
per the documentation, I get no results at all even though both worked
alone and retreived the same record.

The syntax I am using is:

filter="sn=#var1#,givenName=#var2#"

I have tried different combinations of attributes but whenever I have
two I get no results returned.

Does anyone know if this is a bug?

Thanks



Lanny Udey
Associate Dean
Learning and Information Technology
Hofstra University
(516)463-5163
[EMAIL PROTECTED]

--Boundary_(ID_J308I14lNzfbT64WoFqDOA)
Content-type: text/x-vcard; NAME="Lanny R. Udey.vcf"
Content-disposition: attachment; filename="Lanny R. Udey.vcf"
Content-transfer-encoding: 7BIT

BEGIN:VCARD
VERSION:2.1
X-GWTYPE:USER
FN:Udey, Lanny R.
TEL;WORK:3-5163
ORG:;Computer Cntr-academic
TEL;PREF;FAX:3-5380
EMAIL;WORK;PREF;NGW:ACCLRU
N:Udey;Lanny R.
TITLE:Assoc Dean Learning 
X-GWUSERID:ACCLRU
END:VCARD


--Boundary_(ID_J308I14lNzfbT64WoFqDOA)--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Inline html editor

2000-03-30 Thread Lanny R. Udey

Hi,

Now that the Mac IE 5.0 is out has anyone hacked Spectra to recognize
this browser to see if the DHTML editor works in it. From what we have
seen, it is pretty close to the Win version. This is something that a
lot of people have been clamoring for (including us).

Lanny Udey
Hofstra University

 "Raymond K. Camden" [EMAIL PROTECTED] Wednesday,
March 29, 2000 
It seems like you were lied to, or a mistake was made. I prefer to
think the
presenter made a mistake - it happens. Of course, by definition,
CFA_HTMLEditor does _work_ in Netscape, ie, it doesn't throw an
error, but
you don't get the fancy DHTML stuff.

You are correct, of course, that someone could build such a tool that
would
work in both Netscape and IE.

===
Raymond Camden, Webmaster of the Death Clock  (www.deathclock.com)
Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
Allaire Certified Instructor and Member of Team Allaire

Email   : [EMAIL PROTECTED] 
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


 -Original Message-
 From: Judah McAuley [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, March 29, 2000 3:37 PM
 To: [EMAIL PROTECTED] 
 Subject: Re: Inline html editor


 At 03:19 PM 3/29/00 -0500, you wrote:
 Are you saying you got cfa_htmleditor to work in netscape?

 No, I'm saying that I was told that it worked.  I didn't do
 anything, I sat
 and watched the people demonstrating do things.  I was also saying
that,
 with creative use of javascript to tweak the DOM, you *should* be
able to
 make a tool such as cfa_htmleditor work under Netscape.  It is
entirely
 possible that I was lied to, and it doesn't work under Netscape.
 Wouldn't
 be the first time I was lied to by presenters.

 Judah

 --
 
 Archives: http://www.eGroups.com/list/cf-talk 
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf 
 _talk or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.