root/trunk/deployment/resources/common-context/WEB-INF/web.xml

Revision 1938 (checked in by douglm, 5 years ago)

Try to do the same for platforms (jboss, tomcat etc) as I just did for portals.

The deployment directories are much simplified and the build process seems a bit clearer.

  • Property svn:eol-style set to LF
Line 
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
4          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
6          http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
7          version="2.4">
8   <display-name>@DISPLAY-NAME@</display-name>
9
10   <security-constraint>
11     <web-resource-collection>
12       <web-resource-name>Calendar common context</web-resource-name>
13       <description>Deliver common files from their own context</description>
14       <url-pattern>/*</url-pattern>
15     </web-resource-collection>
16   </security-constraint>
17 </web-app>
18
Note: See TracBrowser for help on using the browser.