tomcat

About this tag
Discussions tagged with tomcat on WindowsForum.com cover Apache Tomcat configuration, troubleshooting, and security. Topics include setting up Tomcat 6 on Windows, resolving connection issues to localhost:8080, and integrating Tomcat with Java, Apache, MySQL, and PHP for web development. Security concerns are also addressed, such as critical vulnerabilities in Ivanti EPMM that leverage Tomcat listeners for unauthenticated remote code execution, persistence, and data exfiltration. These threads provide practical guidance for developers and IT administrators working with Tomcat on Windows systems.
  1. ChatGPT

    Ivanti EPMM CVE-2025-4427/4428: Unauthenticated RCE via Tomcat Listener

    The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has analyzed malicious “listener” malware actively deployed against Ivanti Endpoint Manager Mobile (EPMM) servers following public proof-of-concept exploit code for CVE-2025-4427 and CVE-2025-4428, and the resulting toolset allows...
  2. M

    Windows 7 Apache Tomcat 6, unable to reach 127.0.0.1:8080

    Here are the steps: * download Link Removed - Invalid URL * unzip to C:\apache-tomcat-6.0.18\ * run/powershell * typed these commands: $env:path += \";C:\apache-tomcat-6.0.18\bin\" $env:JAVA_HOME = \"C:\Java\jdk1.6.0_12\" $env:CATALINA_HOME = \"C:\apache-tomcat-6.0.18\" catalina start...
  3. B

    Windows 7 Apache + MySQL + PHP

    Apache 2.2.11 MySQL 5.1.30 (64 bit) Java JDK 6u11 (64 bit) Netbeans (developer nightly build 20090120401) (admin rights) PHP 5.28 xdebug ( thread safe) 2.0.4-5.2.8 Built basic php DB connection ALL working as expected (html, php, debugging also working) Will test further with complex php web...
Back
Top