On Wednesday 05 June 2002 16:43, you wrote: > Sorry for my above message, the correct data are: > > We are working with JBoss 2.4.4 in Solaris 2.6. The application > consults data from an Oracle 8.1.7 database. I would like to known > if there is any mechanism to know or to limit the number of > concurrent sessions opened, and the number of database connections?? > > TIA. > > Idoia
You may configure the connection pool's size in jboss.jcml. For Postgres, it looks like this: <mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=PostgresDB"> <attribute name="MaxSize">20</attribute> </mbean> With quite a lot of other options to tweak :-) The number of the session beans' pool size may be tuned in standardjboss.xml, but i suppose this is not what you were asking. HTH Andreas _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user