From f83677056891e436bf5ba99e79240df2a44528cd Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 21 Oct 2011 14:42:12 +0000 Subject: Merged out from trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1187375 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/etc/access | 19 ------------------ java/broker/etc/config.xml | 38 ++++++++++++++---------------------- java/broker/etc/jmxremote.access | 23 ---------------------- java/broker/etc/passwdVhost | 19 ------------------ java/broker/etc/qpid-server.conf.jpp | 3 +-- java/broker/etc/virtualhosts.xml | 2 +- 6 files changed, 17 insertions(+), 87 deletions(-) delete mode 100644 java/broker/etc/access delete mode 100644 java/broker/etc/jmxremote.access delete mode 100644 java/broker/etc/passwdVhost (limited to 'java/broker/etc') diff --git a/java/broker/etc/access b/java/broker/etc/access deleted file mode 100644 index 58b7443fa9..0000000000 --- a/java/broker/etc/access +++ /dev/null @@ -1,19 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. 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 obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -guest:localhost(rw),test(rw) \ No newline at end of file diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index 14b9456067..d18e1392e6 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -30,28 +30,27 @@ + To disable Non-SSL port set sslOnly to true --> false + 5671 false - /path/to/keystore.ks - keystorepass + /path/to/keystore.ks + keystorepass - false - - false - 262144 - 262144 - - nio 5672 - 8672 - 32768 - 32768 + 262144 + 262144 true - 8999 + + 8999 + + false + - passwordfile org.apache.qpid.server.security.auth.database.PlainPasswordFilePrincipalDatabase @@ -81,16 +78,11 @@ - + false - - - ${conf}/jmxremote.access - passwordfile - ${conf}/virtualhosts.xml diff --git a/java/broker/etc/jmxremote.access b/java/broker/etc/jmxremote.access deleted file mode 100644 index 1a51a6991b..0000000000 --- a/java/broker/etc/jmxremote.access +++ /dev/null @@ -1,23 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. 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 obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -#Generated by JMX Console : Last edited by user:admin -#Tue Jun 12 16:46:39 BST 2007 -admin=admin -guest=readonly -user=readwrite diff --git a/java/broker/etc/passwdVhost b/java/broker/etc/passwdVhost deleted file mode 100644 index 48ce8299b6..0000000000 --- a/java/broker/etc/passwdVhost +++ /dev/null @@ -1,19 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. 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 obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -guest:guest:localhost,test diff --git a/java/broker/etc/qpid-server.conf.jpp b/java/broker/etc/qpid-server.conf.jpp index 3ed2431ef3..0378c82fd9 100644 --- a/java/broker/etc/qpid-server.conf.jpp +++ b/java/broker/etc/qpid-server.conf.jpp @@ -17,8 +17,7 @@ # under the License. # -QPID_LIBS=$(build-classpath backport-util-concurrent \ - commons-beanutils \ +QPID_LIBS=$(build-classpath commons-beanutils \ commons-beanutils-core \ commons-cli \ commons-codec \ diff --git a/java/broker/etc/virtualhosts.xml b/java/broker/etc/virtualhosts.xml index 5860bfe2cb..33a48a1349 100644 --- a/java/broker/etc/virtualhosts.xml +++ b/java/broker/etc/virtualhosts.xml @@ -31,7 +31,7 @@ 2 - 20000 + 20000 -- cgit v1.2.1