Install as service on Linux

Confluence User - 22 May, 2016

Brand new user with Joget Community and having trouble installing as a service on Centos 7.  

After Joget install, I can successfully run the setup.sh tomcat8.sh scripts.  Database tables are created, and I can login with admin/admin.  All good.

Trouble comes when trying to start as a service.  I end with a Security Violation (Code 403). error from Joget.

Ideas on where I've gone wrong in creating the service?

Thanks,

--Ken

installation

1


23 May, 2016
confluenceUser
1
confluenceUser

My best guess is that the tomcat service did not have the "wflow" parameter set thus resulting to an error.

The wflow parameter must be set in JAVA_OPTS.

See http://stackoverflow.com/questions/6045721/in-which-file-do-the-export-java-opts-parameters-go or https://gist.github.com/baylisscg/942150

wflow points to the path to the working folder which contains the rightful database that Joget needs to talk to. See Custom Database Configuration#ChangingDefaultDatasourceSettings

 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print