Is there any way to deploy multiple spring boot web application in a single external tomcat server and distinguish by different context path but port name will be same like 8080?
Asked
Active
Viewed 533 times
1
-
https://stackoverflow.com/a/23570816/13070 What you describe is exactly how deploying multiple .war files in Tomcat works. Are you running into an issue when you try that? – Mark B May 12 '22 at 19:13