System: WIN2003+IIS6.0+J2SE 5.0
For JSP beginners to talk about Jsp+iis must have a big head!
Although the Jakarta in the JK2 can be solved, but its configuration is quite cumbersome!
Use servletexec to solve it!
For the mainstream JSP server, in addition to Tomcat, there are jrun,servletexec, where Servletexec is also a popular servlet and JSP engine, can be used independently for development deployment, based on its installer can directly connect with IIS, can be downloaded for free, but its advanced performance needs to be purchased before it can be used.
Download address is: http://www.servletexec.com
It requires a series of complex registration, a little e-text based friends can register successfully!
Of course the information can be added, but email must not be written, because then you will not receive the password ...
The file is not big, the next will be able to down, and then a fool-like installation, your machine IIS can support JSP!
The only prerequisite is that your machine has JRE and IIS installed, hehe, this looks like a nonsense!
But this also explains the problem, everything is so simple!
Main function:
1. Deployment project:
Deploy the project here without changing server.xml like Tomcat
Click: Web Applications-> manage into the Manage Web applications interface.
With the default two items already on the top, let's add a new project by following the add WEB applications.
Application name: Names of projects
URL context path:/The name you like
Location: Absolute address of the directory
2. Deployment applications in the project:
Manage WEB applications after the project Web.xml click on the project can appear on the application deployment
Click: Servlets-> Manage entered manage servlets can add Servlets
Click: Servlets-> Mapping entered the set Servlet mapping
3. Its powerful function is much more than this, when you experience here you must have enough confidence to all the remaining functions to achieve!