WEBAPPURL

Specifies the absolute URL path of the web application directory for the WRD Java servlet.

<init-param>
<param-name>
WEBAPPURL </param-name>
<param-value>
WebApp </param-value>
</init-param>

Default if omitted: It will be reconstructed from the request, when possible.

Values

WebApp—name of your web application, for example /salesapp.

Description

This setting is used to translate the relative paths used in the HTML skeleton and CSS files into absolute paths that the browser can use to access the required file.

For example, when a client tries to access the css/applic.css file, the web server sends a redirect message to the web browser, which instructs it to obtain the object from WebApp/css/applic.css.

Note:  This parameter has no effect in a self-contained web application, which does not access folders and files outside of the virtual root.

Related Topics