summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-05 14:42:05 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-05 14:42:05 +0000
commit2cf6fcb31e85b0e3b367121219932ec86b205da8 (patch)
tree45f3214a803d25f0b60cad34bd0a8b0b8c24ec5f /BKUOnline/src/main/webapp/WEB-INF/web.xml
parent2b6acde30512e7303ed08c9c4e2276529491a69e (diff)
downloadmocca-2cf6fcb31e85b0e3b367121219932ec86b205da8.tar.gz
mocca-2cf6fcb31e85b0e3b367121219932ec86b205da8.tar.bz2
mocca-2cf6fcb31e85b0e3b367121219932ec86b205da8.zip
help jsp
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@151 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/web.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/web.xml b/BKUOnline/src/main/webapp/WEB-INF/web.xml
index 6b2ec35c..f6fdbefc 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/web.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/web.xml
@@ -52,6 +52,10 @@
<servlet-name>HashDataInputServlet</servlet-name>
<servlet-class>at.gv.egiz.bku.online.webapp.HashDataInputServlet</servlet-class>
</servlet>
+ <servlet>
+ <servlet-name>help</servlet-name>
+ <jsp-file>/help.jsp</jsp-file>
+ </servlet>
<servlet-mapping>
<servlet-name>BKUServlet</servlet-name>
<url-pattern>/http-security-layer-request</url-pattern>
@@ -68,9 +72,10 @@
<servlet-name>HashDataInputServlet</servlet-name>
<url-pattern>/hashDataInput</url-pattern>
</servlet-mapping>
-
-
-
+ <servlet-mapping>
+ <servlet-name>help</servlet-name>
+ <url-pattern>/help/*</url-pattern>
+ </servlet-mapping>
<!-- End BKU Config -->