Re: [AOLSERVER] aolserver documentation

2001-05-01 Thread Tony Wells
That was me. :-) I just ran etags on the aolserver source and M-. in emacs, very cool. The worst part of looking at source was trying to find where stuff is defined -- but no more! Jerry Asher wrote: AOLserver itself is a very clean piece of code. I know it sucks to say, read the code, but

[AOLSERVER] [ aolserver-Bugs-420469 ] ns_menu and ns_cport

2001-05-01 Thread Mr. Source Forge
Bugs item #420469, was updated on 2001-05-01 08:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=420469group_id=3152 Category: Other: Documentation Group: documentation Status: Open Resolution: None Priority: 5 Submitted By: Robert Parker (rparker9)

[AOLSERVER] [ aolserver-Bugs-420472 ] nsv_* not listed in Function Categories

2001-05-01 Thread Mr. Source Forge
Bugs item #420472, was updated on 2001-05-01 08:33 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=420472group_id=3152 Category: Other: Documentation Group: documentation Status: Open Resolution: None Priority: 5 Submitted By: Robert Parker (rparker9)

[AOLSERVER] [ aolserver-Bugs-420473 ] ns_eval is not obsolete

2001-05-01 Thread Mr. Source Forge
Bugs item #420473, was updated on 2001-05-01 08:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=420473group_id=3152 Category: Other: Documentation Group: documentation Status: Open Resolution: None Priority: 5 Submitted By: Robert Parker (rparker9)

[AOLSERVER] [ aolserver-Bugs-420474 ] ns_socklistencallback

2001-05-01 Thread Mr. Source Forge
Bugs item #420474, was updated on 2001-05-01 08:40 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=420474group_id=3152 Category: Other: Documentation Group: documentation Status: Open Resolution: None Priority: 5 Submitted By: Robert Parker (rparker9)

Re: [AOLSERVER] how do nsodbc users implement transactions?

2001-05-01 Thread Ian Harding
I would love to hear more about this driver that lets you access SQL Server 7 data. I am migrating to a NetBSD box and would like to have access to the SQL Server 7 database until it is migrated to postgresql. As far as transactions, I am currently using nsodbc on a Win32 box to talk to SQL

Re: [AOLSERVER] AOLServer+ACS+Java = AOLServer+TCL?

2001-05-01 Thread ricard helene
I don't want to get into a debate about the state of the internet or validity of a particular technology, but I really hope your wrong... As I've probably said in a message on here before -- you use the tools for the job. Most websites available to the average internet user are relatively

Re: [AOLSERVER] Permissions

2001-05-01 Thread Jerry Asher
I think you have two choices: Servers and browsers can cooperate on authentication using RFC2616 14.8. In this style, your server returns a 401 challenge to the browser and in response the browser (typically) tosses up a dialog box: username and password. From then on, all requests between

[AOLSERVER] [ aolserver-Bugs-420579 ] AWOL: the database driver appendix

2001-05-01 Thread Mr. Source Forge
Bugs item #420579, was updated on 2001-05-01 15:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=420579group_id=3152 Category: Other: Documentation Group: documentation Status: Open Resolution: None Priority: 5 Submitted By: Jerry Asher (jerryasher)

Re: [AOLSERVER] No executing of TCL files

2001-05-01 Thread Stephen Morley
I'm moving my AOL server from one machine to another and find that I can't execute TCL files in the page root. I have attached the entire .ini file that I'm using which is a simplified version of the complete one. I would appreciate if someone could explain why this might not work. It servers

Re: [AOLSERVER] AOLServer+ACS+Java = AOLServer+TCL?

2001-05-01 Thread Jim Davidson
Hello, AOLserver is currently maintained by my technology group within AOL. Our priority is supporting AOL's local products and services including Digital City, MapQuest, and Moviefone. We use AOLserver for much of our work and, to the extent possible given limited resources, will continue to

Re: [AOLSERVER] What parts of the ns_* API do you use the most?

2001-05-01 Thread Jim Davidson
In a message dated 4/30/2001 8:58:36 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: On 2001.04.30, Jim Davidson [EMAIL PROTECTED] wrote: [ ... ns_stats, command traces, nsd/tclstats.c, etc. ... ] I removed this from 4.x because it was being used much and requred an undocumented,

Re: [AOLSERVER] aolserver documentation

2001-05-01 Thread Lamar Owen
Kris Rehberg wrote: Rather than having the entire list membership share their opinion over and over that the documentation sucks, please join us and submit corrections to the Bug Tracker, Category: Other:Documentation, Group: documentation:

Re: [AOLSERVER] aolserver documentation

2001-05-01 Thread Dossy
On 2001.05.01, Lamar Owen [EMAIL PROTECTED] wrote: So, Kris, the 'entire list membership' doesn't feel that way. While everything can stand improvement (and I have seen some improvement in various areas in the last little while), the documentation could be much worse. I also don't feel that

Re: [AOLSERVER] POSTing from TCL

2001-05-01 Thread macky
i had the same problem once.. my solution to that is to get the first page as in get the pure html code (Meaning no % %) then combine the form's data and html code using bt_mergepiece then do puts or ns_puts (if you posted to an adp page) to the returned value of bt_mergepiece... note if you