Smart Tomcat Setup Guide
This guide helps you set up Smart Tomcat in your development environment using IntelliJ IDEA or Visual Studio Code.
Prerequisites
Ensure you have installed:
- IntelliJ IDEA Ultimate or Visual Studio Code
- Java JDK 17
- Tomcat 10 or higher
- Maven
- Git
IntelliJ IDEA Setup
- Open IntelliJ IDEA and select New Project.
- Choose Jakarta EE template and select Web Application.
- Under Application server, select Tomcat Server Tomcat 10.
- Install Smart Tomcat plugin from marketplace and configure run configuration.
Visual Studio Code Setup
- Install Java Extension Pack.
- Run
Java: Create Java ProjectMaven maven-archetype-webapp. - Add
jakarta.servlet-apidependency topom.xml. - Install Community Server Connectors extension to run Tomcat server.