当前位置: 技术问答>java相关
The Resin Web Server can be installed as an NT service.
来源: 互联网 发布时间:2015-06-27
本文导语: 下载了一个resin-ee-2.1.2,看了看文档: Deploying as an NT Service The Resin Web Server can be installed as an NT service. To install the service, use c:> resin-2.1.xbinhttpd -install -conf/myconf.conf To remove the service, use c:> resin-...
下载了一个resin-ee-2.1.2,看了看文档:
Deploying as an NT Service
The Resin Web Server can be installed as an NT service.
To install the service, use
c:> resin-2.1.xbinhttpd -install -conf/myconf.conf
To remove the service, use
c:> resin-2.1.xbinhttpd -remove
You will either need to reboot the machine or start the service from the Control Panel/Services panel to start the server. On a machine reboot, NT will automatically start the web server.
You can also start and stop the service from the command-line:
c:> net start resin
...
c:> net stop resin
====
实际操作的时候,我用
httpd -install -conf/resin.conf 来安装服务,结果无法启动;而且也没有给出任何可以参考的错误信息。
直接双击运行httpd.exe是可以的,安装成服务就不成功,各位有无相关经验可以参考的?谢谢
Deploying as an NT Service
The Resin Web Server can be installed as an NT service.
To install the service, use
c:> resin-2.1.xbinhttpd -install -conf/myconf.conf
To remove the service, use
c:> resin-2.1.xbinhttpd -remove
You will either need to reboot the machine or start the service from the Control Panel/Services panel to start the server. On a machine reboot, NT will automatically start the web server.
You can also start and stop the service from the command-line:
c:> net start resin
...
c:> net stop resin
====
实际操作的时候,我用
httpd -install -conf/resin.conf 来安装服务,结果无法启动;而且也没有给出任何可以参考的错误信息。
直接双击运行httpd.exe是可以的,安装成服务就不成功,各位有无相关经验可以参考的?谢谢
|
在net start resion前要先
打入
httpd -install
打入
httpd -install
|
up ,i can do that only,*_*
|
没有用过 :)。帮你up......
|
94,只需要httpd -install / remove 就可以了。
不过老一点的版本2.0.5以前的在nt4 Server上装都不行,
也不知道是我的NT问题,还什么什么问题。
不过老一点的版本2.0.5以前的在nt4 Server上装都不行,
也不知道是我的NT问题,还什么什么问题。
|
net start resion
httpd -install
httpd -install