Search code examples
jakarta-eecloudjava-war

How i can deploy my j2ee application in cloud servers


I am new to j2ee and java web apps development. I have an query about how to deploy the build WAR file into cloud.

i.e, Weather Cloud systems provide j2ee servers for running our java based web apps or not.

If so, please provide me the links of cloud j2ee servers.

Thank you..


Solution

  • If you just want to deploy a .war file and not taking care of any config process, you should then look for a Java PaaS.

    The way will depend on the PaaS you choose. This is a specific way for a PaaS, but a similar process could be follow for another PaaS. You usually have a GUI interface, which could help you to deploy in several Java stacks.