Skip to content

Commit

Permalink
Merge pull request #1375 from jbonofre/AMQ-9642
Browse files Browse the repository at this point in the history
AMQ-9642: Load jetty.xml from the filesystem instead of the classpath in jetty-demo.xml
  • Loading branch information
jbonofre authored Jan 9, 2025
2 parents 8c37bef + fb9334e commit b7ce58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/src/release/examples/conf/jetty-demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit b7ce58a

Please sign in to comment.