在腻子终端关闭后保持播放应用程序运行 [英] Keep play application running after putty terminal closed

查看:102
本文介绍了在腻子终端关闭后保持播放应用程序运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在腻子终端关闭后如何保持播放应用程序运行?

How to keep play application running after putty terminal closed?

将play应用程序部署到服务器中之后,我使用腻子终端将其切入服务器并运行了play应用程序.

After deploying play application in to server, I ssh'ed into server with putty terminal and ran the play application.

但是,一旦我关闭腻子终端,play应用程序将不再接受来自客户端的http请求. 要启动播放应用程序,我使用了以下命令;

However, once I close the putty terminal, play application no longer accepts http requests from client. To start the play application I used following command;

./{myplayapp}/bin/{executable} -Dhttp.port=8000

推荐答案

使用屏幕启动您的应用程序.使用"screen -ls"查看现有屏幕,并使用"screen -r"在现有屏幕之间切换 http://wiki.ubuntuusers.de/screen

use screen to start your application. view existing screens with "screen -ls" and switch between them with "screen -r" http://wiki.ubuntuusers.de/screen

这篇关于在腻子终端关闭后保持播放应用程序运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆