Configuring Axis 2 for SSL - trillium_quality - 17.1

Trillium TS Web Services Developer Guide

Product type
Software
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality
Title
Trillium TS Web Services Developer Guide
Topic type
Overview
Administration
Configuration
Installation
Reference
How Do I
First publish date
2008

After the Apache Tomcat web server has been configured, configure Axis 2 to use SSL.

To configure Axis 2 to use SSL:

  1. Go to the conf directory in the TrilliumSOAP directory. The following is the default location:

    • Linux: /opt/tsq/Software/apache-tomcat/webapps/TrilliumSOAP/WEB-INF/conf

    • Windows: C:\Program Files\Trillium Software\MBSW\17\tsq\Software\apache-tomcat\webapps\TrilliumSOAP\WEB-INF\conf

  2. Open the axis2.xml file.

  3. Under the section “Transport Ins,” add a new section “AxisServletListener” for SSL port 443 as follows:

    <transportReceiver name="https" 
    class="org.apache.axis2.transport.http.AxisServletListener">
    <parameter name="port">443</parameter>
    </transportReceiver>
  4. Restart Tomcat.

  5. Test the configuration by navigating to: https://hostname:portnumber/TrilliumSOAP