Apache HTTP 的终止也会杀死 Java 超级进程
我在 Ubuntu 中遇到以下问题:我在 Java 应用程序中启动 Apache HTTP 服务器,执行“httpd -f _CONFING_FILE_ -D FOREGROUND”。 Apache HTTP 作为我的 Java 应用程序的子进程运行。随后,如果我使用“httpd -k stop -f ...”或“kill _APACHE_PID_”停止 Apache,Java 应用程序也会存在。这怎么可能?如何防止 Java 应用程序终止?
I have following problem in Ubuntu: I start an Apache HTTP server within my Java application executing "httpd -f _CONFING_FILE_ -D FOREGROUND". The Apache HTTP runs as a subprocess of my Java application. Subsequently, if I stop the Apache using "httpd -k stop -f ..." or "kill _APACHE_PID_", the Java application exists as well. How is that possible and how can I prevent the termination of the Java application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论