Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
where to define the resource path so that I can use the static page menu .
Environment knowage 8.0.6 , windows 10
in End-user Environment by (690 points)

1 Answer

0 votes
 
Best answer

Hello,

you can configure environment variables inside server.xml file.
Take a look at https://knowage-suite.readthedocs.io/en/8.0/installation-guide/manual-installation.html#environment-variables-definition

Bye,
Marco

by (9.3k points)
selected by

I still have nothing to select in the in the "Static Page" , after I set the KNOWAGE_RESOURCE_PATH_SYSTEMVAR in the way below . 

<GlobalNamingResources>

<Environment name="resource_path" type="java.lang.String" value="C:\knowage8_20211015\Knowage-Server-CE\resources"/>

<Environment name="KNOWAGE_RESOURCE_PATH_SYSTEMVAR" type="java.lang.String" value="C:\knowage8_20211015\Knowage-Server-CE\resources"/>

The environment variable has been set correctly. Now you will have to put an html file under the folder C:\knowage8_20211015\Knowage-Server-CE\resources\<YOUR_TENANT>\static_menu

Then you will be able to see that file in the combobox.

Bye,
Marco

...