Hi All

Tried using the instructions from the Log4j manual on using a servlet for
log4j initialisation. Below is code from the example:

public void init() { 
        String prefix = getServletContext().getRealPath("/"); 
        String file = getInitParameter("log4j-init-file"); 
        // if the log4j-init-file is not set, then no point in trying 
        if(file != null) { 
                PropertyConfigurator.configure(prefix+file); 
        } 
}

However getRealPath() doesn't work from within a WAR file. Any suggestions.
I don't want it to be an expanded WAR file, also the solution, if possible,
must be web container independent.

Thanks

Mark 




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper at LevelSeas for the presence of computer viruses.

**********************************************************************

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to