Re: [AOLSERVER] tDOM question

2003-07-01 Thread Alexander Leykekh
... and another one - why does the following snippet of code fail? What is the proper way to swap values of 2 Tcl variables holding domNodes? Thanks -Alex server1:nscp 218 dom createDocument root doc domDoc0x248e90 server1:nscp 219 $doc createElement foo n1 domNode0x249088 server1:nscp 220 set

Re: [AOLSERVER] Bytecode-compiled Tcl question

2003-06-09 Thread Alexander Leykekh
On Fri, 6 Jun 2003 07:31:44 +0200, Wojciech Kocjan [EMAIL PROTECTED] wrote: Alexander Leyke wrote: Hello, I am getting a SIGABRT when evaluating string objects in AOLserver 4.0 b6. The pseudocode is: [cut] Tcl_DecrRefCount (obj) /* NOTE: this statement happens later, and in a different

Re: [AOLSERVER] Topic gripe .. was Re: [AOLSERVER] virtual hosting options and a fantasy ....

2003-03-07 Thread Alexander Leykekh
Just an FYI - the work is nearly complete on an JK2 family module for AOLserver 4.0. Obe possible option in nsjk2 is to start Tomcat in-process and be able to evaluate Tcl code from Java (e.g., can have an .adp include in a .jsp). The module supports multiple virtual servers in AOLserver 4.0.

Re: [AOLSERVER] nsjava calling tcl functions

2003-02-25 Thread Alexander Leykekh
On Mon, 24 Feb 2003 18:41:04 +0100, Branimir Dolicki [EMAIL PROTECTED] wrote: Just curious: why are you asking? Are there any problems with servlets? No problems other than lack of support for anything newer than Tomcat 3 (with older nstomcat module). I am working on nsjk2 module which is

Re: [AOLSERVER] Other languages (was: Project Update)

2002-12-16 Thread Alexander Leykekh
On Fri, 8 Nov 2002 09:49:40 -0500, Daniel C. Wickstrom [EMAIL PROTECTED] wrote: For instance, a big hurdle in integrating java with aolserver was due to the way aolserver initiates startup. While starting, aolserver blocks signals. Java virtual machines use signals to control garbage

Re: [AOLSERVER] Other languages (was: Project Update)

2002-11-11 Thread Alexander Leykekh
On Mon, 11 Nov 2002 14:45:07 EST, Nathan Folkman [EMAIL PROTECTED] wrote: The PHP model is kind of nice in that you can simply build it with support for AOLserver, and it just installs all the right stuff. Internally, here at AOL, there is a guy doing some integration work with Tomcat. He'll be