Override the res.path.gbc.user resource at runtime
Specify your customized Genero Browser Client (GBC) with the dispatcher override switch (-E) at runtime.
The res.path.gbc.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 GBC_LOOKUP_PATH path list. Therefore, the GAS is
able to find the GBC it references.
				Override the resource with the dispatcher override switch (-E).
				
For example, start the dispatcher as
					shown:
			httpdispatch -E res.path.gbc.user=c:\<my_gbc_directory>
If the specified customization directory is not found, the default GBC directory at $(FGLDIR)/web_utilities/gbc path is used.