In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Next, let's learn about the simple way to install JDK tomcat mysql configuration in linux. I believe you will benefit a lot after reading it. The text is not much in essence. I hope linux installs a simple way to configure JDK tomcat mysql. This short article is what you want.
1.1 install Jdk configuration
1) upload jdk package
2) decompress:
Execute the command: tar-zxvf jdk-7u55-linux-i586.tar.gz-C / usr/java/
3) configure jdk environment
1. Edit file: vim / etc/profile
two。 Add at the end of the file:
JAVA_HOME=/usr/java/jdk1.7.0_55/
Export PATH=$JAVA_HOME/bin:$PATH
3. Reload the file: source / etc/profile
4. View jdk:java-version
1.2 install Tomcat configuration
1) upload tomcat:
2) decompress:
Execute the command: tar-zxvf apache-tomcat-7.0.47.tar.gz-C / usr/java/
3) start tomcat:
Execute:. / startup.sh under the bin directory of tomcat
4) check whether the startup is successful
Execute: jps
Log in to tomcat Welcome screen: http://192.168.13.123:8080/
1.3 YUM command
Yum (Yellow dog Updater, Modified) is a Shell front-end package manager in Fedora and RedHat, as well as in SUSE and CentOS. Based on RPM package management, RPM packages can be downloaded and installed automatically from specified CVM, dependencies can be automatically handled, and all dependent software packages can be installed at once without having to download and install them again and again.
Example (need to surf the Internet, there is no network to build local sources):
Yum install gcc-c++
Yum remove gcc-c++
Yum update gcc-c++
Install MySQL:
Yum list mysql*
Yum install mysql-version
After reading this article on how to install JDK tomcat mysql configuration in linux, many readers will want to know more about it. For more industry information, you can follow our industry information section.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.