简体   繁体   English

将Web应用程序部署到URL的过程

[英]The process of deploying a web application to URL

I have developed my first web application in Java (Spring, Struts2, Jetty server). 我已经用Java开发了我的第一个Web应用程序(Spring,Struts2,Jetty服务器)。 I am a trainee Developer and I would like some clarification on what do I need to do to get my app running on URL. 我是一名受训的开发人员,我想澄清如何使我的应用程序在URL上运行。

My project is saved as a .WAR file. 我的项目另存为.WAR文件。 What would be my next step to get my app working? 使我的应用正常运行的下一步是什么? Assume I have a domain. 假设我有一个域。

Deploy it on web server like tomcat/jetty etc and start your server.. 将其部署在Web服务器上,例如tomcat / jetty等,然后启动服务器。

Follow this doc if you are planning to use tomcat for further details. 如果您打算使用tomcat获取更多详细信息,请遵循此文档

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

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