Counting Access Times by IP | Challenge

# Introduction In this challenge, we will use filters and listeners to implement a system that counts the number of times an IP address visits a website. The challenge involves completing the coding of `index.jsp`, `MyListener`, and `MyFilter` to display the IPs currently accessing the website and track the number of times each IP has visited. Finally, we will verify the challenge by starting the project and checking if the functionality is working as expected.

|60 : 00

Click the virtual machine below to start practicing