使用Apache 反向代理功能连接 Tomcat
NameVirtualHost *:8099
<VirtualHost *:8099>
ProxyPreserveHost On
ProxyRequests Off
ServerName www.aixing.com
ServerAlias s025.org *.s025.org
ProxyPass /TWRM/ ajp://192.168.10.2:8009/TWRM/
ProxyPassReverse /TWRM/ ajp://192.168.10.2:8009/TWRM/
ProxyPass /TWRM ajp://192.168.10.2:8009/TWRM
ProxyPassReverse /TWRM ajp://192.168.10.2:8009/TWRM
ErrorLog logs/s025.org-error_log
CustomLog logs/s025.org-access_log common
</VirtualHost>

浙公网安备 33010602011771号