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

2002-11-11 Thread Alexander Leyke
Nate, what archive name/item# does this discussion belong? Thx - A. Nathan Folkman wrote: In a message dated 11/11/2002 2:18:32 PM Eastern Standard Time, [EMAIL PROTECTED] writes: I wouldn't think that it would bog down the core if done right.  Perhaps a few extra hooks, but not many. 

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

2002-11-11 Thread Alexander Leyke
Daniel C. Wickstrom wrote: I don't think it's being maintained any longer, I will have to research whether this can (or needs to?) be corrected. but there already exists an aolserver module that integrates aolserver with tomcat called ns_tomcat. IIRC, it provided support for both jni and ajp

[AOLSERVER] JVM Error

2003-01-27 Thread Alexander Leyke
Hello, I work on JK2 family module for AOLserver and use JNI to communicate with Tomcat, so the JVM is running inside the Web server process. I experience a problem with JVM 1.3.1 on Solaris 2.7/E250 and wonder if anyone else has encountered a similar issue. It manifests itself as JVM crashing, wr

[AOLSERVER] Bug: namespaces and ns_eval

2003-03-24 Thread Alexander Leyke
Hello, I discovered that ns_eval command in control port doesn't process namespaces correctly under AOLserver 4.0. Use case follows. namespace eval mytest {} proc mytest::mytest {} {} 1. start 2 nscp sessions, and load above code snippet into 1 of them with "ns_eval source ..." command 2. in

[AOLSERVER] Bug in tclhttp.c

2003-03-28 Thread Alexander Leyke
Hello, Tcl command "ns_http queue $method $url" causes access violation in Aolserver 4.0 beta 4 - note missing headers parameter in the command. The access violation is due to variable hdrs left uninitialized in the following block of code line 126: case HQueueIdx: if (objc < 4 || objc

[AOLSERVER] ns_http in nsd 4.0 - no way to get returned HTTP status

2003-04-01 Thread Alexander Leyke
"ns_http wait" command ignores numeric and string HTTP status returned from server. "ns_http wait" returns a boolean success status - perhaps that should be changed to a numeric HTTP status or new parameter should be introduced for this purpose. Thanks, Alex -- AOLserver - http://www.aolserver.com/

[AOLSERVER] Bytecode-compiled Tcl question

2003-06-06 Thread Alexander Leyke
Hello, I am getting a SIGABRT when evaluating string objects in AOLserver 4.0 b6. The pseudocode is: interp=Ns_GetConnInterp (Ns_GetConn ()) obj = Tcl_NewStringObj (utf8string, len) Tcl_IncrRefCount (obj) repeat a_few_times     Tcl_EvalObjEx (interp, obj, 0) end Tc

[AOLSERVER] tDOM question

2003-07-01 Thread Alexander Leyke
How do I create leading tag in an XML document (or make such tag visible in return from "domDoc asXML" command)? Rest of my document is nested element and text nodes. Thanks - Alex -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTEC