System: win2003, IIS6.0, and J2SE 5.0
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, IIS on your machine can support JSP!
The only premise is that JRE and IIS are installed on your machine!
But this also illustrates the problem. Everything is so simple!
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!