Deployment Issue

Hi team,
I am facing issue after deploy my Project in production:

CUBA Plateform version : 7.1.2
Tomcate Version : 9
JDK : 8

image

Hi,
How have you deployed your web applications? Single war, separate wars, or just copied webapp folders (“fast deployment”)?

As I see from the screenshot, you have set the “cuba.useLocalServiceInvocation” property to false. What was the reason for that?

Hi Alex,
Thanks for the reply issue resolved not ,
Before I was deply only myapp.war but right now i am deploying two create war file which is

  1. myapp.war
  2. myapp-core.war

So i have deploy both war file in Tomcate server and not that issue resolved.
but why there is two war file is create i want to understand if you know.

Hi,
You should use “Single WAR” option for WAR generation, unless you have some reasons not to use it:
https://doc.cuba-platform.com/manual-7.1/build.gradle_buildWar.html#build.gradle_buildWar_single

In this case one WAR file is created, which is easier for deployment.

OK thanks Alex, i will check