Merge branch '1.2.x'

pull/3296/head
Andy Wilkinson 10 years ago
commit 9aa445bf46

@ -402,7 +402,8 @@ public class TomcatEmbeddedServletContainerFactory extends
}
catch (IOException ex) {
throw new EmbeddedServletContainerException(
"Unable to create Tomcat tempdir", ex);
"Unable to create Tomcat tempdir. java.io.tmpdir is set to "
+ System.getProperty("java.io.tmpdir"), ex);
}
}

Loading…
Cancel
Save