Download Latest Version jar, source, help, ReadMe (111.8 kB)
Email in envelope

Get an email when there's a new version of ABK (secure)SiteHoster

Home / v0.5Beta
Name Modified Size InfoDownloads / Week
Parent folder
ReadMe_v0.5beta.txt 2010-01-13 755 Bytes
ABK_SiteHoster_v0.5beta.zip 2010-01-13 14.2 kB
http09_v0.5beta.jar 2010-01-13 14.4 kB
Totals: 3 Items   29.3 kB 0
PreRequirement:
Instrall Java Virtual Machine on your Computer System.

Syntax :

[] Starting HTTP Server hosting web files in <C:\WebDoc\> folder with <index.htm> as default file to open when root of IP accessed (it opens at Port 80 by default)
"java -jar http09_v0.5a.jar C:\WebDoc\ index.htm"

[] Starting HTTP Server hosting web files in <C:\WebDoc\> folder with <index.htm> as default file to open when root of IP accessed; and 1234 is Port to be opened at (so access like http://IP:1234/index.htm)
"java -jar http09_v0.5a.jar C:\WebDoc\ index.htm 1234"


NOTE:
to make it work in Linux, download Source Code, extract it and in /SRC/MACRO/appMACRO.java file
change <PLATFORM = "WIN32";> to  <PLATFORM = "POSIX";> and recompile the app
Source: ReadMe_v0.5beta.txt, updated 2010-01-13