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..

Sorry for that silly mistake...

Cheers,
ganapathi.




--- Ganapathi Raman <[EMAIL PROTECTED]> wrote:
> 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 in 
> ${Weblogic Install
> folder}/bea/wlserver6.0/config/mydomain. 
> 
> B. In that file there will be a command to set
> classpath for weblogic...there add the log4j jars..u
> can place the log4j jars in the lib folder of
> weblogic
> 
> example:
> 
> :setEnv
> set
>
CLASSPATH=%JAVA_HOME%\lib\tools.jar;%WL_HOME%\lib\weblogic_sp.jar;%WL_HOME%\lib\weblogic.jar;%WL_HOME%\lib\log4j.jar;%WL_HOME%\lib\log4j-core.jar;%CLASSPATH%
> 
> Thats it...u can now deploy any application in
> weblogic with log4j code in it...in case of any web
> application that reads from a property file put that
> property file in 
> 
> ${Weblogic Install
>
folder}/bea/wlserver6.0/config/mydomain/applications/DefaultWebApp_myserver/web-inf/classes
> for ur application to load the property file...
> 
> Hope i was clear.
> 
> Cheers,
> Ganapathi.
> 
> 
> --- Mark Johnston <[EMAIL PROTECTED]> wrote:
> > 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
> > Weblogic and/or Struts would 
> > be greatly appreciated!
> > 
> > Thanks
> > 
> > Mark
> > 
> > 
> > 
> > 
> >
>
_________________________________________________________________
> > Get your FREE download of MSN Explorer at
> > http://explorer.msn.com/intl.asp
> > 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

Reply via email to