On Thu, Mar 10, 2011 at 8:09 PM, Afkham Azeez <[email protected]> wrote: > This is going to be very confusing for users since there are multiple files > and places in which ports have to be changed. Also, it may not be > straightforward to figure out which files to change. Is there a better way > of doing this? Can we override all port using the ports section in > carbon.xml file so that the user has to change only that file and the > mgt-transports.xml file?
+1 for single location. Thanks AmilaJ > How will the multiple instance stuff get affected by this? > > On Thu, Mar 10, 2011 at 4:22 PM, Tharindu Mathew <[email protected]> wrote: >> >> Note now that if two servers use qpid, even if indirectly through >> dependencies you need to change the config located at >> $SERVER_HOME/repository/conf/qpid/etc/config.xml >> <port>5672</port> >> >> On Thu, Mar 10, 2011 at 3:02 PM, Charitha Kankanamge <[email protected]> >> wrote: >>> >>> Noted. Thanks for the information. >>> >>> /Charitha >>> >>> On Mon, Mar 7, 2011 at 11:21 PM, Tharindu Mathew <[email protected]> >>> wrote: >>>> >>>> Devs, >>>> If you are used to starting up multiple servers in the same host >>>> machine, please not that in addition to changing http and https ports in >>>> the >>>> mgt-transports.xml, you need to change ports of the embedded ldap server as >>>> well. >>>> In $SERVER_HOME/repository/conf/embedded-ldap.xml change: >>>> <EmbeddedLDAP> >>>> <Property name="enable">true</Property> >>>> <Property name="instanceId">default</Property> >>>> <Property name="port">10390</Property> >>>> ..... >>>> </EmbeddedLDAP> >>>> and also change $SERVER_HOME/repository/conf/user-mgt.xml's connection >>>> URL to match the ldap port: >>>> <UserStoreManager >>>> class="org.wso2.carbon.user.core.ldap.ApacheDSUserStoreManager"> >>>> <Property name="ReadOnly">false</Property> >>>> <Property >>>> name="ConnectionURL">ldap://localhost:10390</Property> >>>> ...... >>>> </UserStoreManager> >>>> >>>> -- >>>> Regards, >>>> >>>> Tharindu >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>> >> >> >> >> -- >> Regards, >> >> Tharindu >> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> > > > > -- > Afkham Azeez > Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, > > Member; Apache Software Foundation; http://www.apache.org/ > email: [email protected] cell: +94 77 3320919 > blog: http://blog.afkham.org > twitter: http://twitter.com/afkham_azeez > linked-in: http://lk.linkedin.com/in/afkhamazeez > > Lean . Enterprise . Middleware > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > _______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
