Difference between revisions of "Browsing embeded database"

From OpenKM Documentation
Jump to: navigation, search
Line 5: Line 5:
 
* OKMDashboardStats ( used for dashboard info )
 
* OKMDashboardStats ( used for dashboard info )
 
* OKMWorkflow ( used to store workflow info )
 
* OKMWorkflow ( used to store workflow info )
 
  
 
== A simply way to browse it ==
 
== A simply way to browse it ==
 
'''Open the url''' from server http://localhost:8080/jmx-console/
 
'''Open the url''' from server http://localhost:8080/jmx-console/
  
You'll see there three services defined under jboss
+
You'll see there three services defined under JBoss
 +
 
 
  database=OKMActivity,service=Hypersonic
 
  database=OKMActivity,service=Hypersonic
 
  database=OKMAuth,service=Hypersonic
 
  database=OKMAuth,service=Hypersonic
Line 18: Line 18:
  
 
'''Select one''', it'll appear other web page.
 
'''Select one''', it'll appear other web page.
Find void '''startDatabaseManager()''' and press the button under called Invoke
+
Find void '''startDatabaseManager()''' and press the button under called Invoke and will appear an screen like this:
  
It'll appear some screen like this
 
  
 +
[[File:Okm_005.jpeg‎|505px]]
  
[[File:Okm_005.jpeg‎]]
+
[[Category: Developer Guide]]

Revision as of 21:04, 25 January 2010

OpenKM comes with FOUR embeded databases that are defined in poll openkm-ds.xml into $JBOSS_HOME/server/default/deploy directory

  • OKMActivity ( used for log info )
  • OKMAuth ( user for authentication purpose )
  • OKMDashboardStats ( used for dashboard info )
  • OKMWorkflow ( used to store workflow info )

A simply way to browse it

Open the url from server http://localhost:8080/jmx-console/

You'll see there three services defined under JBoss

database=OKMActivity,service=Hypersonic
database=OKMAuth,service=Hypersonic
database=OKMDashboardStats,service=Hypersonic
database=OKMWorkflow,service=Hypersonic
database=localDB,service=Hypersonic

Select one, it'll appear other web page. Find void startDatabaseManager() and press the button under called Invoke and will appear an screen like this:


Okm 005.jpeg