root/trunk/calendar3/webclient/war/WEB-INF/jboss-web.xml

Revision 270 (checked in by douglm, 7 years ago)

Further jboss deployment fixes - add virtual host property

Small fix to IcalTranslator? to flag relaxed line end stuff for all parsing.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <jboss-web>
4   <!-- Virtual host -->
5
6   <security-domain>java:/jaas/rpiLdap</security-domain>
7   <resource-ref>
8     <res-ref-name>jdbc/calDB</res-ref-name>
9     <res-type>javax.sql.DataSource</res-type>
10     <jndi-name>java:/CalendarDS</jndi-name>
11   </resource-ref>
12 </jboss-web>
Note: See TracBrowser for help on using the browser.