Home > Java > javaTutorial > body text

JSP development environment setup

(*-*)浩
Release: 2019-10-12 16:26:57
forward
2867 people have browsed it

JSP development environment setup

Build a JSP development environment

Java development environment: JDK and JRE

Web application server that supports Java language: Tomcat

Development tools: eclipse

(1) JDK installation and configuration

1. Download JDK1.6 for windows, http://www.oracle.com/technetwork/java/javase/downloads/index.html

JSP development environment setup

2. Installation: Run the downloaded jdk- 6u10-windows-i586-p.exe

·Set the JAVA_HOME environment variable

JSP development environment setup

·Modify the path environment variable:

JSP development environment setup

(二) Application Service Installation and Configuration

· Download server tomcat6.0 development tools:

http://tomcat.apache.org/

JSP development environment setup

·Installation: After downloading Unzip it

JSP development environment setup

(3) Start Tomcat

·Run startup.bat

# in the bin folder ##·Tomcat console starts. When you see the information in the picture below, it means that Tomcat has started.

JSP development environment setup

(4) Test installation

Open an IE browser window and enter: http://locahost:8080 in the address bar. The following picture appears indicating that our Tomcat has been successfully installed.

JSP development environment setup

(5) Installation of development tools

·You can download the Eclipse j2ee version software from www.eclipse.org. This version of Eclipse can develop Web projects.

·Configure tomcat server in eclipse

The above is the detailed content of JSP development environment setup. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template