From: adam Date: Fri, 6 Aug 2004 22:51:35 +0000 (+0000) Subject: added web page X-Git-Url: http://git.megacz.com/?p=org.ibex.jinetd.git;a=commitdiff_plain;h=9b172c3e22e33a7378f7d7bb7430ff4099561885;hp=ac27342830d303ba1043db68f295875fe3a1ef4d added web page darcs-hash:20040806225135-5007d-f1435cacdb3fdedbd34b8f16cde33e8cb88f9910.gz --- diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..347ed17 --- /dev/null +++ b/www/index.html @@ -0,0 +1,80 @@ + + + +

Jinetd: inetd for Java

+ +

What is it?

+ +Jinetd does for TCP what servlet containers do for HTTP. + +

Isn't HTTP all that matters?

+ +There are now Java servers for almost every network protocol: HTTP, +SMTP, IMAP, POP3, NNTP, DNS, SSH, CIFS/SMB, and plenty of others. +Using servers written in buffer-overflow-free languages is the most +important step towards maintaining network security and stopping +worms. + +

Huh?

+ +Jinetd listens on the ports and interfaces you specify. When it +receives a connection, it loads the code designated to handle that +protocol and hands off the connection. + +

Isn't that trivially simple?

+ +While jinetd is an extremely lightweight server, it allows multiple +different network protocol handlers to share the following facilities: + + + + + \ No newline at end of file