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.

Reply via email to