Create a JSP environment in window

Source: Internet
Author: User
1. Install jsdk
1.download jsdk,j2sdk-00004_2_06-windows-i586-p.exe from java.sun.com, as of-11-11
J2se5.0 already exists. The download page is http://java.sun.com/j2se/1.4.2/download.html. Run the j2sdk Installation File to C:/JDK.
2. Set environment variables:
Java_home = C:/JDK
Classpath =.; C:/JDK/lib/tools. jar; C:/JDK/lib/dt. jar.
Path = C:/JDK/bin
2. install Tomcat as a container to provide JSP services.
Decompress the Tomcat package (or execute the Installation File) to C:/tomcat and set the environment variable atat_home according to the above method. The value is C:/tomcat,
Add the following value to the classpath environment variable: C:/tomcat/common/lib/servlet. jar.
After setting, Use http: // localhost: 8080 to test whether the installation is successful.
Related Article

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.