0

I have an app which listens on 9060 port. What i want to acheive is, if i remove the 9060 port from server.xml and then stop/terminate my app, 9060 port should be completely closed i.e netstat -tanp | grep 9060 - should return nothing.

Currently 9060 related connector in my server.xml looks like this,

<Connector port="9060" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true" />

However, what i want to understand is, is it practically possible without whole appserver restart? Does the 9060 port related change in server.xml reflect only when appserver is restarted? Is there any way to achieve this without entire appserver restart?

Sash_KP
  • 101
  • 2

0 Answers0