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

  2. 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.

  3. java - Unexpected Error: Apache Tomcat Native Library Not Found in ...

    Apr 26, 2024 · Unexpected Error: Apache Tomcat Native Library Not Found in IntelliJ IDEA Spring Boot Project Asked 1 year, 7 months ago Modified 1 year, 7 months ago Viewed 2k times

  4. 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 (ver....

  5. how to start stop tomcat server using CMD? - Stack Overflow

    Steps to start Apache Tomcat using cmd: 1. Firstly check that the JRE_HOME or JAVA_HOME is a variable available in environment variables. (If it is not create a new variable JRE_HOME or …

  6. How to create a self signed SSL certificate for use with Tomcat?

    Mar 1, 2017 · To generate self signed SSL Certificate and add to JAVA truststore for using with Tomcat Run the following command to generate the SSL certificate. keytool -genkey -keyalg RSA -alias …

  7. How do I redirect from Apache to Tomcat? - Stack Overflow

    Sep 16, 2016 · The correct way to do things is to leave Apache at 80 and Tomcat at 8080 and use a plug in (preferably mod_proxy) to proxy Tomcat from Apache. mod_proxy would only take you 10 …

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

    Dec 1, 2020 · sudo systemctl restart tomcat I get the following error: The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path I still can figure out what the …

  9. What is the default username and password in Tomcat?

    Sep 30, 2010 · Right click on the Apache Tomcat node in Servers panel and choose properties option in the context menu. This will open a dialog box named Servers. Check the directory name of the field …

  10. 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 good enough and …