On 2002.01.30 07:46:55 -0500 [EMAIL PROTECTED] wrote: > Many thanks for your quick answers! > > <server.log > I looked up the server.log, but there were also nothing... > > > <Did you set LoggingEnabled=true for your connection pool MBean? > The MBean JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS > hasnt > an Attribute to set Logging Enabled or disabled. > Maybe in JBoss 3.0 every loaded MBean is set Log=true and you can choose > the > type of log (INFO, DEBUG) with the log4j.properties?
yes. > > The only thing I wanna do is to reconfigure the connectionpool of a > database > when the number of requests exceeds the number of the preconfigured > Connections to the database. you can't do this while the pool is running, I believe. It might work if you stopped and restarted the mbean, although I haven't had much luck with this and it will result in a service interruption. Can you estimate load and resources before you start your application? david jencks > So I thought I can make it with the Mbean ConnectionFactoryLoader which > (maybe?) controls the connectionpool to the Hypersonic Database > "DefaultDS"... > > Maybe this isnt the right way??? But how can I configure a > database-connectionpool? > I would be very pleased about hints to do this > Connectionpool-Reconfiguration through JMX-MBeans... > > Many thanks in advance! > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
