Install configuration process
1. Installation of JDK (JDK 1.4.1)
The installation path is D: / jdk, after the installation is completed, add "Path Path"; D: / JDK / BIN ";
JDK is installed.
2. Tomcat installation
Note: In the installation option, if Apache doesn't want to be automatically started for Windows service, please do not click "NT Service (NT / 2000 / XP Only)"
Click "Tomcat Sourse Code" and install the source code belled in Tomcat.
Choose the installation path, be careful not to use long directory names, such as "Program Files", some places do not support, it is best to use the self-built directory name, such as "D: / TD / Tomcat"
start installation;
Set the port, default is 8080;
Set user name and password for admin
Installed.
By executing D: /TD/tomcat/bin/startup.bat or shortcut
(D: /jdk/bin/java.exe -jar -duser.dir = "d: / TD / tomcat" "D: /TD/tomcat/bin/bootstrap.jar" start) launch Tomcat
Enter http://127.0.0.1:8080 in the browser URL, show the Tomcat default homepage, indicating that the Tomcat installation is complete.
3. Domino installation
Install and configure the server, all in all.
Enter http://127.0.0.1 in the browser URL, the Domino default homepage appears, indicating that the Domino installation is complete.
4. Tomcat-Domino file processing
/ Unpacking file tomcat-domino.zip file
Copy Tomcat_Redirector.dll to D: / Lotus / Domino
Open the workers.properties file with Notepad
Modify workers.tomcat_home = c: / prg / tomcat
Workers.tomcat_home = d: / td / tomcat
Modify workers.java_home = c: / prg / jdk
Workers.java_home = d: / jdk
Copy Workers.Properties and UriWorkermap.properties to Tomcat's confed
Edit Tomcat_Redirector.Reg file
Modify all items
C: // prg // Tomcat
for
D: // TD // Tomcat
Click to perform tomcat_redirector.reg to import Tomcat registration information into the registry
Add from Windows environment variables
Catalina_Home D: / TD / Tomcat
Java_Home D: / JDK
It is best to restart Windows so that the settings take effect.
5. Domino configuration
Start Domino server
Open Lotus Domino Administrator
In Configuration à Current Server Document Internetà Protocol httpà
"Tomcat_Redirector.dll" in "DSAPI Filter File Name", save the settings, restart the Domino HTTP service.