1
0
-1

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.

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

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

        CommentAdd your comment...
      1.  
        1
        0
        -1

        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.

         

          CommentAdd your comment...