2. Installation jdk1.3 and decompression Tomcat to C: the packing directory;
3. Go to Tomcat's directory, find Startup.bat file, and open edit.
Precede row call Tomcat start with two lines:
Set Tomcat_home=c:tomcat and set java_home=c:jdk1.3
Note: c:jdk1.3 is the location of the jdk1.3 installation.
4. Then right click on "My Computer", select Properties. Open advanced options in System Properties, click \ environment variable \, and add two variables classpath and path in both user variables and system variables, and their values are:
The value of classpath is C:jdk1.3bintools.jar; C:jdk1.3libdt.jar
The value of path is c:jdk1.3bin;c:jdk1.3
5. Run Tomcat server (ie Startup.bat file), if there is a DOS window stopped not closed, and some run successfully tomcat and initialization information to prove that Tomcat is running successfully.
6.ie Address bar Input 127.0.0.1:8080, if successful, there will be Tomcat welcome screen, there are some examples of JSP and servlet, this JSP environment to build complete.
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.