About 50 results
Open links in new tab
  1. Newest 'tomcat' Questions - Stack Overflow

    Apr 8, 2026 · Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open-source web server and servlet container developed by the Apache Software Foundation (ASF).

  2. Tomcat: How to find out running Tomcat version? - Stack Overflow

    To find out the Tomcat version, find this file – version.sh for *nix or version.bat for Windows. This version.sh file is normally located in the Tomcat bin folder.

  3. How to upgrade Apache Tomcat? - Stack Overflow

    Feb 4, 2015 · can somebody tell, how to upgrade tomcat to the newest version? I have read from the tomcat webpage about upgrade but cant understand anything. Thanks.

  4. Does Spring Boot 3.5 support Tomcat 11? - Stack Overflow

    May 16, 2025 · I am trying to upgrade my Tomcat to 11 from 10.1.28. Current Spring Boot version is 3.3.3. Security team wants Tomcat to be upgraded to version 11. Anyone know if the latest release …

  5. java - Tomcat starts but home page cannot open with url http ...

    Jan 9, 2014 · My tomcat server was automatically stopping when I tried to open tomcat homepage with URL. So I just made some changes in windows->System32->drivers->etc->host file. keep only …

  6. Difference between the Apache HTTP Server and Apache Tomcat?

    508 Apache Tomcat is used to deploy your Java Servlets and JSPs. So in your Java project you can build your WAR (short for Web ARchive) file, and just drop it in the deploy directory in Tomcat. So …

  7. java - Tomcat graceful shutdown - Stack Overflow

    Oct 18, 2018 · I am stopping the Tomcat using catalina.sh stop 100. As per catalina shell scripts says it will wait for 100 seconds to terminate the tomcat process. But tomcat process terminated …

  8. How to know which tomcat version embedded in spring boot

    Jun 10, 2017 · Find out how to identify the Tomcat version embedded in your Spring Boot application with this helpful guide.

  9. Tomcat in Intellij Idea Community Edition - Stack Overflow

    Is it possible to run a web application using Tomcat Server in Intellij Idea Community Edition? I tried to find some information about it but haven't achived any success.

  10. java - Tomcat: Cache-Control - Stack Overflow

    Jetty has a CacheControl parameter (can be specified webdefault.xml) that determines the caching behavior of clients (by affecting headers sent to clients). Does Tomcat has a similar option? In sh...