Page 1 of 1

apache

PostPosted:Mon Jan 22, 2018 10:30 pm
by asauer
Hi All,

i am trying to install openkm in windows 10 pro.
i managed to ru java -jar okminstaller.jar except for installing apache as a service.
i do know that there are steps (https://docs.openkm.com/kcenter/view/ok ... ndows.html) to install apache manually.
the problem is i dont have tomcat7 in my bin directory
Code: Select all
cd c:\tomcat-7.0.61\bin
tomcat7 //US//Tomcat7 ++JvmOptions="-XX:PermSize=256m"
tomcat7 //US//Tomcat7 ++JvmOptions="-XX:MaxPermSize=512m"
tomcat7 //US//Tomcat7 ++JvmOptions="-XX:+UseConcMarkSweepGC"
tomcat7 //US//Tomcat7 ++JvmOptions="-Djava.awt.headless=true"
tomcat7 //US//Tomcat7 ++JvmOptions="-Dlog4j.configuration=file:///%CATALINA_HOME%/conf/log4j.properties"
tomcat7 //US//Tomcat7 ++JvmOptions="-Dfile.encoding=utf-8"
tomcat7 //US//Tomcat7 ++JvmOptions="-Dmail.mime.ignoreunknownencoding=true"
these commands would fail.
any advice please?

Thank you
Asadilan

Re: apache

PostPosted:Tue Jan 23, 2018 2:49 pm
by asauer
my java home system variable was defined as java...\ it should have been java... and that's it, no extra "\"
openKm is installed but apache is not .

Re: apache

PostPosted:Thu Jan 25, 2018 8:31 am
by jllort
exist a tomcat7.exe in your bin folder ? or and openkm.exe ?

in case the second then you should execute it:
Code: Select all
openkm //US//OpenKM ++JvmOptions="-XX:PermSize=256m"
openkm //US//OpenKM ++JvmOptions="-XX:MaxPermSize=512m"
openkm //US//OpenKM ++JvmOptions="-XX:+UseConcMarkSweepGC"
openkm //US//OpenKM ++JvmOptions="-Djava.awt.headless=true"
openkm //US//OpenKM ++JvmOptions="-Dlog4j.configuration=file:///%CATALINA_HOME%/conf/log4j.properties"
openkm //US//OpenKM ++JvmOptions="-Dfile.encoding=utf-8"
openkm //US//OpenKM ++JvmOptions="-Dmail.mime.ignoreunknownencoding=true"
Do you have JAVA version 1.8 ? ( in this case the first two rows are not needed, XPermSize )