How to Create Java Web Project in IntelliJ IDEA

Learn to develop a Java web application using IntelliJ IDEA, with Servlet, JSP on Apache Tomcat server. This video is perfect for those who are getting started with Java web development (Java EE) using IntelliJ IDEA. Here’s what you will learn in details: - Create a Java Web project in IntelliJ IDEA - Add Maven support for the project - Develop a Java Web application with JSP and Servlet - Deploy & Run a Java Web App on Tomcat server Through the development process, you will also learn: - Add Apache Tomcat server in IntelliJ IDEA. - Configure Tomcat for running Java web application. - Configure the IDE to show context menu items for creating Java servlet. - Configure the IDE to publish changes onto running Tomcat. To follow this video, make sure that you have the following software programs installed on your computer: - Java Development Kit (JDK) - IntelliJ IDEA Ultimate - Apache Tomcat server
Back to Top