Advertisement
Guest User

web.xml

a guest
Oct 3rd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <web-app
  3. xmlns="http://java.sun.com/xml/ns/j2ee"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  6. version="2.4">
  7.  
  8. <display-name>myOflaDemo</display-name>
  9.  
  10. <context-param>
  11. <param-name>webAppRootKey</param-name>
  12. <param-value>/myOflaDemo</param-value>
  13. </context-param>
  14.  
  15. <listener>
  16. <listener-class>org.red5.logging.ContextLoggingListener</listener-class>
  17. </listener>
  18.  
  19. </web-app>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement