Win2000 JSP environment configuration

xiaoxiao2021-03-06  71

Tomcat configuration under win2000 1. Prepare Tomcat 5.0 and J2SDK1.4 URL: http://java.sun.com/j2se/1.4.2/download.html Download Windows version J2SDK-1_4_2_03-windows-i586-p.exe Http://jakarta.apache.org/tomcat/index.html download jakarta-tomcat-5.0.16.exe.

2 Installation configuration J2SDK from [Start] → [Settings] → [Control Panel] → [Senior] → [Environment Variable] → [System Variable], then to [New]. Java_Home = C: /J2SDK1.4.2_03

PATH =% java_home% / bin

ClassPath = C: /J2SDK1.4.2_03/lib/tools.jar; C: /J2SDK1.4.2_03/ LiB / DT.jar;

3 Installing the TOMCAT4 Change Tomcat configuration file conf / server.xml (add 3 lines 1, 2, 3) .........

->

1

2 CrossContext = "true" reloadable = "true">

3

转载请注明原文地址:https://www.9cbs.com/read-109821.html

New Post(0)