一个无法描述的问题
问题描述如下:
在Eclipse下配置Tomcat,且启动Tomcat运行Web工程,运行中提示一下问题:
org.apache.catalina.startup.Bootstrap at localhost:1374(may be outof synch)was unable to replace the runing code in the workspace.
Reason:
Hot code replace failed - Scheme change not implemented
在该段信息下就是询问你是继续运行Web应用还是结束或是重新启动
不知是不是因为线程安全的问题?