Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

New Installation - Still cant login.

$
0
0

I am not able to login to the admin console. I have just installed it. I have used the embedded DB and internal system for

 

user creation. I changed the word Ture to False in the openfire.xml to run the setup again. I gave the email address and a

 

new password but still I am not able to login. I am using windows 7 64-bit, i installed openfire version 3.9.1. I have also tried to un-install and reinstall openfire but still it didnt help.

 

following is my openfire.xml file

 

 

Anyone please help

 

 

<?xml version="1.0" encoding="UTF-8"?>

 

<!--

    This file stores bootstrap properties needed by Openfire.

    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 Openfire database. A

    property viewer and editor is included in the admin console.

-->

<!-- root element, all

 

properties must be under this element -->

<jive>

  <admin>joe</admin> 

  <adminConsole>

    <!-- Disable either port by

 

setting the value to -1 --> 

    <port>9090</port> 

    <securePort>9091</securePort>

  </adminConsole> 

 

 

<locale>en</locale> 

  <!-- Network settings. By default, Openfire 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>

   

 

--> 

  <connectionProvider>

    <className>org.jivesoftware.database.EmbeddedConnectionProvider</className>

 

 

</connectionProvider> 

  <setup>true</setup>

</jive>


Viewing all articles
Browse latest Browse all 10742

Trending Articles