0

Jboss EAP is full blown application server. Spring boot offers portable embedded server.

is any embedded server(tomcat or jetty) equipped with all the capabilities of a full blown application server?

Is there any areas/cases where embedded server can not work and application server only suits?

My requirement is for future micro service based architecture and i am not interested in legacy applications.

Any differences between micro service deployed in JbossEAP7 vs MicroService runs with its embedded server

Thanks -R

user2555212
  • 165
  • 1
  • 14
  • refer https://stackoverflow.com/questions/936197/what-is-the-difference-between-application-server-and-web-server – Abhijeet May 16 '19 at 09:50
  • i understand the diff between application server and web server. if Spring boot offers only embedded web server, it lacks of all the capabilities of application server. right? does it mean spring boot embedded servers only for development phase and not for Production deployment? – user2555212 May 16 '19 at 10:03
  • Embedded Tomcat is perfectly suitable for production deployments, because it's just Tomcat that used in thousands of production deployments already. – Strelok May 16 '19 at 12:03

0 Answers0