提交 8f7b0c35 编写于 作者: K ken.lj 提交者: Taosheng Wei

Fixes #3367, fail to parse config text with white space (#3589)

上级 bb85d071
......@@ -67,6 +67,9 @@ public class TomcatHttpServer extends AbstractHttpServer {
context.addServletMapping("/*", "dispatcher");
ServletManager.getInstance().addServletContext(url.getPort(), context.getServletContext());
// tell tomcat to fail on startup failures.
System.setProperty("org.apache.catalina.startup.EXIT_ON_INIT_FAILURE", "true");
try {
tomcat.start();
} catch (LifecycleException e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册