Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling WSO2 greg and API manager on different VM with shared MySQL
    primarykey
    data
    text
    <p>I'm installing greg and APi manager using this configuration:</p> <p>1 VM for MySQL</p> <p>1 VM for API</p> <p>1 VM for BAM</p> <p>1 VM for greg</p> <p>All latest currrent releases</p> <p>I'm wandering which is the best configuration.</p> <p>My idea was having all the tool to place data in MySQL, but I'm wandering on how to ling all the DB in the various config files APi should point to registry runniong on his VM and to the BAM instance, but looking on the registru moaster-datasource.xml I found also this:</p> <pre><code>&lt;datasource&gt; &lt;name&gt;WSO2AM_DB&lt;/name&gt; &lt;description&gt;The datasource used for API Manager database&lt;/description&gt; &lt;jndiConfig&gt; &lt;name&gt;jdbc/WSO2AM_DB&lt;/name&gt; &lt;/jndiConfig&gt; &lt;definition type="RDBMS"&gt; &lt;configuration&gt; &lt;url&gt;jdbc:h2:repository/database/WSO2AM_DB;DB_CLOSE_ON_EXIT=FALSE&lt;/url&gt; &lt;username&gt;wso2carbon&lt;/username&gt; &lt;password&gt;wso2carbon&lt;/password&gt; &lt;driverClassName&gt;org.h2.Driver&lt;/driverClassName&gt; &lt;maxActive&gt;50&lt;/maxActive&gt; &lt;maxWait&gt;60000&lt;/maxWait&gt; &lt;testOnBorrow&gt;true&lt;/testOnBorrow&gt; &lt;validationQuery&gt;SELECT 1&lt;/validationQuery&gt; &lt;validationInterval&gt;30000&lt;/validationInterval&gt; &lt;/configuration&gt; &lt;/definition&gt; &lt;/datasource&gt; </code></pre> <p>That imply that registry has access to API manager DB ... what for?</p> <p>I'll have to add also ESB and BPS so this deployment architecture becomes complex. Any hints Thanks Luca</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload