Skip to content

shehinshaji/springboot-webapplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Deploy web application in Elastic Bean Stack

Pre-Requisites

Springboot Application
Install Maven

Clone code using below command

git clone https://github.com/Naresh240/springboot-webapplication.git
cd springboot-webapplication

Build Artifact

mvn clean install

Deploy springboot application with Tomcat

Tomcat Setup:

cd /opt
wget https://downloads.apache.org/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46.tar.gz
cd apache-tomcat-9.0.46 tomcat

Start tomcat:

cd /opt/tomcat/bin
./startup.sh

Copy springboot artifact to Webapps Directory:

cd springboot-webapplication
cp target/mavewebappdemo-2.0.0-SNAPSHOT.war /opt/tomcat/webapps/mavewebappdemo.war

Check output of application

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%