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 help me in configuring method.  

Thanks
-- 
View this message in context: 
http://activemq.2283324.n4.nabble.com/XBean-Jetty-config-for-ActiveMQ-5-4-2-tp3310191p3310191.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to