Install and configure iis5 + tomcat51 causeAfter using Tomcat for so long, it is still the first time that I need to use iis5 + Tomcat 5 at the same time today. however, I can only find information from the Internet. There are still many good people in the world. I finally found several useful links. (although it takes me a lot of time to complete the configuration. now, let's stop talking nonsense and start the topic.
2. System ConfigurationConfiguration Requirements: IIS (comes with Win2000 Server), Java 2 SDK 1.4.2 (or later), Tomcat web server connector, Tomcat 5.0.28 (or later)
3 related resourcesIIS6 and tomcat5 are integrated on Windows2003
Http://daysup.bokee.com/2179817.html Win2000 Server IIS + tomcat5 multi-site configuration
Http://dev.yesky.com/48/2293548.shtml Tomcat connectors (this is a must download, Tomcat Connector)
Http://tomcat.apache.org/download-connectors.cgi the Apache Tomcat Connector (official Installation Guide for Tomcat Connector)
Http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html
4 installation stepsThe installation of iis5 and tomcat5 is skipped. (In fact, these two things are not my assumption: the installation directory of Tomcat 5 is D:/tomcat5; the storage path of isapi_redirector2.dll is D: /tomcat5/bin/Win32/i386/isapi_redirector2.dll Add the registration information of Tomcat Connector in the registry. you can manually add or save the following content as Tomcat. run the reg file directly. windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE/software/Apache Software Foundation/Jakarta ISAPI redirector/1.0] "serverroot" = "D: // tomcat5" "extension_uri" = "/Jakarta/isapi_redirect.d Ll "" worker_file "=" D: // tomcat5 // conf // workers. properties "" worker_mount_file "=" D: // tomcat5 // conf // uriworkermap. properties "" LOG_FILE "=" D: // tomcat5 // logs // ISAPI. log "" loglevel "=" debug "creates the file D: // tomcat5 // conf // workers. properties, the content is as follows: worker. list = ajp13wworker. ajp13w. type = ajp13worker. ajp13w. host = localhostworker. ajp13w. port = 8009 I only configured one worker. For detailed configuration, see workers. properties to create the file D: // tomcat5 // conf // uriworkermap. Properties, the content is as follows:/* = ajp13w I am also lazy here, turning all requests to Tomcat. for detailed configuration, see uriworkermap. properties creates a new website MyApp in IIS. The main directory points to D: // apps // MyApp. right-click the website MyApp, and select Properties. create an ISAPI filter named Jakarta. All executable files point to D: // tomcat5 // bin // win2 // i386 // isapi_redirect.dll. Right-click the website MyApp and create a new virtual path named Jakarta. Select D: // tomcat5 // bin // win2 // i386 //. check/"execution (such as ISAPI application or cgi)/" to complete. Restart Tomcat and IIS. "Internet Information Service Manager"-> "website"-> "MyApp"-> "properties"-> "ISAPI filter", is Jakarta a green arrow up? If it is red, check whether your previous configuration is missing or if something is wrong, and reconfigure it again. this is why I have struggled for a while. for more information, see the documents I listed: IIS6 and tomcat5in Windows2003.
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.