Override the res.path.gwcjs.user resource at runtime

Specify your customized Genero Web Client for JavaScript (GWC-JS) with the dispatcher override switch (-E) at runtime.

The res.path.gwcjs.user resource is not defined by default in the GAS configuration file (as.xcf). It is intended to be set at runtime.

The resource is included in the GWC_JS_LOOKUP_PATH path list. Therefore, the GAS is able to find the GWC-JS it references.

Override the resource with the dispatcher override switch (-E). For example, start the dispatcher as shown:

httpdispatch -E res.path.gwcjs.user=c:\<my_gwc_js_directory>

If the specified customization directory is not found, the default GWC-JS directory is used.