Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Feb 28th, 2011  |  syntax: Bash  |  size: 0.86 KB  |  views: 46  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. SWD INVALID:
  2.  
  3. <web-app xmlns="http://java.sun.com/xml/ns/javaee"
  4.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.         version="3.0">
  6.         <display-name>example</display-name>
  7.         <session-config>
  8.                 <session-timeout>30</session-timeout>
  9.         </session-config>
  10.         <welcome-file-list>
  11.                 <welcome-file>/index.html</welcome-file>
  12.         </welcome-file-list>
  13. </web-app>
  14.  
  15. JBOSS TOOLS VALID:
  16. <?xml version="1.0" encoding="UTF-8"?>
  17. <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee"
  18.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  19.         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
  20. http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
  21.  
  22.         <display-name>example</display-name>
  23.         <session-config>
  24.                 <session-timeout>30</session-timeout>
  25.         </session-config>
  26.         <welcome-file-list>
  27.                 <welcome-file>/index.html</welcome-file>
  28.         </welcome-file-list>
  29.  
  30. </web-app>
clone this paste RAW Paste Data