Connectivity with Different Application Servers

Hi Team,

As per my knowledge CUBA supports as of now with TOMCAT only. 

How we can deploy the applications in difference Application Servers ( Like WebLogic, JBOSS etc…)

Regards,
Nagendra.

This is not quite correct. CUBA uses Tomcat for fast deployment in the development environment. You can use this variant in production too, or create a WAR file and deploy to any Java application server, including WebLogic and WildFly, or to a cloud environment.
The documentation contains an example of deployment to Jetty: WAR deployment to Jetty - CUBA Platform. Developer’s Manual
See also buildWar - CUBA Platform. Developer’s Manual

Got it… Thanks for your prompt response