You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: