Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
I am able to open the document as HTML and it runs perfectly. When I try to print also it is working fine.

But when I try to export the same to PDF / XLS  or any other format it is not working. I noticed that the address bar is referring as 'localhost' even though I am connecting from a remote client. This makes the web browser to look for 'localhost' which is client machine and diplays 'site not found' error.

Is there any configuration I have to change so that when I click on export address bar refers to Knowage server rather than localhost (referring to client machine).

Regards,

Vinay
in Document Browser by (310 points)

1 Answer

+1 vote

Dear ,

take a look on <TOMCAT>/conf/server.xml

<Environment name="host_url" type="java.lang.String" value="http://localhost:8080"/>

You have to setup the variable "host_url" using the server name that put on your browser.

Best Regards

Angelo

by (20.7k points)
...