Configure Eclpise + tomcat and compile and deploy JSP
The subject of this thesis is the feature extraction algorithm of key frames. It requires a DEMO, which should be built on the Web service system and use JSP dynamic pages as the interface. After consideration, we decided to use the popular JAVA development platform Eclipse and Tomcat server as development tools. However, the configuration and use of these two software is not as convenient and simple as commercial java ide such as Jbulider, and there are not many Chinese books on configuration methods. After a period of exploration, as well as the collection of information on the Internet, and many practices, the two software were finally configured successfully, and the compilation and deployment of a simple JSP dynamic page was realized, it creates conditions for system compilation in the future. The specific process is as follows (the software versions installed and configured below are all relatively new or stable ):
1. Download
J2SDK download
Http://java.sun.com/j2se/1.4.2/download.html
Download version is j2sdk-1_4_2_08
Download ECLIPSE
Http://www.eclipse.org/downloads/index.php
Download version is eclipse-SDK-3.0.2-win32
Download ECLIPSE plug-in
Chinese package:
Http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/L-3.0.1_Translations-200409161125/NLpack-eclipse-SDK-3.0.x-win32.zip
Tomcat plug-in Sysdeo Eclipse Tomcat Launcher plugin:
Http://www.sysdeo.com/eclipse/tomcatPluginV3.zip
TOMCAT download
Http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi
Download version is jakarta-tomcat-5.0.28
II. Installation
1. Install j2sdk first
My installation path is: D: Program FilesJavaj2sdk
2. Install eclipse again
Eclipse is a green software and does not need to be installed. You can decompress the downloaded eclipse package.
The installation path is D: Program FilesJavaeclipse.
3. Install tomcat
Download the installation file and follow the installation instructions.
The installation path is D: Program FilesJavaTomcat.
4. Install the eclipse plug-in
Chinese Pack
Directly decompress the contents in the features and plugins folders in the compressed package NLpack-eclipse-SDK-3.0.x-win32 to the same name folder in the eclipse folder.
Tomcat plug-in
Decompress the package tomcatPluginV3 and extract the content in the plugins folder to the folder with the same name in the eclipse folder.
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.