You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rate limiting refers to preventing the frequency of an operation from exceeding some constraint. In large-scale systems, rate limiting is commonly used to protect underlying services and resources.
This project has been tested and confirmed to work with Java 6, Java 7 and Java 8, but may also work with other versions of Java. However, these other versions have not been tested.
Usage
Build the project with the command mvn package.
Deploy the generated .war file located in the target directory to the webapps directory of your Tomcat installation.
Start the Tomcat server by running the startup script located in the bin directory of your Tomcat installation.
Additional Configuration
You may need to modify the pom.xml file to add any necessary dependencies for your project. You can also modify the web.xml file located in the src/main/webapp/WEB-INF directory to configure your servlets and mappings.
If you need to configure any additional settings for your Tomcat installation, you can do so in the conf directory of your Tomcat installation.
Demonstration
This is a demonstration of rate limit working in an attack started by Owasp Zap tool with 5 threads requests.
0 commit comments