[kune-commits] r1743 - in trunk: . src/main/java/cc/kune/core/server/rack

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Tue Mar 6 22:40:19 CET 2012


Author: vjrj_
Date: 2012-03-06 22:40:19 +0100 (Tue, 06 Mar 2012)
New Revision: 1743

Modified:
   trunk/INSTALL
   trunk/src/main/java/cc/kune/core/server/rack/RackServletFilter.java
Log:
minor changes

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2012-03-06 21:17:53 UTC (rev 1742)
+++ trunk/INSTALL	2012-03-06 21:40:19 UTC (rev 1743)
@@ -183,7 +183,7 @@
 
 TODO: configure/select db via properties
 
-=== Customization: Adapting Kune to your site ===
+===Customization: Adapting Kune to your site===
 
 Copy and adapt as much as possible to your needs these files:
 
@@ -319,6 +319,8 @@
 
 When you add this to the configuration and you restart, openfire will import (and remove) this part of the configuration to its database so you will see it in 'Server > Server Manager > System Properties'.
 
+Troubleshooting: If you cannot login to openfire after the kune installation, or the chat client don't login correctly you can check if the previous values are correct looking in the table ofProperty of openfire database. Using mysql command line, or MySql Browser you can fix there also the System Properties.
+
 For more details:
 http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/db-integration-guide.html
 
@@ -329,7 +331,7 @@
 
 After the section 'Run the server for the first time' you'll be able to use the password of the admin user of the kune instalation (specified in kune.properties), or other admin new users you want to register using kune and configure in the authorizedUsernames attribute.
 
-=== Configure your DNS for your XMPP service correctly ===
+===Configure your DNS for your XMPP service correctly===
 
 You have to configure your DNS domain adding SRV records for your XMPP services if you wanna use kune in production (not necessary for development). This permit that your XMPP server comunicates with other similar servers correctly. You should follow:
 http://jabberd.org/1.4/doc/adminguide#dnssrv

Modified: trunk/src/main/java/cc/kune/core/server/rack/RackServletFilter.java
===================================================================
--- trunk/src/main/java/cc/kune/core/server/rack/RackServletFilter.java	2012-03-06 21:17:53 UTC (rev 1742)
+++ trunk/src/main/java/cc/kune/core/server/rack/RackServletFilter.java	2012-03-06 21:40:19 UTC (rev 1743)
@@ -175,8 +175,8 @@
     LOG.debug("INITIALIZATION DONE!");
 
     // Uncomment to generate the graph
-    graph("docs/wave-guice-graph.dot", injector);
-    graph("docs/kune-guice-graph.dot", kuneChildInjector);
+    // graph("docs/wave-guice-graph.dot", injector);
+    // graph("docs/kune-guice-graph.dot", kuneChildInjector);
   }
 
   private void initFilters(final FilterConfig filterConfig) throws ServletException {




More information about the kune-commits mailing list