1

这是我使用Restcomm的第一步,

我第一次听到欢迎信息时安装了restcomm(jboss版本),并且可以访问管理页面。

然后,我尝试重新启动 jboss,我看到了一些错误。我试图将 ibatis.conf 中的 dabase 从hsql更改为postgresql

我的问题是:

如果可以更改数据库(用户、角色和规则)以及在哪里可以找到执行此操作的说明。

我还有一个问题

    <dataSource type="POOLED">
        <property name="driver" value="org.hsqldb.jdbcDriver"/>
        <property name="url" value="jdbc:hsqldb:file://${data}/restcomm;ifexists=true;hsqldb.write_delay=false;shutdown=true"/>
        <property name="username" value="sa"/>
        <property name="password" value=""/>
      </dataSource>

restcomm在哪里保存了hsql的数据,因为我都删除了,重新安装,然后我的问题依旧。

4

1 回答 1

3

以下链接显示了如何在 Restcomm (MariaDB) 上配置不同的数据库。

http://docs.telestax.com/restcomm-install-and-configure-restcomm-to-use-mariadb/

您还需要驱动程序来配置 PostgreSQL 数据库。

于 2015-08-10T13:54:52.010 回答