0 votes
1 view

I can't use "Location Intelligence" in Knowage 7.1.0 Docker. When I try to create a Geo-referenced Analysis, a screen with code opens. 

https://www.knowage-suite.com/qa/5083/geo-referenced-analysis

When I try to insert a "Map" inside the cockpit, it appears, but I can't do anything, nor see the options.
Could someone help me understand what is happening?

Environment Docker versão 7.1.0
asked Apr 30, 2020 in Location Intelligence by anderson.mattiola (1,120 points) | 1 view

1 Answer

0 votes

To correct this problem, it was necessary to change the server.xml file and include the address used in the browser in the variable "host_url".

<!--   Environment name="host_url" type="java.lang.String" value="http://localhost:8080"/  -->
Change to:
       <Environment name="host_url" type="java.lang.String" value="http://my.adress.external:5001"/>

Thanks for all...

answered May 16, 2020 by anderson.mattiola (1,120 points)
1,554 questions
1,017 answers
2,037 comments
2,568 users