cancel
Showing results for 
Search instead for 
Did you mean: 

How to view/manipulate Activiti built-in h2 db details

shrey
Champ in-the-making
Champ in-the-making
Hi,

Im new to activiti and have been experimenting with it.
Activiti offers a built-in H2 db .
How do we the details of this db?
How can I insert new users/user groups into this db?

I have activiti wars explorer & rest.
I was able to start the explorer(not login)  on tc server locally, but I could not login into explorer.
I didnot use demo for generating any data.

Is there a way i can create a new admin/admin user group for an application?
2 REPLIES 2

shrey
Champ in-the-making
Champ in-the-making
I got it . But i added users by logging via demo-user  and creating admin user.  If we have to export data of inbuilt activiti db , how can we export it?

jbarrez
Star Contributor
Star Contributor
The H2 database is in-memory. Be warned that the data is gone when Tomcat goes down.

Much better is to use a 'real' database such as MySQL, postgres, etc.
See http://activiti.org/userguide/index.html#explorer.change.database  how to do that.