1 Reply Latest reply on Dec 1, 2003 8:09 AM by jonlee

    JBoss client libs and enable debug info

    kristiane

      Hi,

      I need to enable debug in the JBoss client libs. I have an applet that is using the JBoss client libs to communicate with JBoss server.

      How do I enable log4j on the JBoss client libs?

      ThanX,
      - Kristian

        • 1. Re: JBoss client libs and enable debug info
          jonlee

          AFAIK, the client libraries do not allow you to log remotely across the client-server stream. Besides, as many things can go wrong with the communication protocols, this would not be a robust solution. You could log locally, but you would need to relax security permissions for your applet to write to the local file system.