/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/WEB-INF/web.xml

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-02 14:06:36 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170802140636-lwrlbd5po865nct0
Initial Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
         xmlns="http://java.sun.com/xml/ns/javaee"
 
5
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
 
6
      http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 
7
         version="2.5">
 
8
 
 
9
  <description>MyProject web.xml</description>
 
10
 
 
11
  <!-- Faces Servlet -->
 
12
  <servlet>
 
13
    <servlet-name>Faces Servlet</servlet-name>
 
14
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
 
15
    <load-on-startup>1</load-on-startup>
 
16
  </servlet>
 
17
 
 
18
  <!-- Faces Servlet Mapping -->
 
19
  <servlet-mapping>
 
20
    <servlet-name>Faces Servlet</servlet-name>
 
21
    <url-pattern>*.xhtml</url-pattern>
 
22
  </servlet-mapping>
 
23
 
 
24
  <!-- Welcome files -->
 
25
  <welcome-file-list>
 
26
    <welcome-file>index.xhtml</welcome-file>
 
27
  </welcome-file-list>
 
28
 
 
29
</web-app>
 
 
b'\\ No newline at end of file'