Quickly deploy JSP projects using the Jspstudy integration environment

Source: Internet
Author: User

1. Installing the JDK

I net Disk resources: Https://yunpan.cn/ckZLNbqxkDYYe (extract code: B5E8)

Go to the JDK website to download the latest jdk:http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html

2. Configure Environment variables:

1) system variables → new java_home variable.

Variable value fill in the JDK installation directory (I am C:\Program files\java\jdk1.8.0_91)

2) system variables → find Path variable → edit

Enter%java_home%\bin;%java_home%\jre\bin at the end of the variable value;

(Note that the original path of the variable value at the end of there is no; number, if not, first enter; number and then enter the above code)

  

3) system variables → new CLASSPATH variable

Variable values are filled in.; %java_home%\lib;%java_home%\lib\tools.jar (Note that there is a point in the front)

  

System variable configuration is complete.

4) Verify that the configuration is successfully run CMD input Javac

The use of Javac indicates that the installation and configuration are successful.

  

3. Download the installation Jspstudy:

Jspstudy (JSP Environment Integration pack) Jdk+tomcat6+tomcat8+mysql+apache

I net Disk resources: HTTPS://YUNPAN.CN/CKZ3KS8GCC5VN (extract code: 8D92)

Download the website resources: Http://www.phpstudy.net/phpstudy/JspStudy.zip

Follow the prompts to install the default, JSP installation configuration is very simple.

4. Deploy the JSP project:

The front has been written, specific reference: http://www.cnblogs.com/xyyt/p/5647589.html

Quickly deploy JSP projects using the Jspstudy integration environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.