ilscipio/scipio-erp

View on GitHub
framework/catalina/config/catalina.properties

Summary

Maintainability
Test Coverage
###############################################################################
# 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.
###############################################################################

## Use webSocket or not, see OFBIZ-7073 and subtasks
webSocket=true

## WebSocket debug/verbose mode (SCIPIO)
webSocket.debug=false

## ScipioSocketAppender message buffer max size (bytes) and max wait (ms) before flush (SCIPIO)
webSocket.log.appender.buffer.maxBytes=16384
webSocket.log.appender.buffer.maxWait=500
webSocket.log.appender.buffer.minMsgCount=2048

## This is recommended by https://tomcat.apache.org/tomcat-8.5-doc/security-howto.html#System_Properties
org.apache.catalina.connector.RECYCLE_FACADES=true

## Per-webapp JAR scanning (SCIPIO)
filterJarsScanner.platformReflectRegistry.factoryClass=com.ilscipio.scipio.ce.base.component.PlatformJarScanner$Factory