Page 1 of 1

OVA install

PostPosted:Thu Jun 14, 2018 2:56 pm
by Mhswa
Hey all

We have downloaded the ova from the portaldev website and to use it in VMware we had to use a few tools to export it as a ovf and change a few of the variables within the manifest to allow to work with esxi imports well into workstation and VB.

My question is we want to use the version as production but we cant seem to get tomcat to start to seems it's missing? It says tomcat service cant ne found and nothing in init.d which this is the pre built image by the devs CSN someone help?

We had the same issues using the auto installer it was installing 8.x of tomcat but the service was not properly installed and could not be started tried on ubuntu and mint

Re: OVA install

PostPosted:Fri Jun 15, 2018 7:23 am
by jllort
I think in the latest OVA images we have changed tomcat script name to openkm. Try with "service openkm start" if "service tomcat start" is not working.

You can use the VM in production as is, the tomcat is at /home/openkm/Development/tomcat I think in the desktop there's a README.txt what contains information what should be interesting for you.