Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不断收到这些错误
使用 netbeans 7.2.1、glassfish 3.1
我查看了许多有关此问题的帖子,但似乎没有任何效果
将 \glassfish\domains\domain1\config 中的端口更改为 9999,在第一个项目部署和运行之后很好,但之后同一个项目和其他项目在部署时再次出现这些错误。
运行 netstat -aon | 找到 ":80" | 在 cmd 中查找“LISTENING”没有结果或有时 java.exe 进程 pid
我还能做些什么来解决它?谢谢
如果您需要启动 Glassfish 3 服务器的新实例,则必须停止旧实例以释放端口。一次只能运行一个实例。