(no commit message)
[utils] / mythtv / war / src / webapp / WEB-INF / web.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <web-app version="2.5" 
3         xmlns="http://java.sun.com/xml/ns/javaee" 
4         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
5         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
6         http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
7
8     <listener>
9         <listener-class>org.wamblee.mythtv.Application</listener-class>
10     </listener>
11     
12     <!-- resource-ref>
13         <res-ref-name>MythtvConnectionFactory</res-ref-name>
14         <res-type>javax.jms.ConnectionFactory</res-type>
15         <res-auth>Container</res-auth>
16         <res-sharing-scope>Shareable</res-sharing-scope>
17     </resource-ref -->
18     
19     <!-- message-destination-ref>
20         <message-destination-ref-name>jms/MythtvTimer</message-destination-ref-name>
21         <message-destination-type>javax.jms.Queue</message-destination-type>
22         <message-destination-usage>Produces</message-destination-usage>
23         <message-destination-link>Timer</message-destination-link>
24     </message-destination-ref -->
25    
26 </web-app>