[Dachs-support] Dachs on a port different from 80
Michel Gangloff
Michel.Gangloff at irap.omp.eu
Fri Sep 21 16:20:25 CEST 2018
Hi,
I am testing dachs using a Docker container on MacOS , starting from the Dockerfile provided on GitHUB
https://github.com/chbrandt/docker-dachs/commit/86a07996b65620a956e7876193e060b8b83cbe80 <https://github.com/chbrandt/docker-dachs/commit/86a07996b65620a956e7876193e060b8b83cbe80>
For tests purpose, I want to use port 8005 instead of 80 , i.e. declare everything with port 80, but use « -p8005:80 » in the docker run command
Everything is fine until I want to issue an ADQL query to a published service , from the following page :
http://localhost:8005/__system__/adql/query/form <http://localhost:8005/__system__/adql/query/form>
As soon as I click the « go » button , http://localhost/__system__/adql/query/form <http://localhost/__system__/adql/query/form> is displayed, instead of the above page, generating an error.
It looks like in this case, the declared port, 8005, is not taken into account
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.g-vo.org/pipermail/dachs-support/attachments/20180921/8aa9fb8c/attachment.html>
More information about the Dachs-support
mailing list