Re: [AOLSERVER] how do I

2008-03-20 Thread Jim Davidson
There's an "ns_internalredirect" Tcl command which calls the Tcl_ConnRedirect C function -- maybe that does the right thing. I suppose you could also use "ns_register_adp" to map the URL to an ADP file instead of using "ns_register_proc" -- the ADP could then do the login and include g

Re: [AOLSERVER] how do I

2008-03-20 Thread Titi Alailima
rt Seeger Sent: Wednesday, March 19, 2008 11:08 PM To: AOLSERVER@LISTSERV.AOL.COM Subject: Re: [AOLSERVER] how do I I've never been fond of the fact that AOLServer has no "internal redirect" mechanism. Rob Seeger Xavier Bourguignon wrote: Thanks Don and Darren, I will look at the info

Re: [AOLSERVER] how do I

2008-03-20 Thread Dossy Shiobara
On 2008.03.20, Xavier Bourguignon <[EMAIL PROTECTED]> wrote: > Maybe I could create a new procedure (lets call it serve_page for our > discussion purpose), this procedure would parse the adp file I need to > display and append its result to the output buffer. Maybe there is > already something like

Re: [AOLSERVER] how do I

2008-03-20 Thread Xavier Bourguignon
Just to update you guys, and I am sure you know this already but I want to make sure this is correct and that there isn't a better way of doing this. Everytime I call the ns_returnredirect, it seems that the server is in fact processing another request, so I end up having my original request to the

Re: [AOLSERVER] how do I

2008-03-19 Thread Robert Seeger
Honestly, I have... but something like "ns_adp_forward" really should be built in. Rob Seeger Don Baccus wrote: On Mar 19, 2008, at 8:08 PM, Robert Seeger wrote: I've never been fond of the fact that AOLServer has no "internal redirect" mechanism. You can implement your own, in Tcl. We

Re: [AOLSERVER] how do I

2008-03-19 Thread Michael A. Cleverly
On Wed, Mar 19, 2008 at 9:08 PM, Robert Seeger <[EMAIL PROTECTED]> wrote: > > I've never been fond of the fact that AOLServer has no "internal redirect" > mechanism. > > Rob Seeger Rob Mayoff had a small C extension for AOLserver 3.x that included an internal redirect mechanism; I wouldn't be su

Re: [AOLSERVER] how do I

2008-03-19 Thread Michael A. Cleverly
On Wed, Mar 19, 2008 at 11:35 PM, Michael A. Cleverly <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 9:08 PM, Robert Seeger > <[EMAIL PROTECTED]> wrote: > > > > I've never been fond of the fact that AOLServer has no "internal redirect" > > mechanism. > > Rob Mayoff had a small C extensi

Re: [AOLSERVER] how do I

2008-03-19 Thread Don Baccus
On Mar 19, 2008, at 8:08 PM, Robert Seeger wrote: I've never been fond of the fact that AOLServer has no "internal redirect" mechanism. You can implement your own, in Tcl. We have one in OpenACS, but it's tied slightly to our way of mapping URLs to paths, and our template engine. But

Re: [AOLSERVER] how do I

2008-03-19 Thread Robert Seeger
I've never been fond of the fact that AOLServer has no "internal redirect" mechanism. Rob Seeger Xavier Bourguignon wrote: Thanks Don and Darren, I will look at the info. I just find it strange that I have to REDIRECT to another url, to me redirect means to go away from the current context to

Re: [AOLSERVER] how do I

2008-03-18 Thread Xavier Bourguignon
I see, ok, i'll get on with it. Cheers everyone On 18/03/2008, Don Baccus <[EMAIL PROTECTED]> wrote: > On Mar 18, 2008, at 12:39 PM, Xavier Bourguignon wrote: > > > Thanks Don and Darren, I will look at the info. > > I just find it strange that I have to REDIRECT to another url, to me > > redi

Re: [AOLSERVER] how do I

2008-03-18 Thread Don Baccus
On Mar 18, 2008, at 12:39 PM, Xavier Bourguignon wrote: Thanks Don and Darren, I will look at the info. I just find it strange that I have to REDIRECT to another url, to me redirect means to go away from the current context to go to another, usually another domain, but i may be wrong and my unde

Re: [AOLSERVER] how do I

2008-03-18 Thread Don Baccus
On Mar 18, 2008, at 12:26 PM, Xavier Bourguignon wrote: Ok, but what do I do if they do exist? How do I say to aolserver that I want to serve the menu.adp file? If { ...login ok ... } { ns_returnredirect someplace-interesting } Maybe I'm missing something ... -- AOLserver - http://www.

Re: [AOLSERVER] how do I

2008-03-18 Thread Xavier Bourguignon
Thanks Don and Darren, I will look at the info. I just find it strange that I have to REDIRECT to another url, to me redirect means to go away from the current context to go to another, usually another domain, but i may be wrong and my understanding needs to be revised. Thanks On 18/03/2008, Xavi

Re: [AOLSERVER] how do I

2008-03-18 Thread Xavier Bourguignon
Ok, but what do I do if they do exist? How do I say to aolserver that I want to serve the menu.adp file? Thank you On 18/03/2008, Don Baccus <[EMAIL PROTECTED]> wrote: > On Mar 18, 2008, at 11:25 AM, Xavier Bourguignon wrote: > > > > > > I have a URL mapped to a Tcl procedure like this: ns_reg

Re: [AOLSERVER] how do I

2008-03-18 Thread Darren Ferguson
You could use ns_returnredirect if they do not exist redirect back to the login page, if they do exist then do not do the redirect. Respectfully, Darren Ferguson Xavier Bourguignon wrote: Hi everybody. You must be sick of seeing my questions on this mailing list, but I promise that I would no

Re: [AOLSERVER] how do I

2008-03-18 Thread Don Baccus
On Mar 18, 2008, at 11:25 AM, Xavier Bourguignon wrote: I have a URL mapped to a Tcl procedure like this: ns_register_proc POST /login login in my adp page called index.adp I have this: username: password: In one of my Tcl file, I have a procedure called login. This procedure ge

[AOLSERVER] how do I

2008-03-18 Thread Xavier Bourguignon
Hi everybody. You must be sick of seeing my questions on this mailing list, but I promise that I would not be asking them if I could find some good documentation that made sense. I am not saying the existing doc is rubbish, on the contrary, it is good, but I guess it is lacking in content for the

[AOLSERVER] How do I run an intialisation script?

2003-08-28 Thread Sean Duddy
Hi, I want to run an initialisation tcl script in AOL Server prior to the server accepting http requests. How is this best achieved? Sean. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER

Re: [AOLSERVER] How do I stop the AOLserver?

2002-07-15 Thread Brian Fenton
Type the following to see what's running on port 80: netstat --inet -an |grep 80 Remember you need to be root to grab port 80. Brian -Original Message- From: Glen Lee Edwards [mailto:[EMAIL PROTECTED]] Sent: 15 July 2002 05:38 To: [EMAIL PROTECTED] Subject: [AOLSERVER] How do I

Re: [AOLSERVER] How do I stop the AOLserver?

2002-07-14 Thread Peter M. Jansson
gic is required for daemontools. Pete. On Sun, 14 Jul 2002, Glen Lee Edwards wrote: > I need to shut down the AOLserver. How do I do it? I tried kill , > which removed it from the active process list, but I was unable to bind > to the IPaddress:port, leaving me with the impression that

[AOLSERVER] How do I stop the AOLserver?

2002-07-14 Thread Glen Lee Edwards
I need to shut down the AOLserver. How do I do it? I tried kill , which removed it from the active process list, but I was unable to bind to the IPaddress:port, leaving me with the impression that some process is still running. Glen

Re: [AOLSERVER] how do i unsubscribe

2002-05-28 Thread Simon Millward
-msg.net Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of OpenMSG Ltd. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 1:35 PM Subject: [AOLSE

[AOLSERVER] how do i unsubscribe

2002-05-28 Thread Timberbend
how do i get off this list. the language is totally foreign to me.

Re: [AOLSERVER] How do I connect remotely to Oracle using ora8.so?

2001-09-01 Thread Keith Paskett
I did this once a long time ago. IIRC you set the datasource parameter to the oracle oid 'test.world' in your case. On Sat, Sep 01, 2001 at 08:44:24PM -0500, Sanjivendra Nath wrote: > There are two parameters to specify in the config.tcl file: > > User > Password > > This works fine when oracle

Re: [AOLSERVER] How do I connect remotely to Oracle using ora8.so?

2001-09-01 Thread Ariel E. CarnĂ¡
ase Ariel. ___ Ariel E. CarnĂ¡ Buenos Aires - ARGENTINA e-mail: [EMAIL PROTECTED] - Original Message - From: "Sanjivendra Nath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 01, 2001 10:44 PM Subject: [AOLSERVER] How do I connect remotely to

[AOLSERVER] How do I connect remotely to Oracle using ora8.so?

2001-09-01 Thread Sanjivendra Nath
There are two parameters to specify in the config.tcl file: User Password This works fine when oracle is installed on the same box as the webserver. When I try to connect to Oracle on another box, I set [EMAIL PROTECTED], where test.world is defined in the oracle tnsnames.ora This still looks

Re: [AOLSERVER] How do I not make a patch too big?

2001-07-18 Thread Dossy
On 2001.07.18, Jerry Asher <[EMAIL PROTECTED]> wrote: > Is there some magical technical solution? How do other developers or > projects handle such things? > > (Please no comments about not making big/broad patches in the future. > Sometimes, it just doesn't seem possible to take big additions of

[AOLSERVER] How do I not make a patch too big?

2001-07-18 Thread Jerry Asher
I'm trying to bring the nsvhr/nsunix patches up to speed with AOLserver 3.3 and 3.4 and eventually AOLserver 4.0. It's a pretty big group of changes: some core issues were fixed in nsd/drv.c, nsunix/nsunix.c, nsvhr/nsvhr.c, and nssock/sock.cpp. These changes take what's broken and fix it. There'