summaryrefslogtreecommitdiffstats
path: root/proxy/code/webapp
diff options
context:
space:
mode:
authorjesus m. rodriguez <jesusr@redhat.com>2009-06-26 15:24:21 -0400
committerjesus m. rodriguez <jesusr@redhat.com>2009-06-26 15:24:21 -0400
commit466b0f3a9ebb83b2e0d348e5e0fc40859ed2e66e (patch)
treece754667738bb70840d1c37d26dd44d5044d98ce /proxy/code/webapp
parenteddf24b91f96effed75f52e6e87ba564279481b4 (diff)
add comment about the init-param
Diffstat (limited to 'proxy/code/webapp')
-rw-r--r--proxy/code/webapp/WEB-INF/web.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/code/webapp/WEB-INF/web.xml b/proxy/code/webapp/WEB-INF/web.xml
index a79cd0d..3cf5110 100644
--- a/proxy/code/webapp/WEB-INF/web.xml
+++ b/proxy/code/webapp/WEB-INF/web.xml
@@ -26,6 +26,7 @@
<servlet-name>Jersey Web Application</servlet-name>
<servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>
<init-param>
+ <!-- this is a semi-colon separated list of package names -->
<param-name>com.sun.jersey.config.property.packages</param-name>
<param-value>org.fedoraproject.candlepin</param-value>
</init-param>