Sample configuration file (adapter.xml) for the Flex adapter.
This file is in the example folder.
<adapter> <!-- Adapter Controller --> <controller> <controllerPort>13579</controllerPort> </controller> <!-- Sybase ESP Server settings --> <esp> <espConnection> <espProjectUri>esp://localhost:19011/w1/p1</espProjectUri> </espConnection> <espSecurity> <espUser>espuser</espUser> <espPassword encrypted="false">espuser</espPassword> <espAuthType>none</espAuthType> <!-- <espRSAKeyStore>/keystore/keystore.jks</espRSAKeyStore> <espRSAKeyStorePassword>Sybase123</espRSAKeyStorePassword> --> <espEncryptionAlgorithm>RSA</espEncryptionAlgorithm> </espSecurity> <maxPubPoolSize>1</maxPubPoolSize> </esp> <!-- Flex specific --> <flex> <serverPort>23456</serverPort> </flex> </adapter>