An easy to use Webserver with GUI
This is a web server, written in java, which has an easy to use GUI. The webserver whithout GUI and config files is by SSaurel, from his tutorial, but I have modifyed this code much.
The Java version, which is compiled, is the version 14, but you can compile the sourcecode yourself.
-
Download all files which are into the folder "src" and move it all into the same folder.
-
run:
javac Webserver.java ServerMain.java
- Now you can open your commandline and run:
jar cfm FILENAME.jar manifest.txt *.class
- You can now execute it with:
java -jar FILENAME.jar