Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After completion of the build process, the production artifact with the name <resource_name>_<version>.zip ( e. g., custom_1.0.0.zip) will be created in the output directory.

Pushstate Routing

A running client application requires Pushstate Routing which can be enabled for the webcontainer of the gateway by setting the property pushstate.routing.required. To enable Pushstate Routing ensure your client ZIP artifact contains the file client.properties in the main folder providing the following content:

Code Block
languagepy
pushstate.routing.required=true

For Custom Client Projects (i. e., projects based on @eo-sdk/client library), the integrated build process creates the client.properties file with the appropriate content at build time. In case you build your Individual Client (e. g., based on @eo-sdk/core only) you have to create the client.properties file on your own.

Deployment

To deploy the client artifact, follow these steps:

...