报Cannot find /usr/local/tomcat/bin/setclasspath.sh错误
错误如下:
[root@RSP-DEVWEB03 bin]#sh startup.sh
Cannot find /usr/local/tomcat8081/bin/setclasspath.sh
This file is needed to run this program
执行语句:
[root@RSP-DEVWEB03 bin]#unset CATALINA_HOME2
[root@RSP-DEVWEB03 bin]#unset CATALINA_BASE2
即可解决错误。
报Cannot find /usr/local/tomcat/bin/setclasspath.sh错误的更多相关文章
- Tomcat问题之 启动 Cannot find /usr/local/tomcat/bin/setclasspath.sh
		
在linux启动startup命令报Cannot find /usr/local/tomcat/bin/setclasspath.sh 使用: unset CATALINA_HOME命令得以解决 ...
 - linux篇-tomcat:Cannot find /usr/local/tomcat1/bin/setclasspath.sh
		
首先看下报错代码: Cannot find /usr/local/tomcat1/bin/setclasspath.sh This file is needed to run this program ...
 - 启动Memcached报错:/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory
		
1.查找文件放在哪里 sudo find / -name libevent-2.1.so.6 发现放在/usr/local/lib/libevent-2.1.so.6下. 2.创建软链接 sudo l ...
 - mysqld_safe启动报错 mysqld_safe The file /usr/local/mysql/bin/mysqld   does not exist or is not executable
		
报错(如下),但是使用mysqld直接启动没有问题. 150718 00:03:38 mysqld_safe Logging to '/var/log/mysqld.log'. 150718 00:0 ...
 - [mysqldumpslow 报错] Died at /usr/local/mysql/bin/mysqldumpslow line 161, <> chunk 236.
		
mysqldumpslow报错:Died at /usr/local/mysql/bin/mysqldumpslow line 161, <> chunk 236. 总结:是由于top数目 ...
 - mysql 初始化报错 /usr/local/mysql/bin/mysqld:error while loading shared libraries :libaio.so.1
		
安装mysql在初始化的时候,出现/usr/local/mysql/bin/mysqld:error while loading shared libraries:libaio.so.1 :canno ...
 - linux tomcat 启动报错 Cannot find /etc/bin/setclasspath.sh
		
这是由于tomcat/bin/catalina.sh文件中有一个设置变量的方法 $CATALINA_HOME 有的tomcat中需要默认此值 $CATALINA_HOME=tomcat地址
 - Starting MySQL ERROR! Couldn't find MySQL server (/usr/local/mysql/bin/mysqld_safe)
		
centos7.5 安装mysql数据库报错 问题: [root@db04-54 scripts]# /etc/init.d/mysqld start /etc/init.d/mysqld: line ...
 - touch: cannot touch '/usr/local/tomcat/logs/catalina.out': Permission denied解决方法
		
一.报以下错误: ./startup.sh Using CATALINA_BASE: /usr/local/tomcat702 Using CATALINA_HOME: /usr/local/tomc ...
 
随机推荐
- 华为中兴借eBay出海 靠零售渠道撬动市场
			
在跨境电商领域,大多数中国商家依靠“中国制造”的优势和价格战策略打拼出一条血路,在海外市场占领了自己的一席 之地.不过,山寨货纷纷出海的同时,中国本土的品牌商们也开始了探索海外市场之旅.目前,华为.中 ...
 - Python爬虫入门(7):正则表达式
			
下面就开始介绍一个十分强大的工具,正则表达式! 1.了解正则表达式 正则表达式是对字符串操作的一种公式,就是用事先定义好的一些特定字符.及这些特定字符的组合,组成一个“规则字符串”,这个“规则字符串” ...
 - 大数据-spark-hbase-hive等学习视频资料
			
不错的大数据spark学习资料,连接过期在评论区评论,再给你分享 https://pan.baidu.com/s/1ts6RNuFpsnc39tL3jetTkg
 - 每天一个linux命令集
			
linux命令汇总,装载来自: http://www.cnblogs.com/peida/category/309012.html
 - eclipse安装反编译器jad
			
1.下载net.sf.jadclipse_3.3.0.jar.jadclipse_3.3.0.jar.jad.exe 2.将net.sf.jadclipse_3.3.0.jar放在eclipse的安装 ...
 - Python坑系列:可变对象与不可变对象
			
在之前的文章 http://www.cnblogs.com/bitpeng/p/4748148.html 中,大家看到了ret.append(path) 和ret.append(path[:])的巨大 ...
 - 团队开发NABCD
			
团队成员介绍: 李青:绝对的技术控,团队中扮演“猪”的角色,勤干肯干,是整个团队的主心骨,课上紧跟老师的步伐,下课谨遵老师的指令,课堂效率高,他的编程格言“没有编不出来的程序,只有解决不了的bug”. ...
 - 利用p4实现ipv6转发实验
			
写在前面 只是作为一个入门p4的实验尝试,借用了一些即成的运行代码. p4代码 /**p4_16,v1_model**/ #include<core.p4> #include<v1m ...
 - HTML5 <meta> 标签属性,所有meta用法
			
基本标签 声明文档使用的字符编码:<meta charset="utf-8" /> 声明文档的兼容模式:<meta http-equiv="X-UA-C ...
 - 跨域写cookie
			
假设a站想往b站写cookie,那么目前有两种方案,参考如下: 第一种(使用jsonp): a站js代码如下: $.ajax({ url: 'http://www.b.com/jsonp.jsp?do ...