Nov 4, 2025 · 4 min read · Overview At the end of October 2025, the Apache Software Foundation team announced two critical CVE vulnerabilities affecting multiple versions of Apache Tomcat. One of these vulnerabilities poses a high risk of remote code execution on vulnerable se...
Join discussion
Nov 4, 2025 · 5 min read · Tổng quan Cuối tháng 10 năm 2025 vừa qua, đội ngũ Apache Software Foundation đã công bố hai lỗ hổng CVE nghiêm trọng ảnh hưởng đến nhiều phiên bản của Apache Tomcat. Trong đó, một lỗ hổng tiềm ẩn nguy cơ cao về remote code execution trên các máy chủ ...
Join discussion
Jul 15, 2025 · 3 min read · Welcome to ToysRus, a beginner-friendly CTF room designed to introduce essential enumeration and exploitation tools commonly used in penetration testing. In this challenge, we leverage tools like Nmap, Gobuster, Hydra, Nikto, and Metasploit to uncove...
Join discussion
May 22, 2025 · 20 min read · Servlet Before the release of spring and spring boot, the primary way of making web applications in Java was by using Java Enterprise Edition which was renamed to Jakarta Enterpise Edition in 2017. The package names for the corresponding libraries we...
Join discussionMay 21, 2025 · 4 min read · Yesterday, on day 13, I gained hands-on experience deploying a simple Java web application on an EC2 instance using Apache Tomcat. I created a Maven project, packaged it into a WAR file, deployed it to Tomcat’s webapps directory, and accessed it thro...
Join discussion
Jan 23, 2025 · 4 min read · What is tomcat and why do we need tomcat? Tomcat is an application server where we can deploy our war( web archive ) file, with maven we can generate war, jar, and ear but Tomcat supports war files only, we can run jar with the help of, java -jar jar...
Join discussion
Dec 17, 2024 · 5 min read · Deploying a Maven Project on Apache Tomcat Server with Practical Insights Introduction In this guide, I will walk you through the installation and configuration of Java 17, Maven, and Apache Tomcat Server on an AWS Ubuntu instance. Additionally, I wi...
Join discussion
Mar 27, 2024 · 1 min read · Apache Tomcat is an open-source, lightweight, powerful and widely-used web server developed and maintained by Apache Foundation. It is an implementation of the Java Servlet, JavaServer Pages (JSP), Java Expression Language (EL) and Java WebSocket tec...
Join discussion
Nov 18, 2023 · 2 min read · Introduction Apache Tomcat is an effective environment for executing Java-based web applications and it's also an open-source application server. On the other side, Java development is made easier with Eclipse, an integrated development environment (...
Join discussion