Advertisement
tadeuespindola

gilberto-fernandes-jdev-web-xml-novamente

Jan 13th, 2023
1,643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.56 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://jakarta.ee/xml/ns/jakartaee" xmlns:web="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd http://xmlns.jcp.org/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="5.0">
  3.   <display-name>curso-jsp</display-name>
  4.   <welcome-file-list>    
  5.     <welcome-file>index.jsp</welcome-file>    
  6.   </welcome-file-list>
  7. </web-app>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement