Skip to content

LYecheng/WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yecheng Li & Mingyang Yu

Networks Project
Mar 7, 2015

1. This project includes:
     Java class files:
	Main.java
	Server.java
	SecureServer.java
	Response.java
     Build file:
	makefile

2. To start the server, open terminal and go into the directory where all the java files and the makefile is located, and EITHER
	1). Directly compile: Type “java *.java” To run: “java Main —-port=##### —securePort=#####” (port & securePort number may not be the same), OR
	2). Use makefile: type “make” To run: “java Main —-port=##### —securePort=#####” (port & securePort number may not be the same)


3. To our knowledge, our server performs all functions required in the project description. It also passed all the test cases in project2_autograder.py.

About

Web server supports HTTP & HTTPS connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors