Matthias Hoffmann - Tclhttpd - Startprocedures


Starting tclhttpd with tclkit and tclhttpd.kit on Windows 2k/XP (experimental)

 ::catch {};#\
 @tclkit-win32-sh.exe %0.bat -config ./tclhttpd.rc -debug 1
 ::catch {};#\
 @goto :EOF

 # Probleme:
 # CGI-Proc ist ebenfalls tclkit-win32-sh; WIKIT_BASE bei CGI
 # wird ebenfalls umgesetzt auf host/wikit/!
 # Codepages falsch!
 # 28.09.2004 © M.Hoffmann
 # env auch für CGI-Wiki zV stellen:
 set env(WIKIT_CSS) http://$env(COMPUTERNAME)/css/wiki1.css
 set env(WIKIT_EMAIL) ...
 ### env(WIKIT_BASE) http://$env(COMPUTERNAME)/cgi-bin/
 set home [string trimright [file dirname [info script]] ./]
 set home [file join [pwd] $home]
 lappend auto_path [file join $home ../lib]
 # puts $auto_path
 source [file join $home tclhttpd3.5.1.1.kit]; # normale Startsequenz einleiten

MHo This is totally out of date, now. See Tclhttpd Winservice.


Category TclHttpd | Category Windows