Tomcat启动:Cannot start server. Server instance is not configured.

Cannot start server. Server instance is not configured.

在myeclipse中建立虚拟目录的时候不小心物理路径中出现了中文,出现了 服务器 无法启动的问题
所以编码过程中涉及路径的最好不要出现中文,在将文件上传到服务器过程中被编码的话就无法将文件正常写到磁盘。
context.xml和server.xml配置文件路径中不能有中文,否则Tomcat会启动不了



版权声明:本文为psh1234原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。