blob: aac20bd5f311691a5e7d24f6c0702a3543f48c91 [file] [log] [blame]
<!-- Copyright (c) 2017 Istio Authors
Licensed 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.-->
<server description="Sample Liberty server">
<featureManager>
<feature>jaxrs-2.0</feature>
<feature>jsonp-1.0</feature>
</featureManager>
<httpEndpoint host="*" httpPort="9080" httpsPort="-1"
id="defaultHttpEndpoint"/>
<webContainer deferServletLoad="false"/>
<applicationMonitor dropinsEnabled="false" updateTrigger="mbean"/>
<config updateTrigger="mbean"/>
<executor coreThreads="5"/>
<webApplication contextRoot="/" id="reviews-app" location="reviews-application-1.0.war" name="reviews-app"/>
</server>