Johannes Schaefer wrote: > To all the others: > why doesn't 'forrest run_custom_jetty' run as expected? Short answer: You are not supposed to "forrest run_custom_jetty", simply create your custom jettyconf.xml and do a "forrest run". Slightly longer answer: You are not supposed to "forrest run_custom_jetty", simply create your custom jettyconf.xml and do a "forrest run". Forrest picks up the fact that there is a customised config file and uses the run_custom_jetty target to launch Jetty, if there is no custom conf file it uses the "run_default_jetty" target. Ross