简体   繁体   English

在远程计算机上部署和管理Java EE应用程序

[英]Deploying and managing Java EE applications on remote machine

I have a VPS machine running Ubuntu 12.04 and I want to deploy and run my local Eclipse projects (mostly wicket projects) on this machine. 我有一台运行Ubuntu 12.04的VPS机器,我想在该机器上部署并运行我的本地Eclipse项目(主要是wicket项目)。 I installed and started Jetty server on it but could not figure out what to do next. 我在上面安装并启动了Jetty服务器,但不知道下一步该怎么做。 Should I just copy my project files to the /webapps folder and edit configurations? 我是否应该将项目文件复制到/ webapps文件夹并编辑配置? I can sense it is not that easy (Consider me as a noob). 我可以感觉这并不容易(将我视为菜鸟)。 Any help would be appreciated 任何帮助,将不胜感激

Generate a war and copy it to webapps folder. 产生战争并将其复制到webapps文件夹。 Then startup server. 然后启动服务器。

If you need further details, take a look at this: 如果您需要更多详细信息,请查看以下内容:

http://wiki.eclipse.org/Jetty/Howto/Deploy_Web_Applications http://wiki.eclipse.org/Jetty/Howto/Deploy_Web_Applications

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM