web.xml 555 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <web-app xmlns="http://java.sun.com/xml/ns/javaee"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
  5. http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
  6. version="3.0"
  7. metadata-complete="true">
  8. <display-name>intelligent-medicine-abinet</display-name>
  9. <description>
  10. intelligent-medicine-abinet
  11. </description>
  12. <error-page>
  13. <error-code>404</error-code>
  14. <location>/</location>
  15. </error-page>
  16. </web-app>