What is the use of Servlet Engine and Jetty.
Hi all,
Could any one please explain me about Servlet Engine and Jetty in aem.
1).What Servlet Engine can do in aem?
2).What Jetty can do in aem?
Thanks & Regards
VeeraReddy.Ch
Hi all,
Could any one please explain me about Servlet Engine and Jetty in aem.
1).What Servlet Engine can do in aem?
2).What Jetty can do in aem?
Thanks & Regards
VeeraReddy.Ch
wrote...
Hi all,
Could any one please explain me about Servlet Engine and Jetty in aem.
1).What Servlet Engine can do in aem?
2).What Jetty can do in aem?
Thanks & Regards
VeeraReddy.Ch
Any web application to run needs a server for e.g. Tomcat, JBoss etc.. there are many application servers available in market.
Jetty is the server that comes prepackaged in AEM Jar, so when you run AEM using the JAR file, then the entire AEM is using Jetty to run and execute. Find more on Jetty here - http://www.eclipse.org/jetty/documentation/9.4.x/introduction.html
AEM does offer some parameters that you can configure for Jetty. You can do it from felix console - http://localhost:4502/system/console/configMgr/org.apache.felix.http
Also Jetty is not the only server compatible, but you can run AEM inside any application container, if you opt to do so, then you will need AEM WAR file and deploy AEM as standard web-app in those servers. Adobe does provide step-by-step guide on how you can install AEM in other application servers. Please refer it here - https://docs.adobe.com/docs/en/aem/6-2/deploy/application-server-install.html
- Runal
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.