Re: [AOLSERVER] TDOM and OSX

2007-02-21 Thread John Divney
/aolserver/lib --prefix=/usr/local/aolserver --with-aolserver=/usr/local/aolserver That'll fix your issue. On Feb 21, 2007, at 12:48 PM, John Divney wrote: Hi, I am having trouble w/ tdom on OS X. I am able to run make/make install w/out issue. This copies

[AOLSERVER] How to determine adp that does inclusion

2004-01-28 Thread John Divney
Hello, Lets say i have a page called index.adp and this includes a file called foo.adp But I also have a processing.adp page that can also include foo.adp Is there any way in foo.adp to know what page included it ? ie either the processing.adp or the index.adp page ? Thanks ! divney -- AOLserver

Re: [AOLSERVER] How to determine adp that does inclusion

2004-01-28 Thread John Divney
Hello, I think I asked this wrong. I am not concerned w/ processing foo.adp 2x. I need to do that. What I am looking for is for foo.adp to know that index.adp or processing.adp included it, so I can alter the code in foo.adp based on what page includes it. thx divney At 11:43 AM 1/28/04 -0500,

[AOLSERVER] ns_db gethandle and Connections param

2002-09-04 Thread John Divney
The Connections params for nsd.tcl If I have this set to 20, and I call ns_db gethandle and the db times outs or does not return a handle, is it true that AOLServer will continue to call ns_db gethandle until it gets a handle, but will ignore this param and try to get more than 20 connections ?

[AOLSERVER] ns_returnfile

2001-10-03 Thread John Divney
Hi, I have a page that POST's back to itself. I then want to return a .exe file to the user, but the Save As dialog box keeps putting the file name in there instead of the .exe file name. I tried Jerry Asher's suggestion from a previous post, set outputheaders [ns_conn outputheaders] ns_set

[AOLSERVER] Double Clicking

2001-09-19 Thread John Divney
Hello, Does anyone have any advice on how to prevent users from double clicking form buttons. Using either JavaScript or TCL. I am posting form data to an adp page that calls a TCL function to process the data. Depending on the time it takes to return from processing the data, my logs are

[AOLSERVER] Triple DES Encryption

2001-07-23 Thread John Divney
Hello, Not being that familiar with encryption, do there exist AOLServer TCL commands to handle Triple DES encryption ? I am thinking maybe via OpenSSL or ns_openssl, but I am not sure. I think I may have found a way to do this in Perl, but would rather do so in TCL. Thanks !! divney

Re: [AOLSERVER] Triple DES Encryption

2001-07-23 Thread John Divney
From what I understand I would be needing to encrypt the data (text string) with 3DES and then I would put this encrypted string at the end of a HTTPS URL. The receiving end would then decrypt and use the text string. Would nsopenssl do this ? divney At 01:33 PM 7/23/01 -0400, Scott Goodwin

[AOLSERVER] ns_geturl ns_httpget ns_httpopen

2001-06-06 Thread John Divney
Hi, These two procs don't seem to be able to open up HTTPS URL's. Is there a way around this ? Thanks ! divney