Commit 9aa445bf authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.2.x'

parents af1afeaf f8fdcc13
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment