Zebra Technologies P1058563-003 TV Cables User Manual


 
31
Installation
Installation Steps
10/31/13 P1058563-003
11. Configure the Tomcat server to use the passkey (created in step 8) and the certificate file.
a. From the %TOMCAT_INSTALL_LOCATION%\tomcat7.0.33\conf directory,
edit the Tomcat server.xml file as follows:
•where %TOMCAT_INSTALL_LOCATION%: your installation directory location
b. Include the following text within the <Service> XML block:
<Service name=”Catalina”>
<Connector SSLEnabled="true" acceptorThreadCount="5"
clientAuth="want" keyAlias="tomcat"
keystoreFile="conf/zserver.abccompanyinc.com.p12"
keystorePass="YourPasskey" keystoreType="pkcs12"
maxConnections="-1" maxThreads="2500" port="443"
protocol="org.apache.coyote.http11.Http11NioProtocol"
scheme="https" secure="true" sessionTimeout="0"
socket.soKeepAlive="true" sslProtocol="TLS"/>
</Service>
•where zserver.abccompanyinc.com: full DNS name of the server
•where YourPasskey = passkey from step 8.
12. Run the following command from the zebra_certs directory:
a. %> keytool -importcert -file ZebraCAChain.cer -keystore
"%JRE_HOME%\lib\security\cacerts" -alias "ZebraCAChain"
•where %JRE_HOME%: local installation of the Java Runtime Environment (JRE)
JRE default locations: C:\Program Files\Java\jre7 or
for a 32-bit version: C:\Program Files (x86)\Java\jre7
13. Verify the certificates were correctly installed by entering the following command:
keytool -keystore "%JRE_HOME%\lib\security\cacerts" ^
-alias "ZebraCAChain" -list
a. Enter keystore password (default password is changeit).
The console will show the following:
ZebraCAChain, Feb 18, 2013, trustedCertEntry,
Certificate fingerprint (MD5):
ED:D2:75:F3:84:5E:32:E7:82:5A:3C:4D:1A:B4:73:2C
14. From the Zebra Technologies AirWatch Connector directory, navigate to the tomcat/bin
directory.
Note • The default password for the Java cacert keystore is changeit.