Hi, I'm interested in using Apache Rave to build a portal of my own. Therefore I would like to customize it. I went through the documentation and followed the steps given in "Extend Apache Rave to build your own portal" [1]. I followed up to the steps
cd myraveproject-portal mvn cargo:run As I understood, after this step I should be able to access it on * http://localhost:8080/myraveproject-portal/* . But I get a 404 for it. Where have I gone wrong? Thank you, Sameera [1] http://rave.apache.org/documentation/rave-extensions.html
