Kanika GolaforKubesimplifykubesimplify.hashnode.net·Feb 19, 2023Deploy a Maven Project on a Tomcat Server Using Jenkins and AWSIn this blog, we are going to create a simple job that will deploy a Maven project on a tomcat server built on an EC2 instance through Jenkins. The steps that will be followed for this project are: Create a security group for Jenkins. Set up Jenkin...Jaideep Solania and 1 other are discussing this2 people are discussing thisDiscuss·32 likes·1.3K readsAWS
Tamish Vermafortverma.hashnode.net·Mar 24, 2023Dockerise a maven war appMaven is build automation and dependency management tool primarily for java based applications. Developers can easily manage and control dependencies for their projects using a centralized repository. If you already have a webapp setup for you applic...Discuss·10 likesmaven
Jayani SumudiniforTechpointjayanisumudini.hashnode.net·Jun 12, 2017Spring Boot – Deploy War File To Separate Tomcat In Maven Web Application.This post shows how to deploy a spring boot war file to the separate tomcat container in maven. Step 1 : extends SpringBootServletInitializer subclass and overrides its configure method. Typically, update your application’s main class to extend Sprin...Discussmaven
DASARI SAI KISHOREforDasari Sai Kishoreiamsaikishore.hashnode.net·Apr 14, 2023Deploying Spring 3 MVC Hello World Application to Tomcat ServerGitHub Repo Prerequisites: Git, GitHub, Maven, Jenkins, Tomcat First launch a Linux server, for this project am using AWS EC2 instance and make sure to open port 8080 (for Jenkins) and port 8282 (for tomcat, by default tomcat runs on port 8080 but we...DiscussDevops
Tamish Vermafortverma.hashnode.net·Mar 24, 2023Dockerise a maven war appMaven is build automation and dependency management tool primarily for java based applications. Developers can easily manage and control dependencies for their projects using a centralized repository. If you already have a webapp setup for you applic...Discuss·10 likesmaven
Jayani SumudiniforTechpointjayanisumudini.hashnode.net·Jun 12, 2017Spring Boot – Deploy War File To Separate Tomcat In Maven Web Application.This post shows how to deploy a spring boot war file to the separate tomcat container in maven. Step 1 : extends SpringBootServletInitializer subclass and overrides its configure method. Typically, update your application’s main class to extend Sprin...Discussmaven
jacobforCodeWithJacobjacobsheldon.hashnode.net·Mar 18, 2023Build a fundamental HTTP Server with a embedded TomcatThere are some occasions need to create a very fundamental server to test, verify or learn something. Of course, you can create your server from java.net and javax.servlet package, but you know for this purpose you need to do too much work. Making a ...Discuss·37 readsJava
Luiz SabençaforLuiz Aguiar Blogluizaguiar.hashnode.net·Mar 15, 2023Tutorial Como Instalar Oracle APEXEste tutorial visa fornecer um guia de instalação do Oracle APEX em português para a comunidade brasileira. Em ambientes de desenvolvimento o servidor de aplicação (Tomcat) pode ser instalado na mesma máquina do banco de dados, já para ambientes mais...Discuss·51 reads#oracle-apex
Naveen ElwakaforNaveen DevOps Blog naveen-awsdevops.hashnode.net·Mar 4, 2023Install Jenkins on Tomcat ServerStep 1: Install Java Tomcat requires Java to be installed on the server so that any Java web application code can be executed. We can satisfy that requirement by installing OpenJDK with apt-get. First, update your apt package index: $ sudo apt update...Discuss·31 readsJenkins
SiddhantforTech learnings put in simple wordssiddhantsiddh15.hashnode.net·Feb 24, 2023Installing Maven, Tomcat and MySQL in Windows 10Before learning Spring frameworks we need to install maven, tomcat and MySQL. This blog gives a comprehensive guide via step by step process to install the three mentioned. Installing maven on Windows Before installing start by searching maven in you...DiscussSpringboot
Kanika GolaforKubesimplifykubesimplify.hashnode.net·Feb 19, 2023Deploy a Maven Project on a Tomcat Server Using Jenkins and AWSIn this blog, we are going to create a simple job that will deploy a Maven project on a tomcat server built on an EC2 instance through Jenkins. The steps that will be followed for this project are: Create a security group for Jenkins. Set up Jenkin...Jaideep Solania and 1 other are discussing this2 people are discussing thisDiscuss·32 likes·1.3K readsAWS
Dmytro LazarenkoforAttack of the Datadmytro-lazarenko.hashnode.net·Jan 18, 2023Spring boot 2: multiple ports for Internal and External REST APIs + JettyWhile working on a new service, I was bumped with an interesting case. And I am sure that I am not alone in it. Most of the latest projects move to clusters; most services are usually microservice that need to be connected with other instances. Bette...Discuss·56 readsSpringboot
Hithesh SampathiforHithesh's bloghithesh.hashnode.net·Dec 25, 2022Embedded Servers in Spring BootTraditionally, We are used to deploy our web applications into servlet containers also known as Web servers. There are a wide variety of web servers available in the market like Apache Tomcat, IBM Websphere, Oracle Weblogic etc. What you will learn f...Discuss·61 readsSpringboot