Installing Java1. Download the JDK for the Linux environment2. Upload the package to the Linux system and unzip it
TAR-ZXVF Compressed Package name3. Configure environment variables and refresh the configurationExport java_home=/alidata/java/jdk1.8.0_111export path= $JAVA _home/bin: $PATH
Source/etc/profile
Install tomcat1. Download the Tomcat package on the official website 2. The Java environment must be installed before you install Tomcat 3. Launch Tomcat into the bin directory in Tomcat 4. Visit the Web page to see if the launch was successfulinstall MySQLDeploying Web projects on Linux 1. You must first install the JAVA,TOMCAT,MYSQL Environment 2. Export the project in Eclipse and export it in the format of the war
3. Upload Onlinebookstore.war to the WebApps directory in Tomcat and restart Tomcat
From for Notes (Wiz)
Deploy Web projects under 6.linux