Problem using log4j in JRun2.3.3

2002-02-19 Thread Nair, Ranjini
Hi All, I have a problem getting log4j1.1.3 to work for different applications using JRUN 2.3.3. I have an initialization servlet setup for each application in JRun. I configure log4j using the PropertyConfigurator in the servlets. I'm preloading the servlets, which means that the init() gets ex

Re: problem using log4j on browser.

2001-05-08 Thread William Jaynes
ay 07, 2001 4:30 PM Subject: problem using log4j on browser. Hi   I am trying to use the log4j for logging my project. it works fine when my product run on a appletviewer, but applet doesn't initialize when I try to run the same on a browser.   please let me know if I

Re: problem using log4j on browser.

2001-05-07 Thread SCOTT FARQUHAR
I suspect that this is not a log4j problem. You are probably best to go to http://java.sun.com for a tutorial on applets. www.cse.unsw.edu.au/~cs1021 also has some good information. >>> [EMAIL PROTECTED] 05/08/01 06:30am >>> Hi I am trying to use the log4j for logging my project. it works fine

problem using log4j on browser.

2001-05-07 Thread Ravi Prasad
Hi   I am trying to use the log4j for logging my project. it works fine when my product run on a appletviewer, but applet doesn't initialize when I try to run the same on a browser.   please let me know if I am missing some thing.   regardsRavi Prasad [EMAIL PROTECTED]

RE: problem using log4j

2001-03-14 Thread Srinivasa Chinimilli (Rapidigm)
to narrow down ?       srinivas -Original Message-From: Ravi Prasad [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 14, 2001 8:48 AMTo: [EMAIL PROTECTED]Subject: problem using log4j Hi   I was trying to use the log4j for the my project, I am facing this

Re: problem using log4j

2001-03-14 Thread Ceki Gülcü
Ravi, Could you please provide more detail? Ceki At 10:47 14.03.2001 -0600, Ravi Prasad wrote: >Hi > >I was trying to use the log4j for the my project, I am facing this problem > >I am able to run my application with logging enabled through log4j on my machine. >but when I put the same on th

problem using log4j

2001-03-14 Thread Ravi Prasad
Hi   I was trying to use the log4j for the my project, I am facing this problem   I am able to run my application with logging enabled through log4j on my machine. but when I put the same on the HTTP server and access the same application from a client machine, I get an "Applet not initialize

Re: A problem using log4j in an Enterprise JavaBean

2001-02-22 Thread Ceki Gülcü
Jon, If I recall correctly, the Oracle JVM closes files after each flush operation. I suggest that you use the SocketAppender/SocketServer combination assuming that sockets is not an issue... Cheers, Ceki At 10:35 22.02.2001 -0500, John Collier wrote: >I am having a problem using lo

A problem using log4j in an Enterprise JavaBean

2001-02-22 Thread John Collier
I am having a problem using log4j inside of an EJB; I can only log to a file on the first call to the EJB. Subsequent attempts to log from other methods in the EJB fail due to an IOException on the call to flush() the log output. The environment is as follows. We are developing an Oracle-based