Requirements:
NOTE: Before installing the DocuShare Tomcat connector make sure the Apache installation is working correctly by connecting your Web browser to the home page of your Apache Web server.
Complete the following steps using methods or commands native to your Solaris operating system.
NOTE: We recommend copying the original mod_jk.so file supplied by Apache to a backup directory in case you need to restore the file.
Disable the Tomcat HTTP Port (optional):
To prevent users from accessing DocuShare through the Tomcat HTTP port, disable the Tomcat HTTP port.
- The current Sun Solaris 7 patch cluster available from Sunsolve
http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-access - Apache Web Server 1.3.27 binary from SunFreeware.com
ftp://ftp.sunfreeware.com/pub/freeware/sparc/7/apache-1.3.27-sol7-sparc-local.gz - DocuShare’s mod_jk_so7.so file included with DocuShare 3.1 Patch-1.
- If you are running DocuShare 3.1 on Solaris 7, the DocuShare connector from Apache to DocuShare’s Tomcat Web servlet requires Apache Web Server version 1.3.27.
- Your Solaris server must be updated with the latest patch cluster from Sun before installing the Apache Web Server.
- Follow the manufacturer’s instructions for installing the Solaris Patch Cluster and Apache Web Server.
NOTE: Before installing the DocuShare Tomcat connector make sure the Apache installation is working correctly by connecting your Web browser to the home page of your Apache Web server.
Complete the following steps using methods or commands native to your Solaris operating system.
- Copy the mod_jk_so7.so file from the [default patch-1 installation path to mod_jk_so7.so goes here] directory to a temporary directory.
- Rename the mod_jk_so7.so file to mod_jk.so.
- Replace the mod_jk.so file in your Apache Web Server installation with the file you just renamed. The Apache mod_jk.so file is often located in the /usr/lib/httpd/modules directory. The actually location will vary depending on your server environment.
- Restart the Apache Web Server for the change to take effect.
NOTE: We recommend copying the original mod_jk.so file supplied by Apache to a backup directory in case you need to restore the file.
Disable the Tomcat HTTP Port (optional):
To prevent users from accessing DocuShare through the Tomcat HTTP port, disable the Tomcat HTTP port.
- Open a command prompt or terminal window. Go to the [ds3home]/bin directory.
- Shutdown DocuShare using your normal procedure or the stop_docushare command in the command prompt or terminal window.
- Execute the start_docushare tomcat http off update-only command string from the [ds3home]/bin directory in the command prompt or terminal window.
- Restart DocuShare using your normal procedure or use the start_docushare command in the command prompt or terminal window.
- Leave the command prompt or terminal window open if you used the start_docushare command in the window to start DocuShare.