| | |
| | | <servlet> |
| | | <servlet-name>Queue Status Servlet</servlet-name> |
| | | <servlet-class>de.hsadmin.core.qserv.QueueStatusReceiverServlet</servlet-class> |
| | | <init-param> |
| | | <param-name>proxyValidateUrl</param-name> |
| | | <param-value>https://@LOGIN_HOST@:@LOGIN_PORT@/cas/proxyValidate</param-value> |
| | | </init-param> |
| | | <init-param> |
| | | <param-name>proxyServiceUrl</param-name> |
| | | <param-value>https://@CONFIG_HOST@:@CONFIG_PORT@/hsar/backend</param-value> |
| | | </init-param> |
| | | <load-on-startup>1</load-on-startup> |
| | | </servlet> |
| | | |
| | |
| | | <servlet-mapping> |
| | | <servlet-name>Queue Status Servlet</servlet-name> |
| | | <url-pattern>/queueStatus</url-pattern> |
| | | </servlet-mapping> |
| | | |
| | | <servlet-mapping> |
| | | <servlet-name>CLI Client Connector</servlet-name> |
| | | <url-pattern>/hsadmin/cli-interface/</url-pattern> |
| | | </servlet-mapping> |
| | | |
| | | <servlet-mapping> |