Build the two components as follows: cd webapp - to install locally : mvn clean tomcat:undeploy tomcat:deploy - to build the war: mvn clean package cd ../service rm -Rf output mvn clean assembly:assembly cd output/directory jar xvf .. jar file cd iNodeService mkdir tmp mkdir logs cd bin chmod ugo+rx *.sh ./inode.sh start gtg