-
Installing Windows Service s will enable Apache rotatelogs by default.
- Refer CS17799for how to run Apache as Windowsservice.
-
Manually set Apache log rotation by following steps.
-
Execute the commands below within a Windchill Shell (substitute <Apache_Home> with the directory where Apache / PTC HTTPServer is installed):
*cd <APACHE_HOME> ant -f config.xml reconfigure -DRotateLogs=true -DRotateOnFileSize=false -DRotateTime=86400 -
DRotateTimeis in seconds - i.e 86400 is the value to specify 1 day
-
Alternatively, rotate by size with -DRotateOnFileSize=true and -DRotateSize=<size in MB>
-
Apache restart is required after this change
-
-
To disable the log rotation execute the commands below within a Windchill Shell (substitute <Apache_Home> with the directory where Apache / PTC HTTPServer is installed):
*cd <APACHE_HOME> ant -f config.xml reconfigure -DRotateLogs=false- Apache restart is required after this change
windchill apache 日志过大的问题解决方法(单个日志超过6G)
ptc学习者2024-07-19 20:45
相关推荐
立莹Sir31 分钟前
Spring Bean生命周期设计思想与源码深度剖析:从表象到本质的全面升级计算机毕业论文辅导37 分钟前
毕业设计避坑指南:工资信息管理系统的设计与实现(Java+SpringBoot实战)你不是我我40 分钟前
【Java 开发日记】为什么要有 time _wait 状态,服务端这个状态过多是什么原因?User_芊芊君子40 分钟前
别再乱用 ArrayList 了!这 4 个隐藏坑,90% 的 Java 开发者都踩过xcLeigh41 分钟前
JAVA项目实战:用飞算 JavaAI 高效开发电商系统核心功能模块xcLeigh42 分钟前
IoTDB Java 原生 API 实战:SessionPool 从入门到精通qq12_81151751542 分钟前
Java Web 影城会员管理系统系统源码-SpringBoot2+Vue3+MyBatis-Plus+MySQL8.0【含文档】杜子不疼.43 分钟前
Java 智能体学习避坑指南:3 个常见误区,新手千万别踩,高效少走弯路冬天vs不冷43 分钟前
为什么 Java 不让 Lambda 和匿名内部类修改外部变量?final 与等效 final 的真正意义星河耀银海44 分钟前
JAVA 多线程编程:从基础原理到实战应用