• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Connection pooling

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm using jboss app server and oracle db server. I had written a oracle-ds.xml file and delployed in jboss to get the connection pool feature,its working fine.
But is it possible to define the connection pool properties using jboss web console for each web application?

For every database we need to write -ds.xml file. Is there any other alternative.

and I need to use clustering feature of jboss how to do it?
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Anand Raj:
But is it possible to define the connection pool properties using jboss web console for each web application?



No. JBoss Webconsole does not support datasource creation.

Originally posted by Anand Raj:
For every database we need to write -ds.xml file. Is there any other alternative.



A single -ds.xml can have multiple datasource configurations for different databases.


Originally posted by Anand Raj:
and I need to use clustering feature of jboss how to do it?



You have to start the "all" server profile to use clustering in JBoss:

 
Author
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

and I need to use clustering feature of jboss how to do it?



That's a very open-ended question. You could write a whole book on it, but we've devoted two chapters to it in ours.

Yes, the all configuration will get you started. Also browse through the JBoss documentation for some configuration details. The JBoss 5 clustering documentation has definitely improved over previous versions.
 
Something must be done about this. Let's start by reading this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic