aspose file tools
The moose likes Tomcat and the fly likes log4J: could not able to see the log file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "log4J: could not able to see the log file" Watch "log4J: could not able to see the log file" New topic
Author

log4J: could not able to see the log file

ramaa Vadakattuu
Greenhorn

Joined: Oct 12, 2007
Posts: 7
I am working on Eclipse IDE
I encountered the following problem
-----------------------
1) if i use the absolute path for the parameter File in appender like below
<appender name="ROLLING" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="D:/sample.log"/>

Then i am able to see the log file at that path.
----------------------------
if i use relative path for the parameter File in appender like below

<appender name="ROLLING" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="sample.log"/>

I could not able to find the file no where in the drive where the Web-App is running.

I could not able to find out why it is behaving like this?
Can anyone please guide me on how to resolve the above issue?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: log4J: could not able to see the log file
 
Similar Threads
dynamic configuration of file appender
log4j -> fileAppender.getFile() to read unix log dir location
Issue in using the DatabaseServerLoginModule for encrypting the password using MD5
log file path in weblogic
Unable to log to file