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