Sharing application servers configuration between team members
Answered
What is the best way to share Application Servers IDE setting between team members? I would like to have a set of predefined application servers (jetty, tomcat, etc), and just have team members load settings without having to go through the full configuration process. Are there multiple ways to solve this problem, and how other IDE users are coping with this?
Please sign in to leave a comment.
I found mine (on MacOS) here:
~/Library/Preferences/IntelliJIdea2019.3/options/javaeeAppServers.xml
IntelliJ IDEA now has settings sharing feature, setting up a read-only repository with the `options/javaeeAppServers.xml` file is the way to go.
https://www.jetbrains.com/help/idea/sharing-your-ide-settings.html#settings-repository .
Note that the app servers need to be installed at the same location on all the systems, there is no easy way to share the settings if different developers use different folders for the server installation.