I'm trying to include the jetty configuration in the ActiveMQ XBEAN: <jetty xmlns="http://mortbay.com/schemas/jetty/1.0"> <connectors> <nioConnector port="8161" /> </connectors> <handlers> <webAppContext contextPath="/admin" resourceBase="${activemq.base}/webapps/admin" logUrlOnStart="true" /> </handlers> </jetty>
but the URL http://mortbay.com/schemas/jetty/1.0 is not available. I get the exception: BeanDefinitionStoreException: Unrecognized xbean namespace mapping: http://mortbay.com/schemas/jetty/1.0 Can someone tell what URL to use, or is it basically unavailable and I should try another configuration method. -- View this message in context: http://www.nabble.com/XBean-Jetty-config-for-ActiveMQ--tf4362724s2354.html#a12434813 Sent from the ActiveMQ - User mailing list archive at Nabble.com.