I'm using IntelliJ IDEA 11.0.2 and I have already configured tomcat instance (context.xml, server.xml, keystores, other properties files). I want to configure idea to use this tomcat server with all that settings (datasources, ssl connector) but I can't find how to do that in "Run/Debug Configurations" -> "Tomcat Server". Does anyone know how to do this "right" way without editing idea's files?
UPDATED:
Here is example of tomcat configuration in idea 11. Where could I point to use my custom server.xml, context.xml and other conf files? It doesn't use that files which are in %tomcat_home%/conf.