This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| log4j.rootLogger=INFO, CATALINA | |
| # Define all the appenders | |
| log4j.appender.CATALINA=org.apache.log4j.RollingFileAppender | |
| log4j.appender.CATALINA.File=${catalina.home}/logs/catalina.out | |
| log4j.appender.CATALINA.MaxFileSize=100MB | |
| log4j.appender.CATALINA.MaxBackupIndex=5 | |
| log4j.appender.CATALINA.layout=org.apache.log4j.PatternLayout | |
| log4j.appender.CATALINA.layout.ConversionPattern=%d{dd.MM.yyyy HH:mm:ss} %p-%c{1}: [%m]%n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #======================================= | |
| # Part 1 is Setting up the Mirror Server | |
| # Install CPAN::Mini | |
| $ curl -L http://cpanmin.us | perl - --sudo CPAN::Mini | |
| # Select a CPAN Mirror URL from http://mirrors.cpan.org/ | |
| # - We'll use http://cpan.pair.com | |
| # Pick a directory to mirror to, I'll use /var/www/cpan |
NewerOlder