I'm developping a web application on Eclipse with Spring Boot/Security/Web/DataJPA and my boss want to deploy it on a server to make it reachable by browser everywhere. How I can do that ? I have no skills of networks and deploiement.
Thanks.
I'm developping a web application on Eclipse with Spring Boot/Security/Web/DataJPA and my boss want to deploy it on a server to make it reachable by browser everywhere. How I can do that ? I have no skills of networks and deploiement.
Thanks.
In your Eclipse project, right-click on the name of the project and select "Export". Then, generate a .war file. In any java-enabled web server, you can use its web manager interface to deploy the site using the generated .war file. It is very easy.
i have answer but "How to deploy a Java Web application on tomcat" first Copying web application archive file (.war). second Copying unpacked web application directory. third step Using Tomcat’s manager application.