you can disbale this information in "server.xml".You may find two nodes there:
<visibleWelcomeMessage value="true"></visibleWelcomeMessage>
<visibleExitMessage value="true"></visibleExitMessage>
Change true into false and then restart your server to make it effective.
|