您的位置:首页 > 其它

Windows下将GlassFish V4安装成系统服务

2014-09-04 16:00 113 查看
其实非常简单,直接上代码吧。

C:\glassfish4\bin>asadmin create-service
The Windows Service was created successfully.  It is ready to be started.  Here
are the details:
ID of the service: domain1
Display Name of the service:domain1 GlassFish Server
Server Directory: C:\glassfish4\glassfish\domains\domain1
Configuration file for Windows Services Wrapper: C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.xml
The service can be controlled using the Windows Services Manager or you can use the
Windows Services Wrapper instead:
Start Command:  C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.exe start
Stop Command:   C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.exe stop
Restart Command:  C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.exe restart
Uninstall Command:  C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.exe  uninstall
Install Command:  C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.exe  install
Status Command: C:\glassfish4\glassfish\domains\domain1\bin\domain1Service.exe status
You can also verify that the service is installed (or not) with sc query state=all
windows.services.uninstall.good=Found the Windows Service and successfully uninstalled it.
For your convenience this message has also been saved to this file: C:\glassfish4\glassfish\domains\domain1\PlatformServices.log
Command create-service executed successfully.

C:\glassfish4\bin>


代码片段里不支持高亮吗?有意思。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: