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?

Reply via email to