gurpartap0306 opened a new pull request, #1425: URL: https://github.com/apache/activemq/pull/1425
### Summary This PR addresses a configuration issue that caused the demo to fail during startup due to an XML parsing error in jetty.xml. ### Issue Fixed Before this change, starting the demo threw the following error: ``` ERROR | Failed to load: file [/Users/user/workspace/activemq-brokers/apache-activemq-6.1.6/examples/conf/activemq-demo.xml], reason: IOException parsing XML document from file [/Users/user/workspace/activemq-brokers/apache-activemq-6.1.6/examples/conf/jetty.xml] ``` This was caused by the application not being able to resolve jetty.xml from the filesystem path. By updating the reference to use the classpath and ensuring the correct path is included, this issue is now resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
