This is how I do it:
Certificates have been installed in c:\users\public - there should be no need to backup or restore this file during a standard
AwareIm upgrade. The certificates installed are, in order:
- Entrust Root Chain Certificate
- Entrust L1E Chain Certificate
- Entrust web server certificate for [your web site.com]
There is a reference to the keystore file in the server.xml file – see below for details
C:AwareIM\Tomcat\conf\Server.xml file changes that may need to be recreated after an
upgrade:
HTTP connector:
Change http port to 80 from 8080
Change redirect port to 443 from 8443
HTTPS connector:
Remove comment marks from HTTPS section
Change https port to 443 from 8443
Add:
keystoreFile="C:\Users\Public[your filename.jks]"
keystorePass=[your password]
This is from the AwareIM User Forum posting http://www.awareim.com/phpBB2/viewtopic.
php?t=2592&postdays=0&postorder=asc&highlight=rename&start=15 (old forus URL)
Note: I think there is a moreelegant way to achieve the following:
We don't want the application URL to include "AwareIM". To change the application folder
name. proceed as follows:
Rename C:\AwareIM\Tomcat\webapps\AwareIM directory to C:12 POBITS Management Plan
\AwareIM\Tomcat\webapps[NEWFOLDERNAME]
Open the file web.xml located in the AwareIM/Tomcat/webapps/[
NEWFOLDERNAME]/WEB-INF directory, search for AwareIM and replace it with [
NEWFOLDERNAME]
Open the file web.xml located in the AwareIM/Tomcat/webapps/newfoldername/
WEB-INF directory
Verify settings:
<!-- The Welcome File List -->
<welcome-file-list>
<welcome-file>logon.html</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
Open UIConfig.props file in C:\AwareIM\bin and add: OperationMode = http://
localhost:8080/[NEWFOLDERNAME]/logonAdmin.html at the bottom of the file.