Add tomcat server to Intellij 13 End Producer Error

I am trying to add tomcat server to Intellij under Edit Run Settings -> Add -> Tomcat Server -> Local. I get an error message when selecting the tomcat server directory Error: Duplicate context path '/'

.

I am new to application development in tomcat and I have no idea what this error means. Googling for this yields exact two results, both of which are useless.

Can the community help me understand what this error means and how to fix / work around it?

PS: I am using Intellij 13 Ultimate, Tomcat 6 (don't ask why), Mac OSX 10.10 and JRE 1.7

+3


source to share


1 answer


I am using version 12.1.4 and saw a similar error when I have duplicate wars marked for deployment in the deploy tab. Be sure to check that you are not deploying your wars twice in the same port.

IntelliJ deployment tab



Hope this helps. Here is a link to Tomcat, IntelliJ docs: https://www.jetbrains.com/idea/webhelp/run-debug-configuration-tomcat.html

+4


source







All Articles