mirror of
https://github.com/apache/activemq.git
synced 2025-02-18 16:10:45 +00:00
https://issues.apache.org/jira/browse/AMQ-3735 Add the new ACTIVEMQ_CONF and ACTIVEMQ_DATA defaults to the wrapper conf files. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1292809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5dcc9dfbf
commit
14350af90c
@ -5,9 +5,9 @@
|
|||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
# the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -52,17 +52,19 @@ wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_BASE%/conf/broker
|
|||||||
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
||||||
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
||||||
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
||||||
|
wrapper.java.additional.10=-Dactivemq.conf=%ACTIVEMQ_BASE%/conf
|
||||||
|
wrapper.java.additional.11=-Dactivemq.data=%ACTIVEMQ_BASE%/data
|
||||||
|
|
||||||
# Uncomment to enable jmx
|
# Uncomment to enable jmx
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
||||||
|
|
||||||
# Uncomment to enable YourKit profiling
|
# Uncomment to enable YourKit profiling
|
||||||
#wrapper.java.additional.n=-Xrunyjpagent
|
#wrapper.java.additional.n=-Xrunyjpagent
|
||||||
|
|
||||||
# Uncomment to enable remote debugging
|
# Uncomment to enable remote debugging
|
||||||
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
||||||
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
||||||
|
|
||||||
# Initial Java Heap Size (in MB)
|
# Initial Java Heap Size (in MB)
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
# the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -52,17 +52,19 @@ wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_BASE%/conf/broker
|
|||||||
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
||||||
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
||||||
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
||||||
|
wrapper.java.additional.10=-Dactivemq.conf=%ACTIVEMQ_BASE%/conf
|
||||||
|
wrapper.java.additional.11=-Dactivemq.data=%ACTIVEMQ_BASE%/data
|
||||||
|
|
||||||
# Uncomment to enable jmx
|
# Uncomment to enable jmx
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
||||||
|
|
||||||
# Uncomment to enable YourKit profiling
|
# Uncomment to enable YourKit profiling
|
||||||
#wrapper.java.additional.n=-Xrunyjpagent
|
#wrapper.java.additional.n=-Xrunyjpagent
|
||||||
|
|
||||||
# Uncomment to enable remote debugging
|
# Uncomment to enable remote debugging
|
||||||
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
||||||
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
||||||
|
|
||||||
# Initial Java Heap Size (in MB)
|
# Initial Java Heap Size (in MB)
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
# the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -52,17 +52,19 @@ wrapper.java.additional.6=-Djavax.net.ssl.trustStore=%ACTIVEMQ_BASE%/conf/broker
|
|||||||
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
||||||
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
||||||
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
||||||
|
wrapper.java.additional.10=-Dactivemq.conf=%ACTIVEMQ_BASE%/conf
|
||||||
|
wrapper.java.additional.11=-Dactivemq.data=%ACTIVEMQ_BASE%/data
|
||||||
|
|
||||||
# Uncomment to enable jmx
|
# Uncomment to enable jmx
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
||||||
|
|
||||||
# Uncomment to enable YourKit profiling
|
# Uncomment to enable YourKit profiling
|
||||||
#wrapper.java.additional.n=-Xrunyjpagent
|
#wrapper.java.additional.n=-Xrunyjpagent
|
||||||
|
|
||||||
# Uncomment to enable remote debugging
|
# Uncomment to enable remote debugging
|
||||||
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
||||||
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
||||||
|
|
||||||
# Initial Java Heap Size (in MB)
|
# Initial Java Heap Size (in MB)
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||||
# (the "License"); you may not use this file except in compliance with
|
# (the "License"); you may not use this file except in compliance with
|
||||||
# the License. You may obtain a copy of the License at
|
# the License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -52,17 +52,19 @@ wrapper.java.additional.6=-Djavax.net.ssl.trustStore="%ACTIVEMQ_BASE%/conf/broke
|
|||||||
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
wrapper.java.additional.7=-Dcom.sun.management.jmxremote
|
||||||
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
wrapper.java.additional.8=-Dorg.apache.activemq.UseDedicatedTaskRunner=true
|
||||||
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
wrapper.java.additional.9=-Djava.util.logging.config.file=logging.properties
|
||||||
|
wrapper.java.additional.10=-Dactivemq.conf="%ACTIVEMQ_BASE%/conf"
|
||||||
|
wrapper.java.additional.11=-Dactivemq.data="%ACTIVEMQ_BASE%/data"
|
||||||
|
|
||||||
# Uncomment to enable remote jmx
|
# Uncomment to enable remote jmx
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.port=1616
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.authenticate=false
|
||||||
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
#wrapper.java.additional.n=-Dcom.sun.management.jmxremote.ssl=false
|
||||||
|
|
||||||
# Uncomment to enable YourKit profiling
|
# Uncomment to enable YourKit profiling
|
||||||
#wrapper.java.additional.n=-Xrunyjpagent
|
#wrapper.java.additional.n=-Xrunyjpagent
|
||||||
|
|
||||||
# Uncomment to enable remote debugging
|
# Uncomment to enable remote debugging
|
||||||
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
#wrapper.java.additional.n=-Xdebug -Xnoagent -Djava.compiler=NONE
|
||||||
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
#wrapper.java.additional.n=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
|
||||||
|
|
||||||
# Initial Java Heap Size (in MB)
|
# Initial Java Heap Size (in MB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user