WEBAPPURL
Specifies the absolute URL path of the web application directory for the WRD Java servlet.
<init-param>
WEBAPPURL
<param-name></param-name>
WebApp
<param-value></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.