Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary fix as website is down #202

Open
yanarof opened this issue Mar 15, 2024 · 2 comments
Open

Temporary fix as website is down #202

yanarof opened this issue Mar 15, 2024 · 2 comments

Comments

@yanarof
Copy link

yanarof commented Mar 15, 2024

Since the online version of this website is down http://vowl.visualdataweb.org/webvowl.html
means that the Dockerfile is unable to download the ROOT.war file with wget -O /usr/local/tomcat/webapps/ROOT.war http://vowl.visualdataweb.org/downloads/webvowl_1.1.7.war

Until the website is back online, a temporary fix is to download this file from another source.
This is what the Dockerfile should look like in order to build correctly:

FROM tomcat:9-jre8-alpine
ARG version=1.1.7
RUN rm -rf /usr/local/tomcat/webapps/* && \
     wget -O /usr/local/tomcat/webapps/ROOT.war https://github.com/DrSnowbird/WebVOWL-docker/raw/master/webvowl_1.1.7.war
CMD ["catalina.sh", "run"]

I guess it was not included directly in this repository is because of its size of ~25Mb ?

@giovannidegani
Copy link

how about building the war file ?

@yanarof
Copy link
Author

yanarof commented May 16, 2024

Yes, it would be even better, but I had no time to dig into that path (it was a quick & dirty fix)
Do you have a command that allows to build it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants