Web Application Deployment with ECLIPSE

I have developed a web dynamic application using JSP and servlet and I want to deploy it. How to do it with eclipse. how to do to run the application. Thanks for the help.

+3
source share
1 answer

Try Tomcat to deploy your application. You can easily integrate Tomcat into Eclipse. http://www.eclipsetotale.com/tomcatPlugin.html

Alternatively, instead of the plugin, you can add a server to Eclipse. Ctrl -N> Server> Select Tomcat Server Adapter

" -" Eclipse, , .

, "project explorer" "export as". WEB > WAR

0

Source: https://habr.com/ru/post/1744534/


All Articles