让 Netbeans 在 vps 上运行是一样的还是我应该只运行 glassfish?
我已经成功安装了我的应用程序在我的 vps 中通过互联网运行,但我已经从 netbeans 中使用了它,它是相同的还是我应该关闭 netbeans,从 bin 文件运行 glassfish,从管理控制台部署并启动,并且只运行 glassfish?
环境:glassfish v3、JSF2.0、netbeans 6.8
非常感谢
最好的问候
伊格纳西奥
I have managed to get my app, up & running in my vps an over the internet, but I have done using this from netbeans, is it the same or I should close netbeans, run glassfish from bin files, deploy and start from admin console and have only glassfish running?
Enviroment: glassfish v3, JSF2.0, netbeans 6.8
Thank you very much
Best regards
Ignacio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“标准”方式是让 Glassfish 作为独立应用程序运行。
您仍然可以使用 netbeans 从您的计算机上管理它(通过在“服务 -> 服务器”中设置远程域 GF 服务器),或者您可以使用管理控制台 (http://yourhost:4848) 或确实使用 asadmin CLI 工具。
The 'standard' way would be to have Glassfish running as a standalone app.
You can still use netbeans to administer it from your machine (by setting up a remote domain GF server in 'services->servers') or you can use the admin console (http://yourhost:4848) or indeed use the asadmin CLI tool.