2 Replies Latest reply on Feb 28, 2008 2:25 AM by frankthetank

    How the jboss performance can be increased?

    zasmen

      hi,
      i need to increase the performance of the jboss. i have deleted all the unused applications in the deploy folder like jms,jmx-console.war,web-console.war.
      the postgres-ds.xml looks like follows

      <local-tx-datasource>
      <jndi-name>PostgresDS</jndi-name>
      <connection-url>jdbc:postgresql://1.2.3.4:5432/databasename</connection-url>
      <driver-class>org.postgresql.Driver</driver-class>
      <user-name>remit</user-name>
      remit


      <type-mapping>PostgreSQL 8.0.3</type-mapping>


      <min-pool-size>10</min-pool-size>
      <max-pool-size>64</max-pool-size>

      <blocking-timeout-millis>30000</blocking-timeout-millis>
      <idle-timeout-minutes>15</idle-timeout-minutes>

      <track-statement>true</track-statement>


      </local-tx-datasource>




      are there any other changes in the jboss configurations to increase the performance