Results for “Tomcat

How to Install Yunsuo Protection Module for Tomcat

Note: Before installation, you can re-download Tomcat to ensure it is in a normal state prior to installing this program.
Environment: Tomcat + Yunsuo 3.0
1. Download and extract the attachment: Attachment Download https://www.cnop.net/uploadfile/2017/0227/20170227025519812.zip #cd /usr.local/tomcat …

Web.xml Priority in Tomcat vs. Project

When deploying a project, if I don’t configure web.xml in my own project, all request links will follow the web.xml configuration under Tomcat, such as the homepage, timeout settings, etc.
The web.xml in Tomcat is generic; if not configured, it defaults to Tomcat’s web.xml, such as …

How to Fix Tomcat Session Storage Errors with Memcached Configuration

How to Fix Kryo SerializationException in Nginx Tomcat Memcached Session Integration

Recently, while configuring an Nginx + Tomcat + Memcached cluster for session management, I encountered an error when using the more efficient Kryo serialization method.
The error message:

Caused by: com.esotericsoftware.kryo.SerializationException: Unable to deserialize object o …

A Case of CC Attack on Tomcat Backend Server

While following up on a project recently, I noticed a large number of abnormal requests appearing in the backend Tomcat server logs. These showed up as requests from many suspicious domains and IPs, quickly flooding the website logs, as shown below: Since the frontend uses Nginx and its logs were normal, the above information basically confirms that the backend server was under a CC attack …