This is a good question. Does anyone actually USE this? It's an
interesting feature, but perhaps we should turn it off by default
(leave it there, but commented out in the ofbiz-containers.xml file).
If any does use this, please speak up. If anyone doubts they will ever
use this, also please speak up...
-David
On Dec 21, 2008, at 8:48 PM, Adam Heath wrote:
BeanShellContainer calls 'server(portNum)', which is a beanshell
helper
method, that starts 2 servers, an http and telnet server. However,
there is no control over the threads that are created. Can't set
daemon, priority, thread group, or implement some kind of cleanup
wrapper.
I'd like to remove this poorly implemented feature by bsh; however,
the
only way to do that is to not actually start the bsh server(s).
What do
others think?