• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Install | Apache Tomcat
  1. References
  2. Installation
  3. How to change logging configuration for a Tomcat?

  1. References
    See this page for more details on how to install Apache Tomcat:
    https://help.ubuntu.com/lts/serverguide/tomcat.html
  2. Installation
    Download Apache Tomcat: http://tomcat.apache.org

    Extract the file "apache-tomcat-9.0.0.M13.tar.gz" in the folder you want to install Tomcat: /opt/apache-tomcat-9.0.0.M13

    Change the folder permissions:

    Create a symbolic link of the Tomcat installation folder:

    Verify the version of Tomcat:

    Start Tomcat:

    Access the default page of Tomcat: http://localhost:8080

    Apache Tomcat/9.0.0.M13

    Stop Tomcat:
  3. How to change logging configuration for a Tomcat?
    See this page for more details on logging in Tomcat:
    http://tomcat.apache.org/tomcat-9.0-doc/logging.html

    Logging levels in Tomcat: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL

    You can enable logging for a particular package in Tomcat by editing the 'logging.properties' file:
© 2025  mtitek