|
For generic instructions on how to integrate Tomcat 4.1 with IIS6 click here.
This document describes how to integrate DocTera into IIS on a Windows server running IIS 4.0 or higher. It assumes:
- Basic knowledge of IIS administration.
- DocTera is installed and running on the target machine, using the default directory of C:\DocTeraX_X_X. where X corresponds to the lates DocTera version
If the target machine is not the IIS machine, install DocTera on the IIS machine also, also using the C:\DocTeraX_X_X.
Step 1
Run the iis_integration.reg file located in c:\DocTeraX_X_X.
You will be asked whether you want to add this information to your registry. Click "Yes".
Step 2
If Tomcat is not running on the same machine as IIS, edit the file c:\DocTeraX_X_X\conf\worker2.properties, change 'localhost' to the IP address or name of the computer running tomcat.
Step 3
Start the Internet Services Manager
Go to Default Web Site and add a New Virtual Directory called Jakarta which points to C:\DocTeraX_X_X\conf.
Provide only read and execute privileges for security purposes
Step 4
Set the following environment variables:
- CATALINA_HOME=c:\DocTeraX_X_X
- JAVA_HOME = Your java install dir or c:\DocTeraX_X_X\jdk1.4.1
- TOMCAT_HOME = c:\DocTeraX_X_X
Step 5
You must now define Tomcat as a filter in IIS.
Note if using PWS, run the pws_integration.reg file in the DocTera directory After adding the isapi filter, the status will be a red down arrow. You need to stop the IIS server, and start the IIS server. The status should now be green.
Step 6
Restart your computer Logs from the ISAPI redirector DLL are directed into the Event Viewer On the IIS machine, you should be able to access DocTera from http://localhost/doctera
For more information on Tomcat IIS integration visit: http://www.rit.edu/~ack5504/tomcat-iis6-howto/tomcat_iis6_resources.html |