File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 22
33# HTTP Server application written in Java
44
5- This is an HTTP Server application, written to conform to the 8th Light cob spec test suite, which can be found at
6- [ https://github.com/8thlight/cob_spec ] ( https://github.com/8thlight/cob_spec )
5+ This is an HTTP Server application written to conform to the 8th Light cob spec test suite which can be found at
6+ [ https://github.com/8thlight/cob_spec ] ( https://github.com/8thlight/cob_spec ) .
77
8- You can run the test suite by following the instructions at the above URL, editing the user-defined variables
9- to match the compiled jar file from building the server in this repository, and the path to your cloned
10- cob_spec repo.
8+ You can run the test suite by following the instructions at the above URL. You
9+ will need to edit the user-defined variables to match the path to the compiled
10+ jar file for this server, and the path to the cloned cob_spec repo.
1111
1212## Building
1313
@@ -17,7 +17,10 @@ gradle clean
1717gradle jar
1818```
1919
20- ### To run the server, run ` java -jar build/libs/httpserver-1.0-SNAPSHOT.jar `
20+ ### To run the server, run
21+ ```
22+ java -jar build/libs/httpserver-1.0-SNAPSHOT.jar -p 5000 -d DIRECTORY_TO_SERVE
23+ ```
2124
2225## Development
2326
You can’t perform that action at this time.
0 commit comments