[AOLSERVER] TCL namespaces/packages in AOLserver

2001-04-19 Thread Tomasz Kosiak
I refer in this post to AOLserver branch nsd_v3_r3_p0 at SourceForge which has some bugfixes to TCL namespace mechanism (when compared to AOLserver 3.2). For details see: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/aolserver/aolserver/tcl/Attic/namespace.tcl?only_with_tag=nsd_v3_r3_p0&hideatti

Re: [AOLSERVER] Objectifying AOLserver

2001-05-09 Thread Tomasz Kosiak
On Tue, 8 May 2001, Zoran Vasiljevic wrote: > I've objectified the nsv_* interface and have posted a note on this list > for about couple of months ago. Well, nobody seemed interested. ... > Currently, on my server: > % llength [info commands ns_*] > => 162 > > Given a properly coordinated team

Re: [AOLSERVER] FW: ns_returnredirect

2001-05-17 Thread Tomasz Kosiak
On Thu, 17 May 2001, Franclim Bento wrote: [...] > > Anyone has any ideia why is this appening and what's the solution (without > > removing the enctype because I need it :-) ??? In ACS there is ns_returnredirect replacement called ad_returnredirect. It handles this situation the same way as des

Re: [AOLSERVER] nsdci query

2007-10-31 Thread Tomasz Kosiak
On 10/30/07, Damien O'Rourke <[EMAIL PROTECTED]> wrote: > Jim, > > thanks for the info. > Keeping it all in utf-8 makes sense as you say ... so long as you > don't need to access binary files directly with another app. If all > send/receive requests go through the sob it works fine ... I have one >

[AOLSERVER] AOLserver and Tcl Ports to iPhone

2007-10-31 Thread Tomasz Kosiak
FYI: Eric O'Laughlen ported AOLserver and Tcl to iPhone http://velocipeek.com/2007/09/17/iphone-aolserver-and-tcl-ports/ --tkosiak Here is a quote from his blog = http://velocipeek.com/2007/09/21/joggame-server/ Friday, September 21st, 2007 at 5:49 am Joggame Server By eolaughlen Song Of

Re: [AOLSERVER] Google Summer of Code

2008-03-11 Thread Tomasz Kosiak
27;ve founded or worked for dacsystem.pl, zjednoczenie.com, polska.pl or former arena.pl. So I'm vitally interested in exposing Tcl to young talents. 5. Take a look at Google Summer of Code 2008 site (http://code.google.com/soc/2008/), FAQ, etc so we won't miss any requirement from Google this ye

[AOLSERVER] Google Summer of Code 2008 - please take a look at Python

2008-03-11 Thread Tomasz Kosiak
ents - we could do that with Google Groups especially because every mentor is required to have Google Account. I belive that we should set lists which could be reused in the following years unlike Python. Regards Tomasz Kosiak -- AOLserver - http://www.aolserver.com/ To Remove yourself from this

[AOLSERVER] AOLserver/Naviserver in Tcl/Tk Google Summer of Code 2009 effort

2009-03-12 Thread Tomasz Kosiak
/AOLserver/OpenACS/XOTcl and we were given 9 slots which IMHO shows that this is the right direction. We did one AOLserver and one XOTcl project which were somehow OpenACS related. Regards, Tomasz Kosiak -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to

[AOLSERVER] [Tcl/Tk Community] We need *urgent* advertisement among CS students about Tcl in GSoC 2009

2009-03-27 Thread Tomasz Kosiak
Hi! I'm Tomasz Kosiak. This year I have an honor to officially serve as an administrator for Tcl/Tk Community involvement in Google Summer of Code 2009 program. I would like to ask all broad Tcl community members to help us reach students worldwide and encourage them to apply for a s

[AOLSERVER] Even potential GSoC mentors/reviewers should sign into Melange

2009-03-28 Thread Tomasz Kosiak
Hi! If you've been contacted by a student in private about Google Summer of Code or you have contributed to our GSoC 2009 idea list *please* sign in to Melange (web app prepared by Google to handle GSoC 2009). There we mentors can put private comments on student applications, score them, etc. It i

Re: [AOLSERVER] foo.tcl doesn't seem to work

2001-08-23 Thread Tomasz Kosiak
On Wed, 22 Aug 2001, Sanjivendra Nath wrote: > I've installed AOLServer V3.4. > > I think I've setup ora8.so with it. > > Now, I'm trying to test with table-test.tcl that comes standard with the > oracle driver. > > However, the page shows up as just html, including "ns_write" strings. It > seem

Re: [AOLSERVER] Oracle + Aolserver 3.4 charset problems

2001-09-21 Thread Tomasz Kosiak
On Thu, 20 Sep 2001, Toni Vila wrote: > We have recently upgraded our AOLserver 3.0 to AOLServer 3.4 due to the > Auth problem. > > But now we notice some problems with some characters (accents), which on > the previous version did not appear. > > In our Oracle 8.1.6 database, we have the followi

[AOLSERVER] Identifying request handlers

2001-10-08 Thread Tomasz Kosiak
I would like to use mechanisms available in AOLserver (nsd/urlspace.c, nsd/op.c) to define different handlers for different parts of URL tree. I am particulary interested in: - directory aliases (see: http://aolserver.com/docs/cdev/c-app2.htm#14874) - TCL registered procs - registered ADP (see my

Re: [AOLSERVER] Identifying request handlers

2001-10-09 Thread Tomasz Kosiak
On Mon, 8 Oct 2001, Dossy wrote: > On 2001.10.08, Tomasz Kosiak <[EMAIL PROTECTED]> wrote: > > I would like to use these mechanisms to allow independent TCL modules > > to handle parts of URL tree. During request handling I would like to > > identify which TCL module

Re: [AOLSERVER] Access log format bug w/400 (Bad Request) errors

2002-01-14 Thread Tomasz Kosiak
On Sun, 13 Jan 2002, Jim Davidson wrote: > In a message dated 1/12/2002 12:02:57 AM Eastern Standard Time, > [EMAIL PROTECTED] writes: > > > > Date:Fri, 11 Jan 2002 18:49:55 -0800 > > From:Jim Wilcoxson <[EMAIL PROTECTED]> > > Subject: Access log format bug w/400 (Bad Request) errors > >

Re: [AOLSERVER] Unicode, I18N, 3.4.2 / 4.0

2002-03-20 Thread Tomasz Kosiak
On Thu, 28 Feb 2002, Bernd Eidenschink wrote: > Hi, > > I don't know how to set up a combination of the latest AOLserver, > using the nsd8x Interpreter, and a Postgres 7.2 database, that allows > me to safely work with a charset of iso8859-1. Please don't throw > stones, I know this has been disc

Re: [AOLSERVER] posting data

2002-04-25 Thread Tomasz Kosiak
On Thu, 25 Apr 2002, Todd Volkert wrote: > Is there an equivalent to ns_httpget that you can use to POST data to a > form? Has anyone created such a construct? You can try util_httppost from ACS Tcl. http://developer.arsdigita.com/api-doc/proc-view?proc=util%5fhttppost As far as I remember it

Re: [AOLSERVER] Interested in nsvhr experiences

2002-05-24 Thread Tomasz Kosiak
On Thu, 23 May 2002, Jason Saunders wrote: > Hi folks, > > I'm planning on adapting nsvhr to do reverse-proxying based on the url of a > request, so different parts of one site can run on different machines. > > Because they are on different machines, I will have to use nssock rather > than nsuni

Re: [AOLSERVER] HEAD requests erroring

2002-06-03 Thread Tomasz Kosiak
On Fri, 31 May 2002, Todd Volkert wrote: > Has anyone ran into problems with AOLServer's handling of HEAD http > requests? We're getting the following error every time a HEAD request > comes through: > > Error: return: failed to redirect '404': exceeded recursion limit of 3 > (While serving HEAD

Re: [AOLSERVER] errorpage.adp

2002-10-24 Thread Tomasz Kosiak
On Thu, 24 Oct 2002, Daniel P. Stasinski wrote: > # ADP special pages > #ns_param errorpage ${pageroot}/errorpage.adp ;# ADP error page. > > Does anyone have an example of how this is used? If configured, it is automatically ns_adp_included when an TCL error occurs in ADP (once for every err

[AOLSERVER] AOLserver on SCO UnixWare

2002-12-05 Thread Tomasz Kosiak
Does anobody have positive experience running AOLserver on SCO UnixWare? I'm paricullary interested in production enviroments based on SCO Open UNIX 8 wich is a new name for SCO UnixWare release 7.12. See http://www.sco.com/products/openunix/ I have found that AOLserver supprts UnixWare 7.x (i386)

Re: [AOLSERVER] Size of AOLserver process

2003-01-28 Thread Tomasz Kosiak
On Tue, 28 Jan 2003, Bernd Eidenschink wrote: > with all that great ways of caching data - nscache, nsv... - in AOLserver and > a strategy of caching as much data as possible, at what point would you say > the size of the processes becomes a "problem" for the application running > AOLserver? I don

Re: [AOLSERVER] ns_sendmail + email attachment

2003-02-23 Thread Tomasz Kosiak
On Sat, 22 Feb 2003, Chris Goehring wrote: > Does anyone have experience sending file attachments with ns_sendmail? Any > info would be great. I don't think it is possible. ns_sendmail can probably send any message body but first you have to construct it. Some times ago I've uses package from tc

[AOLSERVER] AOLserver Improvment Proposal

2003-03-10 Thread Tomasz Kosiak
for doing vserver implementation, Damian Czupryn <[EMAIL PROTECTED]> for his work on quite a few AOLserver enhancements and my colleges from Zjednoczenie.com for testing all of this in real life applications. I'm open to discussion about presented proposals and their implementations. Tomas

Re: [AOLSERVER] AOLserver Improvment Proposal

2003-03-11 Thread Tomasz Kosiak
On Mon, 10 Mar 2003, Tom Jackson wrote: > I like the additional exposed api's very much. However, the virtual > hosting changes to the core are unnecessary and don't have the entire > effect required for virtual hosting. The main problem is the virtual > hosting changes only adjust the filters, t

Re: [AOLSERVER] ns_vhr command not working from a .tcl script for me

2003-03-11 Thread Tomasz Kosiak
On Mon, 10 Mar 2003, Jerry Asher wrote: > Apart from that your options are to hack the code and modify nsvhr to > only take over a part of the urlspace, or better, to have the master > register for some urlspace that it will serve. My recently proposed ns_register_proxy command does exactly this

Re: [AOLSERVER] AOLserver Improvment Proposal

2003-03-11 Thread Tomasz Kosiak
On Tue, 11 Mar 2003, Tom Jackson wrote: > Tomasz Kosiak wrote: > > >Thta is not exactly true. They adjust both url filters and handlers > >registered in urltrie. You can easily enhance fastpath registered proc to > >take pageroot from arg given to registration and t

Re: [AOLSERVER] ns_atstartup?

2003-03-14 Thread Tomasz Kosiak
On Fri, 14 Mar 2003, Zoran Vasiljevic wrote: > In AOLserver command set there are couple of commands > executing scripts at various times and/or events: > > > info comm ns_at* > ns_atsignal ns_atexit ns_atclose ns_atshutdown > > What I somehow miss is the ability to execute scripts > *after* t

Re: [AOLSERVER] ns_register_proc

2003-03-28 Thread Tomasz Kosiak
On Thu, 27 Mar 2003, Ayan George wrote: > I'm trying to register a procedure to handle: > > http://www.foo.net/~user/ > > type URLs. I want to redirect the request to: > > http://members.foo.net/user/ > > I tried a couple of registerd procedures like: > > ns_register_proc

Re: [AOLSERVER] ns_register_proc

2003-03-28 Thread Tomasz Kosiak
on url pattern - ns_register_proc uses urltrie structure which allows to find longest matching url pattern with some support for wildcards --tkosiak > On Fri, 28 Mar 2003, Tomasz Kosiak wrote: > > > It supports general url -> directory mapping but also mappings /~user to > >

Re: [AOLSERVER] ns_register_proc

2003-03-29 Thread Tomasz Kosiak
On Fri, 28 Mar 2003, Ayan George wrote: > Why can't we just use POSIX regular expressions for all of > the ns_register* procedures? Urlpattern string or regexp match is ok to execute filters. You execute all filters that match. For URL handlers, ex. register procs or ADPs you can have only one m

Re: [AOLSERVER] can aolserver redirect to a different site

2003-06-21 Thread Tomasz Kosiak
I fixed this up a bit (added trace in ns_register_filter): proc redirect_to_site1a { why } { #ns_log notice "ns_returnredirect http://www.site1a[ns_conn url]" ns_returnredirect "http://www.site1a[ns_conn url]" return filter_ok } ns_register_filter trace GET /* redirect_to_site1a My gue

Re: [AOLSERVER] Ns_parseheader or _ns_http_gets problem

2003-08-30 Thread Tomasz Kosiak
On Fri, 29 Aug 2003, Barry Books wrote: > Has anyone had issues with ns_parseheader or _ns_http_gets. I have a > function that pulls an XML document from another server and it returns Here at zjednoczenie.com we encounter some problems with _ns_http_gets while reading SOAP data from remote server

Re: [AOLSERVER] Virtual Hosting and Partial URLs

2003-09-25 Thread Tomasz Kosiak
Użytkownik Steve napisał: I have a requirement to make some Tomcat pages available through an AOLServer host. I would like to do this by mapping a part of the url space on the AOLserver to Tomcat. e.g http://foo.bar.com/some/page/index.html goes to /some/page/index.html on the AOLServer but http:/

Re: [AOLSERVER] libcurl, tclcurl Re: [AOLSERVER] VFS and FTP

2003-09-26 Thread Tomasz Kosiak
On Thu, 25 Sep 2003, Alfred Werner wrote: > I've been waiting patiently for the OACS switch to 4.x so we can use Curl > - it really does seem to be the 'best of breed' tool. With Curl and > tDom all we need is a nice SWIG interface to htmltidy and we can > get/parse/munge any doc on the web! I ha

Re: [AOLSERVER] Virtual Hosting and Partial URLs

2003-09-28 Thread Tomasz Kosiak
an to port rest of my proposals to AOLserver 4.0 within the following month. --tkosiak On Thu, 2003-09-25 at 21:09, Tomasz Kosiak wrote: / You can do this with non-standard ns_register_proxy command which exposes functionality already existing in nsvhr module. Try my patched nsvh2 fro

Re: [AOLSERVER] info about ns_register_adp and ns_unregister_adp?

2003-09-30 Thread Tomasz Kosiak
On Mon, 29 Sep 2003, Daniel Gilly wrote: > I'm looking for man-page style info for ns_register_adp and > ns_unregister_adp. Can anyone point me to it or provide it? > > Daniel Some time ago I have created ns_register_adp for my private project and proposed to add it to AOLserver core. I found it

[AOLSERVER] OpenMSG software

2003-11-22 Thread Tomasz Kosiak
Does anybody know what happend to www.open-msg.com? I looking for source code released as GPL by OpenMSG Ltd (as stated on version found at http://web.archive.org/web/20021124025856/http://www.open-msg.net/) - "OpenMSG release S-Moker V1.0 as Open Source". I would also like to contact Simon Millwar

Re: [AOLSERVER] OpenMSG software

2003-11-24 Thread Tomasz Kosiak
On Mon, 24 Nov 2003, Wolfgang Winkler wrote: > Hi! > > If anyone knows where to get this software, could the URL please be posted > here? I'm interested in maintaining the application! > > wiwo I've successfully contacted Simon Millward. He's looking for the code. You can contact him at http://ww

Re: [AOLSERVER] Anyone noticing weirdness with MSIE 6.0 and HTTPS requests?

2004-04-13 Thread Tomasz Kosiak
Użytkownik Scott Goodwin napisał: Surfer hits page, surfer fills in form info, keepalive idles at 30 seconds, IE believes the session is still there, surfer hits submit, invalid ssl session, blank page, surfer needs to refresh to see page, all post info lost. [...] Is there interest out there fo

Re: [AOLSERVER] nspool into CVS?

2004-04-19 Thread Tomasz Kosiak
On Sun, 18 Apr 2004, Andrew Piskorski wrote: > I just noticed that there's this "nspool" AOLserver module, dating > from 2001, sitting off by itself in its own SourceForge project: > > http://sourceforge.net/projects/saolu/ > > Its description says: > > Utilities pack for AOLserver. Implements

Re: [AOLSERVER] ANN: New project leader for AOLserver

2004-05-20 Thread Tomasz Kosiak
Użytkownik Dossy napisał: On 2004.05.20, Jim Davidson <[EMAIL PROTECTED]> wrote: Expect to see a communication from Dossy himself regarding the upcoming plans and goals for the project. Thanks, Jim. I suspect this announcement comes as sort of a surprise to everyone as the list and project have

Re: [AOLSERVER] ANN: New project leader for AOLserver

2004-05-21 Thread Tomasz Kosiak
Dossy wrote: Yes, I definitely plan to communicate with the AOLserver Community as to what is going on, what plans are being made, what our progress is towards the goals set forth in the roadmap, upcoming releases, and so on. I welcome anyone to call me on this if they feel that there are necessary

[AOLSERVER] AOLserver on Suse 64-bit AMD Opteron

2004-07-07 Thread Tomasz Kosiak
Does anybody successfully run AOLserver on 64-bit AMD Opeteron? I've compiled AOLserver 4.0.5 on Suse Linux running on 64-bit AMD Opteron without any problems. But AOLserver doesn't start, only prints the following message: $ ./bin/nsd -ft sample-config.tcl NsTclInitObjs: sizeof(int) < sizeof(long)

Re: [AOLSERVER] AOLserver on Suse 64-bit AMD Opteron

2004-07-08 Thread Tomasz Kosiak
On Wed, 7 Jul 2004, Jim Davidson wrote: In a message dated 7/7/2004 6:34:44 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: Does anybody successfully run AOLserver on 64-bit AMD Opeteron? I've compiled AOLserver 4.0.5 on Suse Linux running on 64-bit AMD Opteron without any problems. But AOLs

Re: [AOLSERVER] Virtual hosting under 4.x and default Host: header

2004-07-13 Thread Tomasz Kosiak
Dossy wrote: BUG: [ 812036 ] Server drops connection for unknown virtual hosts URL: http://sourceforge.net/tracker/index.php?func=detail&aid=812036&group_id=3152&atid=103152 Reviewing the above bug, there's some discussion I want to raise before "fixing" it. It would be simple to add a new config.