Languages Java Browser/ System Services  

Simple Web Server

download download  
important code information
author:
Josh Code
minimum requirements:
Simple Web Server description

This is a complete but simple Web Server for the HTTP protocol. It can help you get an overall picture of how a web server works by removing the complex details of a bigger server like Apache Tomcat. It doesn't support POST requests, though. It comes with an example website made from javadocs and lets you configure through an XML file.


File List:
HTTP/0b
HTTP/ContentTypes.class3Kb
HTTP/ContentTypes.java3Kb
HTTP/HTTPRequest.class4Kb
HTTP/HTTPRequest.java5Kb
HTTP/HTTPResponse.class3Kb
HTTP/HTTPResponse.java5Kb
HTTP/HTTPResponseCodes.class2Kb
HTTP/HTTPResponseCodes.java2Kb
HTTP/XMLParser.class1Kb
HTTP/XMLParser.java1Kb
data/0b
data/HTTPResponses.txt1Kb
data/contentTypes.xml6Kb
data/fileHandlerConfig.xml63b
data/requestHandleFailure.html342b
fileIO/0b
fileIO/LEDataInputStream.class4Kb
fileIO/LEDataInputStream.java8Kb
fileIO/LEDataOutputStream.class2Kb
fileIO/LEDataOutputStream.java3Kb
public_html/0b
public_html/404.html429b
public_html/HTTP/0b
public_html/HTTP/ContentTypes.html9Kb
public_html/HTTP/HTTPRequest.html13Kb
public_html/HTTP/HTTPResponse.html14Kb
public_html/HTTP/HTTPResponseCodes.html9Kb
public_html/HTTP/XMLParser.html10Kb
public_html/HTTP/package-frame.html1Kb
public_html/HTTP/package-summary.html6Kb
public_html/HTTP/package-tree.html5Kb
public_html/HTTP/resources/0b
public_html/HTTP/resources/inherit.gif57b
public_html/fileIO/0b
public_html/fileIO/LEDataInputStream.html23Kb
public_html/fileIO/LEDataOutputStream.html21Kb
public_html/fileIO/package-frame.html1Kb
public_html/fileIO/package-summary.html6Kb
public_html/fileIO/package-tree.html5Kb
public_html/index.html1Kb
public_html/resources/0b
public_html/resources/inherit.gif57b
public_html/styles.css125b
public_html/stylesheet.css1Kb
public_html/test.txt20b
public_html/webServer/0b
public_html/webServer/FileHTTPRequestHandler.html11Kb
public_html/webServer/HTTPRequestHandler.html8Kb
public_html/webServer/RequestDelegator.html11Kb
public_html/webServer/WebServer.html11Kb
public_html/webServer/WebServerClientConnectionThread.html13Kb
public_html/webServer/WebServerConnectionThread.html12Kb
public_html/webServer/WebServerRunner.html9Kb
public_html/webServer/package-frame.html2Kb
public_html/webServer/package-list11b
public_html/webServer/package-summary.html7Kb
public_html/webServer/package-tree.html6Kb
public_html/webServer/resources/0b
public_html/webServer/resources/inherit.gif57b
public_html/webServer/stylesheet.css1Kb
resources/0b
resources/inherit.gif57b
webServer/0b
webServer/FileHTTPRequestHandler.class6Kb
webServer/FileHTTPRequestHandler.java9Kb
webServer/HTTPRequestHandler.class219b
webServer/HTTPRequestHandler.java427b
webServer/RequestDelegator.class3Kb
webServer/RequestDelegator.java3Kb
webServer/WebServer.class1Kb
webServer/WebServer.java2Kb
webServer/WebServerClientConnectionThread.class1Kb
webServer/WebServerClientConnectionThread.java1Kb
webServer/WebServerConnectionThread.class1Kb
webServer/WebServerConnectionThread.java1Kb
webServer/WebServerRunner.class1Kb
webServer/WebServerRunner.java1Kb

Similar code
A Collection of exciting Javascripts (Popularity: ) : This all in one utility contains how to create search engines to your web pages,how to use file system object in jscript,different types of mousetrails,create rain on your page,animated status bar content and more.....enjoy!.If you like it vote for me.visit ...
Image Follow Cursor Script (Popularity: ) : This code allows you to put an image to follow your cursor around the browser area..
GetBrowser (Popularity: ) : This is an enhanced Browser detection function... It is capable of detecting: IE (4.x & 5.x,6.x) ,Netscape (4.x & 6.x) , and Opera 5.x (in all modes)
Shell Executor (Popularity: ) : Main File: Shell.java This is a Shell program capable of making you to navigate through the file system. It allows following facilities: 1. Navigation among directories. 2. Creating new Directories. 3. Deleting a file or directory. 4. Copying a file. ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 18
version
size in Kb 86
popularity   1035/7913374
user rating 3/10
ad


New Code
Popular Code