I'm setting up a tomcat 7 configuration (jdbc, app deployment, classpath, etc.) from Eclipse on a local tomcat installation that I want to share with some team members. My first attempt is to commit the Servers folder (a folder that Eclipse creates when you create a local server configuration in your workspace) and tell my team mates to check it out but I'm not sure if this approach can work.
Is this the correct approach of sharing a local tomcat configuration?
If not, can you give me some suggestions?
P.S. I'm not setting up a centralized/networked tomcat server yet, since we are at a phase when we deploy and test our code locally, even though we integrate our code on SVN.