Usage instructions
- clone this repository, cd into it
git clone https://github.com/kanihal/docker-vinge-explore-and-query/
cd docker-vinge-explore-and-query
- modify the rootURI param value (that you would enter in the browser for accessing this applet) in
webapps/ExploreAndQuery/WEB-INF/web.xml
<init-param >
<param-name >rootURI</param-name >
<param-value >http://10.129.3.103:8081/ExploreAndQuery</param-value >
</init-param >
for eg: if you are running on your local machine you could use http://127.0.0.1:8081
or http://localhost:8081
- build docker image
sudo docker build -t tomcat_vinge .
- execute
sudo ./run.sh
Watch this video -> https://www.youtube.com/watch?v=lmmJISXkNP0
Vinge Software Website - http://www.vingefree.com/explorequery/
For more configuration options, please take a look at - webapps/ExploreAndQuery/InstallationandConfiguration.pdf