Bug 5526 - Added new servlet to the web.xml for new restconf 40/37240/35
authorJakub Toth <jatoth@cisco.com>
Sat, 7 May 2016 22:31:20 +0000 (18:31 -0400)
committerJakub Toth <jatoth@cisco.com>
Sat, 7 May 2016 22:31:32 +0000 (18:31 -0400)
commit8aee58a098b3e9b6bd7d0b1aa40a81454f181db9
tree2de492c83b507d92409b7ef6846adb8a5ba98947
parentf42e8a01848e66c2995ae1c74b2d98b6e1ed6084
Bug 5526 - Added new servlet to the web.xml for new restconf
implementation

  * application for new servlet
  * register SchemaContextListener via SchemaContextHandler

Change-Id: Ifb42aed73f7524a07174c0c5e966ca44bcb228d8
Signed-off-by: Jakub Toth <jatoth@cisco.com>
restconf/sal-rest-connector/pom.xml
restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/rest/RestConnectorProvider.java
restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/rest/RestconfApplication.java [new file with mode: 0644]
restconf/sal-rest-connector/src/main/java/org/opendaylight/restconf/rest/RestconfApplicationService.java [new file with mode: 0644]
restconf/sal-rest-connector/src/main/resources/WEB-INF/web.xml