简体   繁体   English

我如何在云服务器中部署我的 j2ee 应用程序

[英]How i can deploy my j2ee application in cloud servers

I am new to j2ee and java web apps development.我是 j2ee 和 java web 应用程序开发的新手。 I have an query about how to deploy the build WAR file into cloud.我有一个关于如何将构建 WAR 文件部署到云中的问题。

ie, Weather Cloud systems provide j2ee servers for running our java based web apps or not.即,天气云系统提供 j2ee 服务器来运行我们基于 java 的 web 应用程序或不。

If so, please provide me the links of cloud j2ee servers.如果有,请提供云j2ee服务器的链接。

Thank you..谢谢..

If you just want to deploy a .war file and not taking care of any config process, you should then look for a Java PaaS. 如果您只想部署.war文件并且不执行任何配置过程,则应寻找Java PaaS。

The way will depend on the PaaS you choose. 方式将取决于您选择的PaaS。 This is a specific way for a PaaS, but a similar process could be follow for another PaaS. 对于PaaS, 是一种特定的方式,但是对于另一个PaaS,可以遵循类似的过程。 You usually have a GUI interface, which could help you to deploy in several Java stacks. 通常,您具有GUI界面,可以帮助您在多个Java堆栈中进行部署。

If you just want to install your application and don't want to spend a lot of time configuring your environment, you might want to try using Tin.如果您只想安装您的应用程序并且不想花费大量时间配置您的环境,您可能想尝试使用 Tin。 This is a one-click automatic generation of development environment software.这是一款一键自动生成开发环境的软件。 I use it a lot.我经常使用它。 It might help you, too.它也可能对你有帮助。

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

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