Bravo
Bravo

Reputation: 1139

The process of deploying a web application to URL

I have developed my first web application in Java (Spring, Struts2, Jetty server). 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.

My project is saved as a .WAR file. What would be my next step to get my app working? Assume I have a domain.

Upvotes: 0

Views: 35

Answers (1)

SMA
SMA

Reputation: 37023

Deploy it on web server like tomcat/jetty etc and start your server..

Follow this doc if you are planning to use tomcat for further details.

Upvotes: 1

Related Questions