Specific method:
(Recommended tutorial: apache)
1. Create script
vim /root/project/tomcat_logs_task/auto-del-15-days-ago-log.sh
# /bin/bash #定期删除tomcat 定期删除15天前的已分割日志 #日志路径 apache_tomcat_api_8079=/root/app/apache-tomcat-job36-api-8079/logs apache_tomcat_api_8080=/root/app/apache-tomcat-job36-api-8080/logs apache_tomcat_admin_8081=/root/app/apache-tomcat-job36-admin-8081/logs apache_tomcat_admin_8082=/root/app/apache-tomcat-job36-admin-8082/logs find $apache_tomcat_api_8079 -mtime +15 -name "localhost_access_log.*" -exec rm -rf {} \; find $apache_tomcat_api_8079 -mtime +15 -name "localhost.*" -exec rm -rf {} \; find $apache_tomcat_api_8079 -mtime +15 -name "manager.*" -exec rm -rf {} \; find $apache_tomcat_api_8079 -mtime +15 -name "catalina.*" -exec rm -rf {} \; find $apache_tomcat_api_8079 -mtime +15 -name "host-manager.*" -exec rm -rf {} \; find $apache_tomcat_api_8080 -mtime +15 -name "localhost_access_log.*" -exec rm -rf {} \; find $apache_tomcat_api_8080 -mtime +15 -name "localhost.*" -exec rm -rf {} \; find $apache_tomcat_api_8080 -mtime +15 -name "manager.*" -exec rm -rf {} \; find $apache_tomcat_api_8080 -mtime +15 -name "catalina.*" -exec rm -rf {} \; find $apache_tomcat_api_8080 -mtime +15 -name "host-manager.*" -exec rm -rf {} \; find $apache_tomcat_admin_8081 -mtime +15 -name "localhost_access_log.*" -exec rm -rf {} \; find $apache_tomcat_admin_8081 -mtime +15 -name "localhost.*" -exec rm -rf {} \; find $apache_tomcat_admin_8081 -mtime +15 -name "manager.*" -exec rm -rf {} \; find $apache_tomcat_admin_8081 -mtime +15 -name "catalina.*" -exec rm -rf {} \; find $apache_tomcat_admin_8081 -mtime +15 -name "host-manager.*" -exec rm -rf {} \; find $apache_tomcat_admin_8082 -mtime +15 -name "localhost_access_log.*" -exec rm -rf {} \; find $apache_tomcat_admin_8082 -mtime +15 -name "localhost.*" -exec rm -rf {} \; find $apache_tomcat_admin_8082 -mtime +15 -name "manager.*" -exec rm -rf {} \; find $apache_tomcat_admin_8082 -mtime +15 -name "catalina.*" -exec rm -rf {} \; find $apache_tomcat_admin_8082 -mtime +15 -name "host-manager.*" -exec rm -rf {} \;
2. Make an execution plan
vim /root/project/tomcat_logs_task/auto-del-15-days-ago-log.cron 0 1 * * * . /etc/profile;/bin/sh /root/project/tomcat_logs_task/auto-del-15-days-ago-log.sh
3. Join the task
crontab -e 0 1 * * * . /etc/profile;/bin/sh /root/project/tomcat_logs_task/auto-del-15-days-ago-log.sh
The above is the detailed content of Tomcat implements regular deletion of logs. For more information, please follow other related articles on the PHP Chinese website!

The core features of ApacheWebServer include modular design, virtual host configuration, security settings and performance optimization. 1) Modular design enables flexible extensions by loading different modules, such as mod_rewrite for URL rewriting. 2) Virtual host configuration allows multiple websites to be run on one server. 3) Security settings provide SSL/TLS encryption and access control. 4) Performance optimization involves enabling KeepAlive, adjusting MPM configuration, and enabling cache.

Reasons for Apache's continued importance include its diversity, flexibility, strong community support, widespread use and high reliability in enterprise-level applications, and continuous innovation in emerging technologies. Specifically, 1) The Apache project covers multiple fields from web servers to big data processing, providing rich solutions; 2) The global community of the Apache Software Foundation (ASF) provides continuous support and development momentum for the project; 3) Apache shows high stability and scalability in enterprise-level applications such as finance and telecommunications; 4) Apache continues to innovate in emerging technologies such as cloud computing and big data, such as breakthroughs from ApacheFlink and ApacheArrow.

Apache remains important in today's technology ecosystem. 1) In the fields of web services and big data processing, ApacheHTTPServer, Kafka and Hadoop are still the first choice. 2) In the future, we need to pay attention to cloud nativeization, performance optimization and ecosystem simplification to maintain competitiveness.

ApacheHTTPServer has a huge impact on WebHosting and content distribution. 1) Apache started in 1995 and quickly became the first choice in the market, providing modular design and flexibility. 2) In web hosting, Apache is widely used for stability and security and supports multiple operating systems. 3) In terms of content distribution, combining CDN use improves website speed and reliability. 4) Apache significantly improves website performance through performance optimization configurations such as content compression and cache headers.

Apache can serve HTML, CSS, JavaScript and other files. 1) Configure the virtual host and document root directory, 2) receive, process and return requests, 3) use .htaccess files to implement URL rewrite, 4) debug by checking permissions, viewing logs and testing configurations, 5) enable cache, compressing files, and adjusting KeepAlive settings to optimize performance.

ApacheHTTPServer has become a leader in the field of web servers for its modular design, high scalability, security and performance optimization. 1. Modular design supports various protocols and functions by loading different modules. 2. Highly scalable to adapt to the needs of small to large applications. 3. Security protects the website through mod_security and multiple authentication mechanisms. 4. Performance optimization improves loading speed through data compression and caching.

ApacheHTTPServer remains important in modern web environments because of its stability, scalability and rich ecosystem. 1) Stability and reliability make it suitable for high availability environments. 2) A wide ecosystem provides rich modules and extensions. 3) Easy to configure and manage, and can be quickly started even for beginners.

The reasons for Apache's success include: 1) strong open source community support, 2) flexibility and scalability, 3) stability and reliability, and 4) a wide range of application scenarios. Through community technical support and sharing, Apache provides flexible modular design and configuration options, ensuring its adaptability and stability under a variety of needs, and is widely used in different scenarios from personal blogs to large corporate websites.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),