3

I'd like to be able to change the max-pool-size value at runtime. Currently I have to modify the xml and restart Glassfish.

Any ideas?

MaDa
  • 10,511
  • 9
  • 46
  • 84
Preston
  • 3,273
  • 4
  • 26
  • 35

1 Answers1

0

You should be able to do this with 'asadmin set'. I do not know the particular name you needto use, though.

Use "asadmin get '*'" (after you have deployed your MDB) to find the name that you will need to use.

vkraemer
  • 9,864
  • 2
  • 30
  • 44