Hi All,
I'm new and I'm facing with the same problem as well here.
Tried;
1) Installed the OpenKM to C:\OpenKM
2) Copied the file tcnative-1.dll from C:\openkm\tomcat\bin\win-x86 to C:\openkm\java\bin
3) Set Environment as
Code: Select allset JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=356m
set JAVA_OPTS=%JAVA_OPTS% -Djava.awt.headless=true -Dlog4j.configuration=file:///%CATALINA_HOME%/conf/log4j.properties
set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=utf-8 -Dmail.mime.ignoreunknownencoding=true
set PATH=%PATH%;%CATALINA_HOME%\lib\sigar
set JAVA_HOME=C:\openkm\java
set CATALINA_HOME=C:\openkm\tomcat
4) Then started the configtest.bat and got no any error
5) Then start the server.
So it says ;
HTTP Status 404 - /OpenKM
type Status report
message /OpenKM
description The requested resource is not available.
Apache Tomcat/7.0.53
When I try to reach the OpenKM as
http://127.0.0.1:8080/OpenKM and also if I even try to get the Tomcat Server page as using
http://127.0.0.1:8080, the same error message comes up. Doesn't it strange to get the same "HTTP Status 404 - /OpenKM" error if I'm even trying to access the Tomcat Server Page ?
The "Conf" and "Log" folders are added to the message.
Would you please help me to solve the problem ?
Thanks in advance to all your helps.
(32.21 KiB) Downloaded 268 times