From ed73dbf357aff41edcbab401a94e5fbc266d9391 Mon Sep 17 00:00:00 2001 From: Mufaddal Makati Date: Fri, 7 Aug 2015 13:09:49 -0700 Subject: First Commit --- evc/evcmgr/src/main/webapp/WEB-INF/web.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 evc/evcmgr/src/main/webapp/WEB-INF/web.xml (limited to 'evc/evcmgr/src/main/webapp/WEB-INF/web.xml') diff --git a/evc/evcmgr/src/main/webapp/WEB-INF/web.xml b/evc/evcmgr/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..dfb5cd5 --- /dev/null +++ b/evc/evcmgr/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,22 @@ + + + + + Jersey Web Application + org.glassfish.jersey.servlet.ServletContainer + + jersey.config.server.provider.packages + com.cablelabs.vcpe.evc + + + javax.ws.rs.Application + com.cablelabs.vcpe.evc.evcmgr.EvcJaxRsApplication + + 1 + + + Jersey Web Application + /webapi/* + + -- cgit