Merge branch '1.2.x'
This commit is contained in:
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…
Reference in New Issue