Skip to content

Commit 23d9e73

Browse files
committed
Add server to test tcpOptions inactivityTimeout
1 parent f54db82 commit 23d9e73

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
###############################################################################
2+
# Copyright (c) 2025 IBM Corporation and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License 2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-2.0/
7+
#
8+
# SPDX-License-Identifier: EPL-2.0
9+
###############################################################################
10+
bootstrap.include=../testports.properties
11+
com.ibm.ws.logging.trace.specification=*=info:TCPChannel=all
12+
com.ibm.ws.logging.max.file.size=100
13+
com.ibm.ws.logging.max.files=10
14+
com.ibm.ws.logging.trace.format=BASIC
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Copyright (c) 2025 IBM Corporation and others.
3+
All rights reserved. This program and the accompanying materials
4+
are made available under the terms of the Eclipse Public License 2.0
5+
which accompanies this distribution, and is available at
6+
http://www.eclipse.org/legal/epl-2.0/
7+
8+
SPDX-License-Identifier: EPL-2.0
9+
-->
10+
<server description="Test tcpOptions inactivityTimeout configuration.">
11+
12+
<include location="../fatTestCommon.xml"/>
13+
14+
<httpEndpoint id="defaultHttpEndpoint"
15+
host="*"
16+
httpPort="${bvt.prop.HTTP_default}"
17+
httpsPort="${bvt.prop.HTTP_default.secure}">
18+
<tcpOptions portOpenRetries="60"/>
19+
</httpEndpoint>
20+
21+
<featureManager>
22+
<feature>servlet-3.1</feature>
23+
</featureManager>
24+
25+
</server>

0 commit comments

Comments
 (0)