Mladen Turk wrote:
Hi,

Can we disable the server shutdown port?
I was thinking if I set the port to 0, then the StandardServer shouldn't
create the shutdown socket.
The reason for that is cause the embedded TC doesn't really need that if
the JNI is the only communication channel.
Server could be shut down from 'inside'.
This will enable multiple TC instances too, using the same server.xml
file.
Of course the await() needs to be refactored so it will not fail in that
case.

Thoughts?
You should use the BootstrapService class instead of Bootstrap. In 5.0, this has been refactored in a single class (with a flag to trigger the await).

Remy


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to