Show TOC

Sample Flex Configuration FileLocate this document in the navigation structure

Sample configuration file (adapter.xml) for the Flex adapter.

This file is in the example folder.

<adapter>

<!-- Adapter Controller -->
 <controller>
  <controllerPort>13579</controllerPort>
 </controller>

<!-- SAP Event Stream Processor Server settings -->
 <esp>
   <espConnection>
        <espProjectUri>esp[s]://localhost:19011/w1/p1</espProjectUri>
   </espConnection>

   <espSecurity>
        <espUser>espuser</espUser>
        <espPassword encrypted="false">espuser</espPassword>
        <espAuthType>none</espAuthType>
<!--  <espRSAKeyStore>/keystore/keystore.jks</espRSAKeyStore>
        <espRSAKeyStorePassword>Sample123</espRSAKeyStorePassword> -->
        <espEncryptionAlgorithm>RSA</espEncryptionAlgorithm>
   </espSecurity>
  <maxPubPoolSize>1</maxPubPoolSize>
 </esp>

<!-- Flex specific -->
 <flex>
  <serverPort>23456</serverPort>
 </flex>

</adapter>