I have a Tomcat 5 web application which requires the tomcat working directory to be the same as the tomcat home directory.
But the default is for the working directory to be TOMCAT_HOME/bin
I need to be able to change this setting (ideally from the config. panel) in order to use IntelliJ for the web application I am working on.