JSP (1)--familiar with JSP server

Source: Internet
Author: User
js| server familiar with JSP server

This "JSP for the Light" series tutorials are for intermediate and advanced users, and it requires the basics of HTML and java. You should be able to connect HTML pages together and use Java for programming. If you do not have this foundation, it is recommended that you lay a good foundation first. This series of tutorials will teach you JSP by compiling simple examples into complex examples. This series of tutorials is a step-by-step approach to the elaboration, that is, from the very to the. In order for you to make the most progress, it is recommended that you learn all the examples in the process of debugging yourself. The beginning of the example may be very simple, so at the beginning you have to be very patient, do not think too simple and skip. If you carefully debug the example, you will quickly become familiar with the nature of the JSP method.

OK, let's start our first tutorial: be familiar with JSP servers.

If you don't have a JSP Web server, download it before you start the tutorial. Some of the following servers can be downloaded or developed for free:

Blazix (1.5 megabytes, JSP, Servlets and EJBs)
From www.blazix.com/blazix.html

Servletexec (3.8 megabytes, JSP and Servlets)
From www.unifyeware.com/servletExec/

JRun (one megabytes, JSP, Servlets and EJBs)
From www.jrun.com/

WebLogic (megabytes, JSP, Servlets and EJBs)
From www.beasys.com/

WebSphere (megabytes, JSP, Servlets and EJBs)
From www-4.ibm.com/sofeware/webservers/

If you don't have a server yet, I suggest you download Blazix because it contains a tag library (which can be used for future tutorials on the tag library). Blazix is also very small and can be easily downloaded, and can run on all operating systems, including the mainstream Windows98. Another advantage is that it installs more quickly.

To really learn the JSP, the most important thing is to debug a tutorial example in a real server. The best way is to learn the JSP skills through your own practice. If you do not have a server now, then download one to install it on the line.

After installing the network server, you should learn the following about the network server's knowledge: Where should I put the file? How do I access a file from a browser (http: Beginning, not file: Beginning)?

You first have to create the following simple files, such as:

<HTML>

<BODY>

Hello, World

</BODY>

</HTML>

How to place the file and browse it in the browser (in http://), which is different for different Web servers, so you need to refer to the Web Server documentation and find out the answer.




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.