eurostat / searoute

Compute shortest maritime routes between ports
European Union Public License 1.2
157 stars 33 forks source link

make webservice #54

Open PB841 opened 3 years ago

PB841 commented 3 years ago

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?

pedonma commented 1 year ago

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

what-the-functor commented 9 months ago

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