Analysis of the best solution example of JSP IIS

Source: Internet
Author: User

For beginners of JSP, jsp iis must have a big header! Although JK2 in Jakarta can be used to solve the problem, its configuration is rather cumbersome! Use ServletExec!

For mainstream JSP servers, besides TOMCAT, JRUN and ServletExec, ServletExec is also a popular servlet and JSP Engine and can be used for development and deployment independently, you can directly connect to IIS Based on the installation program, which can be downloaded for free, but its advanced performance can be used only after you purchase it. Yes: http://www.servletexec.com

A series of complicated registrations are required. If you have a bit of E-text basics, you can register successfully! Of course, the information can be added in disorder, but the EMAIL must not be written in disorder, because then you will not be able to receive the password ...... If the file is not big, it will be available soon. After installation, you will be able to support jsp iis on your machine! The only premise is that JRE and IIS are installed on your machine!

But this also illustrates the problem. Everything is so simple! Click the address below to bring us to the ServletExec tour!
Http: // localhost/servletexec/admin

Main functions:

1. Deployment project:

You do not need to change server. xml as TOMCAT does to deploy a project here.
Click: Web Applications-> manage to go To the Manage Web Applications page.
There are already two default projects above. Let's click Add Web Applications to Add a new project.
Application Name: Project Name
URL Context Path:/your favorite name/
Location: the absolute address of the directory.

2. Deploy applications in the project:

In Manage Web Applications, click "web. xml" after the project to deploy the project.
Click Servlets-> manage to enter the Manage Servlets. You can add Servlets.
Click Servlets-> mapping to enter the Set Servlet Mapping.

3. Its powerful functions are far more than that. When you experience this, you must have enough confidence to implement all the remaining functions!
However, there is still some good news. Some time ago, Sun updated the JSP and Servlet standards and released JDK 5, which will soon be released. These new JDK versions will provide better support for JSP, coupled with the excellent frameworks that have emerged in recent years (such as struts, hibernate, spring, and so on ), make JSP more powerful than it was just born.

If you have been using JSP for a long time, you will find that although JSP is powerful, it is insufficient to develop a Web GUI. Because front-end HTML, JavaScript, and other code must be manually or generated using other web designer. This makes JSP very inconvenient during the development interface. Therefore, Sun provides us with a new Web Interface Standard: JSFJavaServer Faces ). JSF provides us with a component-centric method for developing Java Web user interfaces, which simplifies development. At present, Sun has launched J2SE5.0 and JSF1.2, trying to make the technology on different Web layers of J2EE more consistent. It seems that Sun is competing with Microsoft's ASP. NET in the Web interface field. I hope that we will be able to see JSP and JSF development tools like Visual Studio in the future. By that time, the competition between Web applications may enter a fierce stage. Let's wait and see jsp iis!

  1. Enhanced Servlet and JSP security without modifying code
  2. Detailed description of JSP commands and script elements
  3. How to accelerate JSP access
  4. Interaction between JSP and XML
  5. Configuration of JSP, Servlet, and Bean in Tomcat

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.