Error waiting for multi-thread deployment of directories to completehostConfig.deployWar

在xp下启动Tomcat,报错如下:

严重: Error waiting for multi-thread deployment of WAR files to complete
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space

 

修改tomcat6目录下bin的catalina.bat的虚拟内存,set JAVA_OPTS=-Xms64m -Xmx256m,无效果!

 

解决方案:

添加环境变量:JAVA_OPTS,值:-Xms64m -Xmx512m

相关文章:

  • 2021-09-28
  • 2021-11-22
  • 2021-11-02
  • 2022-12-23
  • 2021-06-22
  • 2021-05-28
  • 2021-08-08
  • 2022-12-23
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2022-01-03
  • 2022-01-13
  • 2021-10-11
  • 2022-12-23
  • 2021-04-01
相关资源
相似解决方案