cancel
Showing results for 
Search instead for 
Did you mean: 

Demo broken?

marvlush
Champ in-the-making
Champ in-the-making
Downloaded Activiti 5.7
unzipped
cd //activiti-5.7/setup
ant demo.start

ant doesnt complain about any errors…

but going to http://localhost:8080/activiti-explorer give a 404. Any ideas?

thanks,
/m
3 REPLIES 3

frecklefoot
Champ in-the-making
Champ in-the-making
I am not an Activiti expert, but there's a chance that something else is using port 8080, the default port for the web apps. You can try running netstat (from the CLI) to see if something else has claimed it. HTH

marvlush
Champ in-the-making
Champ in-the-making
No, I checked 8080 and its alive. Besides. the ant script would have probably complained about not being able to start tomcat.

trademak
Star Contributor
Star Contributor
Please check the Tomcat log to see if there are errors there.

Best regards,