Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 82ec262aed76333e90928e408155ed2c02a30328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:webappext="webappext.xmi" xmlns:webapplication="webapplication.xmi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:id="WebAppExtension_1"
  reloadInterval="3"
  reloadingEnabled="true"
  defaultErrorPage="error.jsp"
  additionalClassPath=""
  fileServingEnabled="true"
  directoryBrowsingEnabled="false"
  serveServletsByClassnameEnabled="true">
	<webApp href="WEB-INF/web.xml#WebApp"/>
</webappext:WebAppExtension>

Back to the top