Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When connecting to secured sites, the component accesses truststore from different locations in different launch modes:
    • Separate Process - %JAVA_HOME%\jre\lib\security\cacerts
    • In-memory - %FIORANO_HOME%\esb\server\profiles\certs\jssecacerts
  • 'jssecacerts' in %FIORANO_HOME% does not have trusted certificates required by most of the secured sites. Hence, to connect to secured sites when component is launched in-memory, either the trusted certificates should be added to 'jssecacerts' or the property 'javax.net.ssl.trustStore' (in %FIORANO_HOME%\esb\server\bin\server.conf, if FPS is launched using server.bat/server.sh and %FIORANO_HOME%\esb\fps\bin\fps.conf, if FPS is launched using fps.bat/fps.sh) should be set to %JAVA_HOME%\jre\lib\security\cacerts.
  • To receive Axis Level HTTP logs along with component logs, the System Properties HTTPClient.log.file and HTTPClient.log.enable have to be set in Runtime arguments of the component.

    Note
    -DHTTPClient.log.file=E:\httpclient.log -DHTTPClient.log.enable=true
Adaptavist ThemeBuilder EngineAtlassian Confluence