Hello all, Scenario:
I have a web application with jsp,servlet and EJB as middle tier, running on WAS 4.0. I use oracle 8i as backend. Both the tiers seat on different physical machines. I am using log4j for middle tier logging. I was successful in implementing log4j in oracle stored procedures using oracle java support. Problem : Currently middle tier side logs are generated onto 'WAS' machine and database side log is generated onto 'oracle' machine. That gives me headache while tracing transactions/errors. I need entire transaction to be sequencially logged onto single .stout file. I tried to make oracle log4j to refer to WAS log4j configration, but unfortunately it did not work. Please let me know how to configure this(if possible!) so that both the logs are written onto same logger file. thanks in advance, Abhijit ************************************************************************** This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. ************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
