eurostat / searoute

Compute shortest maritime routes between ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make webservice

PB841 opened this issue · comments

commented

First of all thank you for developing the searoute tool I generated some routes and it works well.

However I could not get the webservice going. I followed the instructions:
git clone https://github.com/eurostat/searoute.git
cd modules/searoute-war
mvn clean package

However the folder modules does not contain the folder searoute-war (however folder war is present). Also after building the package (reported as a success) and there is no .war file to place in the tomcat folder. Am I overlooking something?

Hello,
i had the same issue,
I have recompiled the package with maven

in the folder /searoute/modules/war
I launched the command:

mvn package

a new folder "target" is created and the war inside.

Best
Mauro

The solution from @pedonma is correct on the master branch. I think this issue can be closed