Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

When I access the Workspace - Analysis - New - Geo-referenced Analysis option, it opens a page showing code, and not the page that appears in the documentation.
How do I access the georeferenced analysis creation page.

Environment Knowage Version 7.1 - Linux - Container
in Cockpit, Dashboard and Console by (1.1k points)

Hi anderson.mattiola,

Do you have errors in log files or in console?

Best regards,

Andrijana

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...
by (1.1k points)
...