You must install Tomcat on both of your servers.
Install Tomcat from the \Third Party\Tomcat\6.0.18\ directory on the installation DVD.
Ensure Tomcat is installed in a location where there are no spaces in the path. You can enter C:\Program Files\Tomcat
, but not C:\Tomcat\
.
To start Tomcat, enter TomcatInstallDir>\bin\catalina.bat run
.
To verify installation, go to the Tomcat landing page by entering https://<Hostname>:8080/
.
Create a crossdomain.xml
file and place the file in the <TomcatInstallDir>\webapps\ROOT\
directory.
You can also copy a file from the https://drmtest2.adobe.com/crossdomain.xml
directory.