Is it possible to secure ApplinX SOA (API) through SSL and Tomcat Valve configurations?

Product/components used and version/fix level:

ApplinX 10.11 1033

Detailed explanation of the problem:

Is it possible to

(1) configure SSL certificates and
(2) implement address restrictions

via the embedded tomcat ?

For instance,

  1. Could SSL configuration be added into …/ApplinX/conf/server.xml ?

  2. It is recommended for generic Tomcat implementation to set up access restriction to your web-application for the certain IP addresses, add the following strings to
    /opt/tomcat/webapps/{web-application name}/META-INF/context.xml

<Context antiJARLocking="true" path="/">
 <Valve className="org.apache.catalina.valves.RemoteIpValve" />
 <Valve className="org.apache.catalina.valves.RemoteAddrValve" deny="{IP_address}" />
</Context>

However, there is no context xml in the above directory for SOA applications, so could it work adding this instruction to …/ApplinX/conf/content.xml ?

Error messages / full error message screenshot / log file:

N/A

Question related to a free trial, or to a production (customer) instance?

licensed

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.