this closes #243 - fixing distro
This commit is contained in:
commit
ccef23a038
|
@ -181,7 +181,7 @@
|
|||
</fileSet>
|
||||
<!-- Include license and notice files -->
|
||||
<fileSet>
|
||||
<directory>${activemq.basedir}/distribution/activemq/src/main/resources/licenses/bin</directory>
|
||||
<directory>${activemq.basedir}/artemis-distribution/src/main/resources/licenses/bin</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<useDefaultExcludes>true</useDefaultExcludes>
|
||||
</fileSet>
|
||||
|
|
|
@ -30,7 +30,7 @@ under the License.
|
|||
|
||||
<b>Note (Windows users):</b> The broker currently does not support spaces in path names. For this reason the broker should be placed in a directory with no spaces in it's absolute path.</br></br>
|
||||
|
||||
<b>Note (Windows users):</b> Examples below use the shell script `activemq` for use with linux, Windows users should use the `activemq.cmd` script with the same parameters.</br></br>
|
||||
<b>Note (Windows users):</b> Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.</br></br>
|
||||
|
||||
<h2>Creating a broker</h2>
|
||||
|
||||
|
@ -52,7 +52,7 @@ $ ./artemis run --config scheme:location</br></br>
|
|||
|
||||
e.g.</br></br>
|
||||
|
||||
$ ./artemis run --config xml:/home/activemq/bootstrap.xml</br></br>
|
||||
$ ./artemis run --config xml:/home/artemis/bootstrap.xml</br></br>
|
||||
|
||||
The distribution ships with a number of example configurations that can be used to get started. You can find these under the "config" directory.</br></br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue