Hi Kasun,
On Thu, Jul 3, 2014 at 10:37 AM, Kasun Dissanayake <[email protected]> wrote: > Hi All, > > I'm working with App manager and for some testings I need to configure > Apache H2 DBMS in > my machine. Any Help ? > All wso2 servers contains inbuilt H2 Server. Therefore you do not need to configure an external H2 server. You could enable the H2 console by uncommenting following section in carbon.xml. Then you could access the console using http://localhost:8082/login.jsp. <H2DatabaseConfiguration> <property name="web" /> <property name="webPort">8082</property> <property name="webAllowOthers" /> <!-- <property name="webSSL" /> <property name="tcp" /> <property name="tcpPort">9092</property> <property name="tcpAllowOthers" /> <property name="tcpSSL" /> <property name="pg" /> <property name="pgPort">5435</property> <property name="pgAllowOthers" /> <property name="trace" /> <property name="baseDir">${carbon.home}</property> --> </H2DatabaseConfiguration> Regards, Dinusha. > > Thanks and Regards > > -- > Kasun Dissanayake > Software Engineer > WSO2 Inc. > Lean | Enterprise | Middleware > Tel - +94 77 086 2860 > Skype - kasun.dissanayake4 > LinkedIn - lk.linkedin.com/in/kasundis/ > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Dinusha Dilrukshi Senior Software Engineer WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
