Home  >  Article  >  Java  >  JSP development environment setup

JSP development environment setup

(*-*)浩
(*-*)浩forward
2019-10-12 16:26:572734browse

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete