File was renamed from hsarback/webapp/WEB-INF/web.xml |
| | |
| | | <servlet-class>de.hsadmin.cliClientConnector.CLIClientConnectorServlet</servlet-class> |
| | | <init-param> |
| | | <param-name>proxyValidateUrl</param-name> |
| | | <param-value>https://${cas.domain.name}:${cas.https.port}/cas/proxyValidate</param-value> |
| | | <param-value>https://@LOGIN_HOST@:@LOGIN_PORT@/cas/proxyValidate</param-value> |
| | | </init-param> |
| | | <init-param> |
| | | <param-name>proxyServiceUrl</param-name> |
| | | <param-value>https://${hsar.domain.name}:${hsar.https.port}/hsar/backend</param-value> |
| | | <param-value>https://@CONFIG_HOST@:@CONFIG_PORT@/hsar/backend</param-value> |
| | | </init-param> |
| | | <init-param> |
| | | <param-name>Components</param-name> |
| | |
| | | <res-sharing-scope>Shareable</res-sharing-scope> |
| | | </resource-ref> |
| | | |
| | | <resource-ref> |
| | | <res-ref-name>jms/hsadminSystem-h81</res-ref-name> |
| | | <res-type>javax.jms.Queue</res-type> |
| | | <res-auth>Container</res-auth> |
| | | <res-sharing-scope>Shareable</res-sharing-scope> |
| | | </resource-ref> |
| | | <resource-ref> |
| | | <res-ref-name>jms/hsadminSystem-h01</res-ref-name> |
| | | <res-type>javax.jms.Queue</res-type> |