How to Open jsp files

Source: Internet
Author: User
Tags tomcat tomcat server

UlraEdit

Jbuilder

Jdk1.3 and tomcat are loaded;
2. Install jdk1.3 and decompress tomcat to the c: disk root directory;
3. Go to the tomcat Directory, find the startup. bat file, and open edit.
Add two lines before the call tomcat start line:
SET TOMCAT_HOME = c: tomcat and SET JAVA_HOME = c: jdk1.3
Note: c: jdk1.3 is where jdk1.3 is installed.
4. Right-click my computer and select Properties. Open advanced options in system properties, click "environment variables", and add two variables classpath and path in "user variables" and "system variables". Their values are:
Classpath value c: jdk1.3bintools. jar; C: jdk1.3libdt. jar
The path value is c: jdk1.3bin; c: jdk1.3
5. Run the tomcat server (that is, the startup. bat file). If there is a dos window that is stuck but not closed, and there are some successful tomcat and initialization information, it proves that tomcat runs successfully.
6. Enter 127.0.0.1: 8080 in the address bar of ie. If the address bar is successful, a welcome image of tomcat will be displayed. Examples of jsp and servlet are shown, and the jsp environment has been set up.


JSP is based on Java technology, so you must install J2SDK before configuring the JSP environment. 2. Apache Server: a common Web server developed by Apache ...... 3. Preparations before configuration (1) prepare a JSP webpage for testing to open a text editor, such as Notepad, and enter the following code and save it as test. jsp
2, software download 1, j2sdk version: j2sdk1.4.1 (35.9 MB) Address: http://java.sun.com/j2se/1.4.1/download.html
3. JSP. Java itself is a compilation language. Currently, most jsp server products are compiled by JIT. JSP is compiled during the first loading.


The following are some questions: open cmd.exe, enter the telnet command, and enter the IP address.
Help me ~~~~~~~
 
 
 
Third floor java200408 [reference] [reply]
 
Try the exec method of the Runtime class
 
 
 
4th Floor, carolinewr [reference] [reply]
Can you be specific about this expert?
 

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.