43 lines
1.5 KiB
XML
43 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<web-app xmlns="http://jcp.org"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://jcp.org
|
|
http://jcp.org/web-app_3_1.xsd"
|
|
version="3.1">
|
|
<display-name>BrittonReportServer</display-name>
|
|
<servlet>
|
|
<servlet-name>idCardsServlet</servlet-name>
|
|
<servlet-class>com.britton.servlets.JRIDCardsServlet</servlet-class>
|
|
</servlet>
|
|
<servlet-mapping>
|
|
<servlet-name>idCardsServlet</servlet-name>
|
|
<url-pattern>/IdCardsServlet</url-pattern>
|
|
</servlet-mapping>
|
|
|
|
|
|
<!-- <welcome-file-list>
|
|
<welcome-file>index.html</welcome-file>
|
|
<welcome-file>index.htm</welcome-file>
|
|
<welcome-file>index.jsp</welcome-file>
|
|
<welcome-file>default.html</welcome-file>
|
|
<welcome-file>default.htm</welcome-file>
|
|
<welcome-file>default.jsp</welcome-file>
|
|
</welcome-file-list> -->
|
|
|
|
|
|
<!-- <welcome-file-list>
|
|
<welcome-file>index.jsp</welcome-file>
|
|
</welcome-file-list>
|
|
<session-config>
|
|
<session-timeout>20</session-timeout>
|
|
</session-config>
|
|
<resource-ref>
|
|
<description>GroupHealth DB Connection</description>
|
|
<res-ref-name>jdbc/VHCS_HIPAA</res-ref-name>
|
|
<res-type>javax.sql.DataSource</res-type>
|
|
<res-auth>Container</res-auth>
|
|
<res-sharing-scope>Shareable</res-sharing-scope>
|
|
</resource-ref> -->
|
|
|
|
</web-app>
|