Skip to content

2.0.15_1.3.1_20260507_1449

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 06:49
a3b9a07

Automated release created by GitHub Actions.

# Config Tomcat
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="off" />

# For Windows
set PATH=%PATH%;C:\your\path\to\tc-native-dll
# For Unix
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
export LD_LIBRARY_PATH
yum install -y java-1.8.0-openjdk-devel.x86_64 expat-devel
cat << 'EOF' > setenv.sh
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
export LD_LIBRARY_PATH
EOF