java - Activiti Explorer - Request resource is not available -
i have big problem run activiti-explorer when try access: http://localhost:8080/activiti-explorer/
tomcat shows me http status 404 - requested resource not available.
i'm don't have idea why dosen't work. can me?
this have done on pc:
- i'm using
5.19.0
version of activiti-explorer 7.0.63
tomcatjdk 1.8.0.77
(i think there no point downgrade java previous versions (<=1.7) becouse main application using version)- i'm sure have correctly configured environment variables (
java_home
,jre_home
,path
,catalina_home
) - i configured data base connection (
db.properties
,context.xml
) inactiviti-explorer.war
, moved filetomcat/webapps
- i don't have errors activiti during tomcat start
check if activiti explorer deployed tomcat in manager.
http://{host}:{port}/manager/html
more info in https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html
Comments
Post a Comment