On 2003.01.10, Raj Kumar <[EMAIL PROTECTED]> wrote: > First question - What is this warning about ns_share and how do I > get rid of it...where can I find nsv?
nsv is already there. Something you're loading is still using ns_share. This might be part of the distribution, actually. > Second question - I invoke a TCL script called time.tcl stored > in pageroot of server1 using http://localhost:8000/time.tcl. AOLServer > prints the output of the script to the console instead of sending it to > the browser!!! What am I doing wrong? Use "ns_adp_puts" which sends the string back to the client. "puts" is the Tcl command that sends the string to whatever is mapped to STDOUT, which is the server.log. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
