起步软件技术论坛-X3

 找回密码
 立即注册
搜索
123
返回列表 发新帖
楼主: weirongjia

【结贴】即时通讯配置

[复制链接]
发表于 2010-8-6 10:34:30 | 显示全部楼层
楼主用的是啥类型的数据库,
如果是Oracel,那么 \X3 Server\IMServer\lib  这个目录下的驱动放进去了麻?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-6 11:19:28 | 显示全部楼层
放进去了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-6 11:20:51 | 显示全部楼层
数据库是oracle的
驱动已经放进去了
回复 支持 反对

使用道具 举报

发表于 2010-8-6 11:34:12 | 显示全部楼层
是Oracel几的,
另外,把那个目录下的所有文件截取一个图,贴出来看看
回复 支持 反对

使用道具 举报

发表于 2010-8-6 14:29:36 | 显示全部楼层
19楼的配置文件中没有数据源相关部分使用服务端配置工具重新配置下看看吧,我下面是正常的,你可以看看:
<?xml version="1.0" encoding="UTF-8"?>

<!--
    This file stores bootstrap properties needed by Wildfire.
    Property names must be in the format: "prop.name.is.blah=value"
    That will be stored as:
        <prop>
            <name>
                <is>
                    <blah>value</blah>
                </is>
            </name>
        </prop>

    Most properties are stored in the Wildfire database. A
        property viewer and editor is included in the admin console.
-->
<!-- root element, all properties must be under this element -->
<jive>
  <adminConsole>
    <!-- Disable either port by setting the value to -1 -->  
    <port>9090</port>  
    <securePort>9091</securePort>
  </adminConsole>  
  <admin>
    <!-- Use this section to define users that will have admin privileges. Below,
          you will find two ways to specify which users are admins. Admins will
          have access to the admin console (only local users) and may have also access
          to other functionalities like ad-hoc commands. -->  
    <!-- By default, only the user with the username "admin" can login
         to the admin console. Alternatively, you can specify a comma-delimitted
         list usernames that should be authorized to login to the admin console
         by setting the <authorizedUsernames> field below. -->  
    <!-- <authorizedUsernames></authorizedUsernames> -->  
    <!-- Comma-delimitted list of bare JIDs. The JIDs may belong to local
         or remote users. -->  
    <!-- <authorizedJIDs></authorizedJIDs> -->
  </admin>  
  <locale>en</locale>  
  <!-- Network settings. By default, Wildfire will bind to all network interfaces.
      Alternatively, you can specify a specific network interfaces that the server
      will listen on. For example, 127.0.0.1. This setting is generally only useful
       on multi-homed servers. -->  
  <!--
    <network>
        <interface></interface>
    </network>
    -->  
  <!-- Example LDAP settings -->  
  <!--
    <ldap>
        <host></host>
        <port>389</port>
        <usernameField>uid</usernameField>
        <nameField>cn</nameField>
        <emailField>mail</emailField>
        <baseDN></baseDN>
        <adminDN></adminDN>
        <adminPassword></adminPassword>
    </ldap>
    <provider>
        <user>
            <className>org.jivesoftware.wildfire.ldap.LdapUserProvider</className>
        </user>
        <auth>
            <className>org.jivesoftware.wildfire.ldap.LdapAuthProvider</className>
        </auth>
    </provider>
    -->  
  <!-- End example LDAP settings -->  
  <provider>
    <user>
      <className>com.justep.wildfire.JustepUserProvider</className>
    </user>  
    <auth>
      <className>com.justep.wildfire.JustepAuthProvider</className>
    </auth>
  </provider>  
  <database>
    <defaultProvider>
      <driver>net.sourceforge.jtds.jdbc.Driver</driver>  
      <serverURL>jdbc:jtds:sqlserver://127.0.0.1:1433/sxy;appName=jive</serverURL>  
      <username>sa</username>  
      <password>sa</password>  
      <minConnections>5</minConnections>  
      <maxConnections>15</maxConnections>  
      <connectionTimeout>1.0</connectionTimeout>
    </defaultProvider>
  </database>  
  <setup>true</setup>
</jive>
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-6 15:57:06 | 显示全部楼层
有没有oracle的配置例子
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-8-6 16:44:41 | 显示全部楼层
好了
那段数据库的配置加上了  
就好了  可以上线了
谢谢了  结贴吧
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2025-7-7 18:40 , Processed in 0.037537 second(s), 13 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表