
Installation 31
Installation Steps
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"
…
</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
•where %JRE_HOME%: local installation of the Java Runtime Environment (JRE)
•JRE default locations: C:\Program Files\Java\jre7 or
for a
Note • The default password for the Java cacert keystore is changeit.
13.Verify the certificates were correctly installed by entering the following command: keytool
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.
10/31/13 |