Re: Integrating Log4J with Bea Weblogic Application Server

2001-08-28 Thread Mark Johnston
[EMAIL PROTECTED]> >Reply-To: "LOG4J Users Mailing List" <[EMAIL PROTECTED]> >To: LOG4J Users Mailing List <[EMAIL PROTECTED]> >Subject: Re: Integrating Log4J with Bea Weblogic Application Server >Date: Mon, 27 Aug 2001 22:21:16 -0700 (PDT) > >oops... >

Re: Integrating Log4J with Bea Weblogic Application Server

2001-08-27 Thread Ganapathi Raman
oops... it is me again...Mark...there was a small mistake on my part... DO NOT ADD THE CLASSPATH as i had mentioned in setEnv file...that is the WRONG file...add it to startWebLogic batch file. if u add log4j jars to this file when weblogic starts it loads the log4j jar files into its classpath.

Re: Integrating Log4J with Bea Weblogic Application Server

2001-08-27 Thread Ganapathi Raman
Hi Mark.. I am using log4j with BEA Weblogic ver 6.0 on NT..i have no idea abt Struts framework...but i can tell u abt using log4j under weblogic..hope it is useful... To begin with A. Open setEnv batch file(it is a windows command script file) using a text editor(I use textpad). This is found

Integrating Log4J with Bea Weblogic Application Server

2001-08-27 Thread Mark Johnston
Hi: Has anyone configured/installed Log4j to work with the BEA Weblogic Application Server? More specifically we have a web app that uses Struts as the framework and I would like to use Log4j to do all the logging/debugging for this app. Any pointers or howto's specifically related to Weblogi