Is there a way within Idea to specify the port under which the local tomcat configuration should run? I assume on my configuration it is using 8080 as that's what's configured in my tomcat installation's server.xml file. Assuming that's true and I just wanted to change the port that ALL local configuration would use, I could change the port in the server.xml file. However, this is not want I want. I want to configure different projects to use different ports for that project's tomcat local configuration so I can run multiple local configurations at the same time.
Is this possible?
Thanks,
Bob
Now there is no such option but there is a feature request about it (http://youtrack.jetbrains.net/issue/IDEA-38148).
Is there a way within Idea to specify the port under which the local tomcat configuration should run? I assume on my configuration it is using 8080 as that's what's configured in my tomcat installation's server.xml file. Assuming that's true and I just wanted to change the port that ALL local configuration would use, I could change the port in the server.xml file. However, this is not want I want. I want to configure different projects to use different ports for that project's tomcat local configuration so I can run multiple local configurations at the same time.
Is this possible?
Thanks,
Bob
---
Original message URL: http://www.jetbrains.net/devnet/message/5262876#5262876
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
"Develop with pleasure!"
Thanks, Nikolay. I added my vote to that issue, though after not being implemented for 3 years I'm not holding my breathe...
Bob