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?

link|improve this question

68% accept rate
which xml file are you modifying? – vkraemer Apr 22 '10 at 5:21
sun-ejb-jar.xml – Preston Apr 22 '10 at 15:49
feedback

1 Answer

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.

link|improve this answer
This let's you change it, but until you restart it doesn't seem to take affect. – Preston Apr 20 '10 at 22:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.