IntelliJ Tomcat - Run Configuration - Deployment migration

Viewed 17

i always prefer to use eclipse for developments, but sometimes i need to switch to Intellij if i need multiple instances of a war app on a single tomcat for projects like magnolia cms (author - public instances).

In IntelliJ i only need to edit the run configuration for local tomcat in the deployment tab and add the war and war:exploded artifact and choose diferent context pathes like "/author" and "/public" for multiple instances on the same server aqnd it works fine.

How can i do such deployments in eclipse ? Is theres a guide to do such multi deployments like IntelliJ offers ?

hope someone could help :)

0 Answers
Related