Deploying a WAR to an application server in Spring Boot

preview_player
Показать описание

In this tutorial, we are taking a look at a student's question from my Spring Boot Introduction Course. We might not realize it but when we start a new project we are selecting how we want to package this application when we ready to go live. 

I recently received the following question from a student: 

In the real world, an application will be deployed to an application server like JBoss. How can the application be wrapped into a war file and deploy to the application server?

Please Subscribe to this channel and leave a comment below.

Рекомендации по теме
Комментарии
Автор

thanks, I was looking for a way to deploy Spring Boot applications to Oracle WebLogic 12c. I am guessing the process is similar, the trick was to disable the reference to a built-in Tomcat deployment.

PatriceBoivin
Автор

Hello, I am developing the spring boot restful api for my project.I have all the api developed up and running in my local laptop. I have set my local server running on centos7 and has the glassfish up and running. Now i want to deploy my restful api to it. I have followed all the docs on how to prepare the Spring boot rest api for deployment to the glassfish v4.1.2 but i am getting alot of errrors..Kindly help

ekibet
Автор

Hi is this war deployable on websphere?

hellboySnap