This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-6.1.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.1.x by this push:
new 1ffa299ccc AMQ-9642: Load jetty.xml from the filesystem instead of the
classpath in jetty-demo.xml
1ffa299ccc is described below
commit 1ffa299ccc8dce7fa39ab81ecaaad5e72dc5e7be
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jan 9 07:43:28 2025 +0100
AMQ-9642: Load jetty.xml from the filesystem instead of the classpath in
jetty-demo.xml
(cherry picked from commit fb9334ed9679024e86b47972cd23e282c7b9ee5c)
---
assembly/src/release/examples/conf/jetty-demo.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/release/examples/conf/jetty-demo.xml
b/assembly/src/release/examples/conf/jetty-demo.xml
index 3e2d791abe..0c2e998d65 100644
--- a/assembly/src/release/examples/conf/jetty-demo.xml
+++ b/assembly/src/release/examples/conf/jetty-demo.xml
@@ -18,7 +18,7 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
- <import resource="classpath:jetty.xml" />
+ <import resource="jetty.xml" />
<bean id="secHandlerCollection"
class="org.eclipse.jetty.server.handler.HandlerCollection">
<property name="handlers">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact