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