Skip to main content
Version: 10.0

Host

Under Host, some general settings for the server can be made. These are, for example, settings for the name or context path of the server.

The following settings describe how to adjust the host settings via the Admin Portal. If possible, you should always perform the TLS configuration via the Admin Portal.

Admin portal configuration

Log in to the Admin Portal.

On the admin page, go to the toolbar entry Host (1).

General host settings

Under Host name (2), enter the server's name and under contextPath, enter the sub-path for the server addresses.

To apply all settings, including the following, you must save them and restart the server.

Content Security Policy

With the option Activate Content Security Policy (CSP) (3) you can set your own CSP for the portal. If you activate the option, a default CSP is delivered for the portal:

script-src 'strict-dynamic' 'nonce-${nonce}' 'unsafe-inline' http: https:;object-src 'none';base-uri 'none';require-trusted-types-for 'script';

The variable ${nonce} is dynamically set by the server at runtime.

You do not have to define a CSP yourself (can be left empty), but you can optionally use the input field to enter one.

caution

If possible, use our default CSP, as it is optimized for the portal code. Using your own CSP can cause part of the portal to stop working, as script libraries may no longer be loaded.

Hide Tomcat info

The webPDF server uses the Tomcat engine internally. Whenever an error occurs, the engine returns an error page containing an “error report” (1) and the version number (2).

Tomcat error page

The output of this information can be switched off using the options 'Hide...' (3) and (4).