标签:aic sip uga awk btn hex soc stat apc
找出占用1099端口的进程,进入windows命令,查看什么进程占用了1099端口
使用命令:netstat -aon|findstr 1099 找出占用1099端口的进程,如下图所示:
然后关闭占用该端口的进程:taskkill -f -pid 3756
这样就可以正常启动Tomcat了.
java.rmi.server.ExportException: Port already in use: 1099的解决办法
标签:aic sip uga awk btn hex soc stat apc
原文地址:http://www.cnblogs.com/CESC4/p/7092554.html