zengkid / SmartTomcat

The Tomcat plugin for Intellij IDEA
Apache License 2.0
126 stars 55 forks source link

Create multiple Tomcat Server doesn't work #23

Closed open-it closed 5 years ago

open-it commented 5 years ago

In my project, I need 3 differents Tomcat server. It's the same version but with different classpath and config. When I create the first one, it is called "Apache Tomcat 8.0.43" and I can't change its name. Then I create a second one, its name is "Apache Tomcat 8.0.43 (1)", it's not really easy to remember but it's OK. BUT the third one is named "Apache Tomcat 8.0.43 (1)" too ! And the third one takes the classpath and config from the second one (when I look into C:\Users{me}.SmartTomcat{project}{project}. If I change manually, the plugin doesn't keep my changes. Hope it's clear enough.

zengkid commented 5 years ago

I think you can use 3 differences ports (e.g: 8080, 8081,8082) for 3 projects.