hi, yourself,

Zhongwen Zhu (LMC) wrote:

>Hi
>
>In linux OS, when Tomcat is shut down, the port which is used by Tomcat is
>
>not released. Hence it is impossible to re-start Tomcat. Do you have any
>
>solution so that the system is forced to release the port when Tomcat is
>
>shut down?
>
yes, don't shut down by Ctrl-C. use shutdown.sh
i sometimes have troubles using

    [tim-mn@spiderman tim-mn]$ shutdown.sh && startup.sh

and in those cases have to resort to  doing this in two lines

    [tim-mn@spiderman tim-mn]$ shutdown.sh
    [tim-mn@spiderman tim-mn]$ startup.sh

this *allways* work for me

~mats

>
>Thank you for your hints.
>
>michael zhu
>
>
>  
>



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

Reply via email to