I. Preface
Tomcat is a good choice for beginners to execute JSP and servlet. You can also use resin. Both products do not cost a penny. Resin supports XML well.
Ii. Download and install
For the resin official site: http://www.caucho.com /.
Download from this address: http://www.caucho.com/download/index.xtp. the download is resin1.1.4133.
After downloading, decompress the package to a directory. Here we use E: esin114 as an example.
Iii. Configuration
Before that, of course, we have to install Apache and run it properly.
(1) Configure Apache
Open the httpd. conf file in the conf subdirectory of Apache and edit it with a text editing tool. Add the following lines:
Loadmodule caucho_module 'e: esin114srunwin32-1.3.6mod_caucho.dll'
Addmodule mod_caucho.c
Cauchoconfigfile 'e: \ resin114 \ conf \ resin. conf'
Sethandler Caucho-status
Note: The preceding steps can also be implemented in a simpler way, that is, run E: esin114 directly.