1. Download jdk1.3 and Tomcat;
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 Variables", add two variables classpath and path in both user variables and system variables, and their values are:
The value of classpath is C:\jdk1.3\bin\tools.jar; C:\jdk1.3\lib\dt.jar
The value of path is c:\jdk1.3\bin;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.
I also have to be people pointing, installation completed JSP environment, there are a lot of things are still learning, the above have what wrong place, please a lot of guidance. Recently more busy, there is no time to continue in-depth to learn JSP, but also hope that everyone help each other and progress together.
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.