Hello, I am new to ActiveMQ, and I am trying to use BlobMessages with activemq fileserver.
I am using the latest version (5.13.1) and I am enabling the fileserver webapp in the jetty xml file by uncommenting it. The context fileserver doesn't reply to my requests, starting activemq in a console gives me this log : Loading message broker from: xbean:activemq.xml INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@2d45ba: startup date [Fri Mar 04 13:51:51 CET 2016]; root of context hierarchy INFO | Using Persistence Adapter: MemoryPersistenceAdapter INFO | Apache ActiveMQ 5.13.1 (te-4242, ID:iXo-dev-53821-1457095912011-0:1) is starting INFO | Listening for connections at: tcp://iXo-dev:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600 INFO | Connector openwire started INFO | Apache ActiveMQ 5.13.1 (te-4242, ID:iXo-dev-53821-1457095912011-0:1) started INFO | For help or more information please see: http://activemq.apache.org INFO | No Spring WebApplicationInitializer types detected on classpath INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/ INFO | ActiveMQ Jolokia REST API available at http://0.0.0.0:8161/api/jolokia/ INFO | Initializing Spring FrameworkServlet 'dispatcher' INFO | No Spring WebApplicationInitializer types detected on classpath I tried lastest snapshot 5.14.0 but it doesn't works either. So I tried old release (5.5.1) and the fileserver works. I don't know what to do. Any idea ? Best regards. -- Nicolas V.