gurpartap0306 commented on PR #1425: URL: https://github.com/apache/activemq/pull/1425#issuecomment-2870016623
Thanks for the feedback! Initially, we used a relative path like `<import resource="jetty.xml" />`, which worked during testing because the test setup moved the demo files from `example/conf` to `conf`. However, this caused the DemoWebApp to fail at runtime since `jetty.xml` doesn't exist in `example/conf`. To resolve this, I added `conf` to the test classpath to align it with the runtime environment. I did not modify the runtime classpath, keeping the production setup unchanged. Other option is to add copy of `jetty.xml` in `example/conf` and use relative path. Let me know if you'd prefer this approach. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact