mirror of https://github.com/apache/activemq.git
Update to the Java Service Wrapper
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@608064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0b3e3211e
commit
7ace934587
|
@ -47,6 +47,7 @@
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
|
||||||
<!-- Copy over the files that should not get the line endings converted but need to be chmod to 755 -->
|
<!-- Copy over the files that should not get the line endings converted but need to be chmod to 755 -->
|
||||||
|
<!-- Do not copy unix files
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>src/release</directory>
|
<directory>src/release</directory>
|
||||||
<outputDirectory></outputDirectory>
|
<outputDirectory></outputDirectory>
|
||||||
|
@ -58,8 +59,10 @@
|
||||||
</includes>
|
</includes>
|
||||||
<fileMode>0755</fileMode>
|
<fileMode>0755</fileMode>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Copy over the files that need unix line endings and also chmod to 755 -->
|
<!-- Copy over the files that need unix line endings and also chmod to 755 -->
|
||||||
|
<!-- Do not copy unix files
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>src/release</directory>
|
<directory>src/release</directory>
|
||||||
<outputDirectory></outputDirectory>
|
<outputDirectory></outputDirectory>
|
||||||
|
@ -72,6 +75,7 @@
|
||||||
<fileMode>0755</fileMode>
|
<fileMode>0755</fileMode>
|
||||||
<lineEnding>unix</lineEnding>
|
<lineEnding>unix</lineEnding>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Copy over files that should not get the line endings converted -->
|
<!-- Copy over files that should not get the line endings converted -->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|
|
@ -73,6 +73,7 @@ wrapper.java.maxmemory=512
|
||||||
|
|
||||||
# Application parameters. Add parameters as needed starting from 1
|
# Application parameters. Add parameters as needed starting from 1
|
||||||
wrapper.app.parameter.1=org.apache.activemq.console.Main
|
wrapper.app.parameter.1=org.apache.activemq.console.Main
|
||||||
|
wrapper.app.parameter.2=start
|
||||||
|
|
||||||
#********************************************************************
|
#********************************************************************
|
||||||
# Wrapper Logging Properties
|
# Wrapper Logging Properties
|
||||||
|
@ -84,7 +85,7 @@ wrapper.console.format=PM
|
||||||
wrapper.console.loglevel=INFO
|
wrapper.console.loglevel=INFO
|
||||||
|
|
||||||
# Log file to use for wrapper output logging.
|
# Log file to use for wrapper output logging.
|
||||||
wrapper.logfile=%ACTIVEMQ_BASE%/activemq-data/wrapper.log
|
wrapper.logfile=%ACTIVEMQ_BASE%/data/wrapper.log
|
||||||
|
|
||||||
# Format of output for the log file. (See docs for formats)
|
# Format of output for the log file. (See docs for formats)
|
||||||
wrapper.logfile.format=LPTM
|
wrapper.logfile.format=LPTM
|
||||||
|
|
|
@ -73,6 +73,7 @@ wrapper.java.maxmemory=512
|
||||||
|
|
||||||
# Application parameters. Add parameters as needed starting from 1
|
# Application parameters. Add parameters as needed starting from 1
|
||||||
wrapper.app.parameter.1=org.apache.activemq.console.Main
|
wrapper.app.parameter.1=org.apache.activemq.console.Main
|
||||||
|
wrapper.app.parameter.2=start
|
||||||
|
|
||||||
#********************************************************************
|
#********************************************************************
|
||||||
# Wrapper Logging Properties
|
# Wrapper Logging Properties
|
||||||
|
@ -84,7 +85,7 @@ wrapper.console.format=PM
|
||||||
wrapper.console.loglevel=INFO
|
wrapper.console.loglevel=INFO
|
||||||
|
|
||||||
# Log file to use for wrapper output logging.
|
# Log file to use for wrapper output logging.
|
||||||
wrapper.logfile=%ACTIVEMQ_BASE%/activemq-data/wrapper.log
|
wrapper.logfile=%ACTIVEMQ_BASE%/data/wrapper.log
|
||||||
|
|
||||||
# Format of output for the log file. (See docs for formats)
|
# Format of output for the log file. (See docs for formats)
|
||||||
wrapper.logfile.format=LPTM
|
wrapper.logfile.format=LPTM
|
||||||
|
|
|
@ -25,7 +25,7 @@ set.default.ACTIVEMQ_BASE=../..
|
||||||
wrapper.working.dir=.
|
wrapper.working.dir=.
|
||||||
|
|
||||||
# Java Application
|
# Java Application
|
||||||
wrapper.java.command=%JAVA_HOME%/bin/java
|
wrapper.java.command=java
|
||||||
|
|
||||||
# Java Main class. This class must implement the WrapperListener interface
|
# Java Main class. This class must implement the WrapperListener interface
|
||||||
# or guarantee that the WrapperManager class is initialized. Helper
|
# or guarantee that the WrapperManager class is initialized. Helper
|
||||||
|
@ -73,6 +73,7 @@ wrapper.java.maxmemory=512
|
||||||
|
|
||||||
# Application parameters. Add parameters as needed starting from 1
|
# Application parameters. Add parameters as needed starting from 1
|
||||||
wrapper.app.parameter.1=org.apache.activemq.console.Main
|
wrapper.app.parameter.1=org.apache.activemq.console.Main
|
||||||
|
wrapper.app.parameter.2=start
|
||||||
|
|
||||||
#********************************************************************
|
#********************************************************************
|
||||||
# Wrapper Logging Properties
|
# Wrapper Logging Properties
|
||||||
|
@ -84,7 +85,7 @@ wrapper.console.format=PM
|
||||||
wrapper.console.loglevel=INFO
|
wrapper.console.loglevel=INFO
|
||||||
|
|
||||||
# Log file to use for wrapper output logging.
|
# Log file to use for wrapper output logging.
|
||||||
wrapper.logfile=%ACTIVEMQ_BASE%/activemq-data/wrapper.log
|
wrapper.logfile=%ACTIVEMQ_BASE%/data/wrapper.log
|
||||||
|
|
||||||
# Format of output for the log file. (See docs for formats)
|
# Format of output for the log file. (See docs for formats)
|
||||||
wrapper.logfile.format=LPTM
|
wrapper.logfile.format=LPTM
|
||||||
|
|
Loading…
Reference in New Issue