Could not find or Load main class Org.apache.catalina.startup.Bootstrap
The basic situation is:
Start Tomcat unsuccessful
See the Catalina.out file for the logs directory under the Tomcat folder with an error message
Could not find or Load main class Org.apache.catalina.startup.Bootstrap
The reasons are:
The JVM environment you are using is too low for you to attempt to run a higher version of the class file using an earlier version of the JVM
Delete the lower version of the variable
Vi/etc/profile
Open to delete the added variable contents,
Apply Source/etc/profile, or restart the system
Echo $PATH can see the previous none.
Install a high-version Java environment
Add the corresponding variable to/etc/profile
Apply Source/etc/profile, or restart the system
Echo $PATH can see the previous none.
To configure the Java Environment link:
http://506554897.blog.51cto.com/2823970/1732110
This article is from "Yangdong Hao" blog, please make sure to keep this source http://506554897.blog.51cto.com/2823970/1765281
Could not find or Load main class Org.apache.catalina.startup.Bootstrap