You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/19 01:34:27 UTC

svn commit: r465421 - /incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/component.properties

Author: gnodet
Date: Wed Oct 18 16:34:26 2006
New Revision: 465421

URL: http://svn.apache.org/viewvc?view=rev&rev=465421
Log:
SM-714: component.properties in conf directory
Patch provided by Thomas Termin

Added:
    incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/component.properties

Added: incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/component.properties
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/component.properties?view=auto&rev=465421
==============================================================================
--- incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/component.properties (added)
+++ incubator/servicemix/trunk/apache-servicemix/src/main/release/conf/component.properties Wed Oct 18 16:34:26 2006
@@ -0,0 +1,26 @@
+#
+#    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.
+#
+servicemix-http.authenticationServiceName=java\:comp/env/smx/AuthenticationService
+servicemix-http.jettyManagement=false
+servicemix-http.streamingEnabled=false
+servicemix-http.connectorMaxIdleTime=65000
+servicemix-http.jettyConnectorClassName=org.mortbay.jetty.nio.SelectChannelConnector
+servicemix-http.maxTotalConnections=256
+servicemix-http.jettyThreadPoolSize=255
+servicemix-http.keystoreManagerName=java\:comp/env/smx/KeystoreManager
+servicemix-http.consumerProcessorSuspendTime=70000
+servicemix-http.maxConnectionsPerHost=32