[tkined] getting http bind correctly set?

Bill Harris (billh@airmail.net)
Mon, 18 May 1998 17:23:36 -0500

I'm trying out the "http bind" call, and having
some problems. The bind is being made, and the
server is created and answers, but I'm getting
nothing out of it.

http server 4000
http bind /foo get {
puts "help"
return /home/billh/host-monitor/junk.html }

I'm trying to get it to return something to the browser
or to the tcl session with the server defined. Nothing,
it connects, receives the request and doesn't do anything.

I'd actually like the called script to pass back HTML to
the client, rather than a page location. So the called
procedure can then generate all of the html for the client
out of the running script.

Can this be done?

Bill

--
Bill Harris						
Internet America (Systems)
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.