You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by bahaa <ba...@kn-it.com> on 2016/03/07 17:28:20 UTC

Jetty General Error Handler

Hi 

I trying to add general error page for web socket requests but i can't  i
add this bean at jetty bean 
but it works only for http request  as per last part in this  resource
  http://www.eclipse.org/jetty/documentation/current/custom-error-pages.html 

	<bean class="org.eclipse.jetty.webapp.WebAppContext">
					<property name="contextPath" value="/" />
					<property name="resourceBase" value="${activemq.home}/webapps/Error" />
					<property name="logUrlOnStart" value="true" />
				</bean>



--
View this message in context: http://activemq.2283324.n4.nabble.com/Jetty-General-Error-Handler-tp4708986.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.