As a developer I have always uploaded my projects to a cloud server, in which you just follow the steps they give you to upload it, these are already adequate. But now I have to upload it to a local server located in the company, the project is an API Rest in java and the frontend made with Angularjs, MySQL database, for the backend I understand that it is only installing the server either glassfish, wildfly or others, there the bd script is uploaded, the connection pool is created and the .war that is generated and ready is uploaded, all this is done by the admin console that opens with the browser; but to angular that I must install in my server so that it supports it and that can consume the services of the backend ?, and that does not generate conflict with the rest ... thanks in advance.