This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new d534af7439 add instructions to copy jetty.xml to example/conf to acess 
web demos (#1425)
d534af7439 is described below

commit d534af74390dc22b16b1647d2bd5d433b6aa8c7a
Author: Gurpartap Singh <[email protected]>
AuthorDate: Mon May 26 01:34:21 2025 -0700

    add instructions to copy jetty.xml to example/conf to acess web demos 
(#1425)
---
 assembly/src/release/docs/user-guide.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assembly/src/release/docs/user-guide.html 
b/assembly/src/release/docs/user-guide.html
index 1f4feca430..f1a891bd86 100755
--- a/assembly/src/release/docs/user-guide.html
+++ b/assembly/src/release/docs/user-guide.html
@@ -97,6 +97,7 @@ You would need to start the broker with the demos included, 
which you do as foll
 If you're using Windows, just type
 </p>
 <pre>
+    copy .\conf\jetty.xml .\examples\conf\
     cd bin
     activemq.bat start xbean:../examples/conf/activemq-demo.xml
 </pre>
@@ -104,6 +105,7 @@ If you're using Windows, just type
 On Unix-like systems, type
 </p>
 <pre>
+    cp ./conf/jetty.xml ./examples/conf/
     ./bin/activemq console xbean:examples/conf/activemq-demo.xml
 </pre>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to