REST-API on deploy in another server

Hi CUBA team!
I have an application using CuBa Platfom and also Add on Helium and REST-API from MarketPlace.
When I build my app on another Server (deploy app and have an file war then put it into tomcat and build in server 2) everthing I add is gone . Is there any way/idea to handle it?
**I try to login by protocol “POST” in Postman ,it have status 200 OK but response an HTML **
image

Thanks!

Hi,
How do you build a WAR?
A single WAR file? If so then make sure that com.haulmont.addon.restapi is mentioned in the single-war-web.xml file used to build a single WAR.

1 Like