error running plf-community-tomcat-standalone in Windows 10 64-bits
Opened this issue · 3 comments
After a successful build of plf-community-tomcat-standalone, I have attempted to launch the tomcat .
I use server.xml for mysql , and I have configured gatein\conf\exo.properties .
It is configured to run on localhost:8080 as default .
I have install addon for the following -
addon install exo-jdbc-driver-mysql
addon install exo-es-embedded
After the server is started , I visited http://localhost:8080 , and I follow the registration page and the users setup pages. At the end , it failed to open http://localhost:8080/portal/intranet/ .
HTTP Status 404 – Not Found
Type Status Report
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.30
The platform.log shows that -
ERROR | Could not associate the request path=/intranet/ with an handler [org.exoplatform.web.WebAppController<http-nio-0.0.0.0-8080-exec-4>]
I have tried develop branch and stable-5.1 branch , but both failed to launch .
Hello @dannychickenlai
Can you provide the full logs of the startup please ?
Also please post your question in eXo forum (https://community.exoplatform.com/portal/intranet/forum), it will be more visible.
Regards