Question
2
Replies
765
Views
Posted: March 28, 2017
Last activity: March 30, 2017
Closed
Pega Recommended application server
Is there any recommendation from Pega on open source application servers?? like Tomcat Vs JBOSS. Both are supported but what is recommended by pega.
There are no specific recommendations. It depends on what your application needs or uses. If your application uses Enterprise Connector rules, JMS, external Datasources (RDB calls), resource-adapters then you will need to consider using an Application server (e.g. - JBoss). Otherwise, you can keep things simple using a lightweight servlet container (e.g. - Tomcat)