Skip to content

Commit b7ce58a

Browse files
authored
Merge pull request #1375 from jbonofre/AMQ-9642
AMQ-9642: Load jetty.xml from the filesystem instead of the classpath in jetty-demo.xml
2 parents 8c37bef + fb9334e commit b7ce58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly/src/release/examples/conf/jetty-demo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
2020

21-
<import resource="classpath:jetty.xml" />
21+
<import resource="jetty.xml" />
2222

2323
<bean id="secHandlerCollection" class="org.eclipse.jetty.server.handler.HandlerCollection">
2424
<property name="handlers">

0 commit comments

Comments
 (0)