unable to configure database for community edition

Confluence User - 14 Aug, 2018

I have installed Joget Workflow v6.0.9 and able to login using these credentials(username:admin,pwd:admin).

Didn't get any page for database configuration as mentioned in the joget docs(JOGET docs.png). 

How to proceed further in connecting Joget Workflow with Sqlite database.

unable;to;configure;database;for;community

2


14 Aug, 2018
confluenceUser
confluenceUser

You can create new database connection profile by setting up new db profile like this.

15 Aug, 2018
confluenceUser
confluenceUser

I think it comes preinstalled with mysql. To use other db, try these steps.

You will need to:-

  1. Shutdown joget server
  2. Get sqlite jdbc driver (.jar file) - http://www.sqlitetutorial.net/sqlite-java/sqlite-jdbc-driver/ and put into tomcat/webapps/jw/WEB-INF/lib folder.
  3. Go to wflow/app_datasource.properties. Add a # to the front of the line.

    #currentProfile=default
  4. Start joget server.
  5. You will now see this screen Setting Up Database
  6. Key in the sqlite jdbc path like the article in step 2 and configure the rest accordingly.

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print