在 Windows 启动时启动 glassfish
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2383805/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:04:38 来源:igfitidea点击:
Start glassfish at boot in windows
提问by Robot
This must be a dumb question, but I don't see any obvious references. How can I get glassfish to start at boot on a windows box?
这一定是一个愚蠢的问题,但我没有看到任何明显的参考。我怎样才能让 glassfish 在 Windows 盒子上启动?
回答by Pascal Thivent
Install GlassFish as a service that starts automatically:
将 GlassFish 安装为自动启动的服务:
- Check out How do I run GlassFish as a Windows service?in the GlassFish Wiki for GlassFish v2.
- Use the Platform Services Supportfor GlassFish v3 (more on this in this threadjust in case).
- 查看如何将 GlassFish 作为 Windows 服务运行?在 GlassFish v2 的 GlassFish Wiki 中。
- 使用GlassFish v3的平台服务支持(为了以防万一,请在此线程中详细介绍)。
PS: It's often preferable to mention the version you are using...
PS:通常最好提及您正在使用的版本......