1 Reply Latest reply on Feb 24, 2005 5:10 AM by okretzschmar

    Apache with JBoss: Messages in log

    amenosse

      Hi,

      I'm using Apache2 with JBoss3.2.3.

      When I call my pages in Apache, Apache call JBoss over ajp13 protocol (mod_jk2).

      JBoss is writing strange messages in the log.

      How can I disable this messages ???

      Thanks,

      Andre Menosse

      See the log:
      ......................................................
      2004-06-07 14:38:19,112 DEBUG [org.apache.jk.common.ChannelSocket] read() [B@428527 8192 4 104 = 104
      2004-06-07 14:38:19,112 INFO [org.apache.jk.common.JkInputStream] Receiving: getting request body chunk 104 104
      2004-06-07 14:38:19,112 DEBUG [org.apache.jk.common.MsgAjp] Body buffer: [B@428527 4/108
      2004-06-07 14:38:19,112 INFO [STDOUT] 12 34 00 68 00 66 74 78 74 5f 43 64 49 6e 73 74 | .4.h.ftxt_CdInst
      2004-06-07 14:38:19,122 INFO [STDOUT] 69 74 75 69 63 61 6f 3d 31 26 74 78 74 5f 4e 6d | ituicao=1&txt_Nm
      2004-06-07 14:38:19,122 INFO [STDOUT] 4c 6f 67 69 6e 3d 53 41 26 74 78 74 5f 43 64 53 | Login=SA&txt_CdS
      2004-06-07 14:38:19,122 INFO [STDOUT] 65 6e 68 61 3d 31 32 33 26 74 78 74 5f 44 73 52 | enha=123&txt_DsR
      2004-06-07 14:38:19,122 INFO [STDOUT] 65 73 70 6f 73 74 61 53 65 63 72 65 74 61 3d 31 | espostaSecreta=1
      2004-06-07 14:38:19,122 INFO [STDOUT] 32 33 26 6d 76 5f 6c 6f 67 69 6e 2e 78 3d 30 26 | 23&mv_login.x=0&
      2004-06-07 14:38:19,122 INFO [STDOUT] 6d 76 5f 6c 6f 67 69 6e 2e 79 3d 30 | mv_login.y=0
      2004-06-07 14:38:19,132 DEBUG [org.apache.jk.common.JkInputStream] Copy into body buffer2 [B@133f6dd 102 102
      2004-06-07 14:38:19,132 DEBUG [org.apache.jk.common.JkInputStream] Data:
      txt_CdInstituicao=1&txt_NmLogin=SA&txt_CdSenha=123&txt_DsRespostaSecreta=123&mv_login.x=0&mv_login.y=0
      2004-06-07 14:38:19,132 DEBUG [org.apache.jk.common.HandlerRequest] R( /aspescola/portal/html/frm_verifica_login.jsp)
      2004-06-07 14:38:19,132 DEBUG [org.apache.jk.common.HandlerRequest] Calling next container org.apache.jk.server.JkCoyoteHandler
      2004-06-07 14:38:19,132 DEBUG [org.apache.jk.server.JkCoyoteHandler] Invoke R( /aspescola/portal/html/frm_verifica_login.jsp) org.apache.coyote.Response@24eafa /aspescola/portal/html/frm_verifica_login.jsp
      2004-06-07 14:38:19,132 DEBUG [org.apache.jk.server.JkCoyoteHandler] ACK
      2004-06-07 14:38:23,408 DEBUG [org.apache.jk.server.JkCoyoteHandler] doRead null 0 0
      2004-06-07 14:38:23,408 DEBUG [org.apache.jk.common.JkInputStream] doRead 0 102 102 false 0 0
      2004-06-07 14:38:25,111 DEBUG [org.apache.jk.server.JkCoyoteHandler] COMMIT
      2004-06-07 14:38:25,111 DEBUG [org.apache.jk.server.JkCoyoteHandler] COMMIT sending headers org.apache.coyote.Response@24eafa === MimeHeaders ===
      Pragma = no-cache
      Cache-Control = no-cache
      ....................................................