[tcljava-user] jdk http server from tclblend
Brought to you by:
mdejong
From: Patnaik, A. <APa...@ci...> - 2012-02-16 22:58:56
|
Hello, I have tcl 8.4.19 and tclblend which is compiled with Jdk 1.6. I'd like to know if it's possible to start up a very lightweight http server that just listens to requests on a specific port and displays the xml string. The client that connects to this server is supposed to send it a XML string containing an event every 30 secs. The server just needs to receive the GET, and dump the XML string. Any snippets appreciated. Thanks! |