About 5,920,000 results
Open links in new tab
  1. 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 …

  2. HttpRequest maximum allowable size in tomcat? - Stack Overflow

    Jun 30, 2018 · Learn about the maximum allowable size for HTTP requests in Tomcat and how to configure it effectively.

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

    I'm trying to get Appfuse + Tomcat + jRebel working. Appfuse by default uses Cargo to download tomcat (ver. 7.0.33) and deploy the application to it. I wish to use an already installed tomcat …

  4. JAVA -tomcat- Request header is too large - Stack Overflow

    Sep 27, 2016 · The java.lang.IllegalArgumentException is happening in the server and it hasn't any to do with the browser. Hence, changing server.tomcat.max-http-header-size should be …

  5. Tomcat: Native library which allows using OpenSSL was not found

    Dec 1, 2020 · 11 I just setup a new Java project with Tomcat 9 on Ubuntu 18.04. However, when I start the Tomcat server using the command sudo systemctl restart tomcat I get the following …

  6. How to increase Java heap space for a tomcat app

    Navigate to the Java tab. If you know you have 64 bit Windows with 64 bit Java and 64 bit Tomcat, then feel free to set the memory higher than 512. You'll need to do some task …

  7. Redirect HTTP to HTTPS:PORT in Tomcat - Stack Overflow

    Oct 19, 2015 · Then, Tomcat will redirect any matching url-pattern to the configured port in order to use HTTPS as guarantor of confidentiality in transport. So, if you want to redirect a specific …

  8. How do I set Tomcat Manager Application User Name and …

    Jan 18, 2017 · 16 I case of tomcat 7 the role has changed from manager to manager-gui so set it as below in the tomcat-user.xml file.

  9. Can't access Tomcat using IP address - Stack Overflow

    Jul 20, 2021 · From what I know, Tomcat and JBoss implement the same security measures. If you want to bind it to another IP you can explicitly set it in your connector string: Tomcat: …

  10. tomcat - How to shutdown Apache Tomcat9.0 server - Stack …

    Jul 15, 2020 · Part 2: In VS code, after configurating Tomcat server, right click on that added Tomcat on the left explorer panel and select "Open Server Configuration" from the list of …