Skip to content

2.0.15_1.3.1_20260422_1832

Choose a tag to compare

@github-actions github-actions released this 22 Apr 10:32
· 3 commits to main since this release
ca54b9d

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