Application cannot create log file in UNIX?
问题 I have developed a web project. Which is generating log file using log4j. But the same application is deployed in UNIX, it is not able to create log file also.. I'm new to unix. Why it is not creating log file? This is the code.... log4j.rootLogger = INFO,CA, FA #Console Appender log4j.appender.CA = org.apache.log4j.ConsoleAppender log4j.appender.CA.layout = org.apache.log4j.PatternLayout log4j.appender.CA.layout.ConversionPattern = %d %5p %c{1}:%L - %m%n #File Appender log4j.appender.FA =