
Appendix E: Windows Pre-Authentication Configuration
123
RMS Enterprise - Installation Guide
Workers Properties for RMS API
In the C:\isapi-redirect-rms-api\conf directory, create a file named workers.properties, and put the
following contents into the file with a text editor:
worker.list=worker1, jkstatus
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
worker.balancer.type=lb
worker.balancer.balance_workers=worker1
worker.balancer.sticky_session=true
worker.jkstatus.type=status
worker.jkstatus.mount=/jkmanager
Workers Properties for RMS UI
In the C:\isapi-redirect-rms-ui\conf directory create a file named "workers.properties" and put the
following contents into the file with a text editor:
worker.list=worker1, jkstatus
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
worker.worker1.lbfactor=1
worker.balancer.type=lb
worker.balancer.balance_workers=worker1
worker.balancer.sticky_session=true
worker.jkstatus.type=status
worker.jkstatus.mount=/jkmanager
worker.jkstatus.read_only=True
If IIS is hosted on a different machine than Tomcat, then the property worker.worker1.host needs to be set to an
actual DNS host name or IP address of the Tomcat server rather than localhost.
If IIS is hosted on a different machine than Tomcat, then the property
worker.worker1.host needs to be set to an actual DNS host name or IP address of the
Tomcat server rather than localhost.
Commentaires sur ces manuels