tomcat在启动的时候报了如下错误:
tomcat启动问题
(1)、出现这样的(/r)现象是因为 :在windows环境下编辑的
tomcat启动问题
该文件,应使用unix进行编辑
(2)、再启动tomcat的时候,出现 no such file or directory的问题,当时的做法是:
tomcat启动问题
在setclasspath.sh文件中,添加:
JAVA_HMOE=echo $JAVA_HOME
_RUNJAVA=$JAVA_HOME/bin/java,重启以后,完美解决。

相关文章:

  • 2021-10-13
  • 2021-09-20
  • 2021-05-26
  • 2021-05-16
  • 2022-02-07
  • 2021-12-30
  • 2021-12-01
猜你喜欢
  • 2021-04-25
  • 2021-09-16
  • 2021-11-12
  • 2021-06-07
  • 2021-12-15
  • 2021-08-28
相关资源
相似解决方案