0 Replies Latest reply on Jul 4, 2013 7:35 AM by amitsingh752

    Jboss log replication problem

    amitsingh752

      For jboss performance tuning i made following changes in standardjboss.xml

       

      I replaced

      <invoker-mbean>jboss:service=invoker,type=jrmp</invoker-mbean>

      with

      <invoker-mbean>jboss:service=invoker,type=pooled</invoker-mbean>

      for four things: stateless-rmi-invoker, clustered-stateless-rmi-invoker, stateful-rmi-invoker,entity-rmi-invoker.

       

      But after that i am facing a problem with jboss log, when i am passing 1 request , it is showing multiple requests and multiple responses for that single request.

       

      Can anybody help me..