- Added config parameter for enabling Rest Service. Rest Service will run
commit90c62c949a7f283e4ac2993aa9fc96619c860045
authorBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Wed, 17 Jul 2013 18:34:22 +0000 (17 11:34 -0700)
committerBhavani Sudha Saktheeswaran <bhavanisudhas@gmail.com>
Thu, 18 Jul 2013 00:00:06 +0000 (17 17:00 -0700)
treed2cd8d4c0b1679e8796666b8eb9047ce793b5823
parentc16ca1f86c4b80da3cd668822dd32f0d7cfb9187
- Added config parameter for enabling Rest Service. Rest Service will run
on port 8085 but will not be enabled by default. Set rest.enable=true to
bring up RestService.
- Bringing back HttpService on it port 8081.
- Changing the Rest Service unit tests to use port 8085
config/single_node_rest_server/config/server.properties
contrib/restclient/src/java/voldemort/restclient/RestServerAPITest.java
src/java/voldemort/server/VoldemortConfig.java
src/java/voldemort/server/VoldemortServer.java
test/unit/voldemort/server/rest/RestServerProtocolTests.java
test/unit/voldemort/server/rest/RestSpecAndBasicUnitTest