Jump to: navigation, search

Deploying the Web Application

Warning
The Workspace Web Edition & Web Services web application uses the Jetty root context. If other web applications served by the same instance of Jetty also use the root context, this can prevent the Workspace Web Edition & Web Services web application from getting routed requests. If you are working with a fresh install of Jetty, you should remove the default Jetty files from the $JETTY_HOME/webapps and $JETTY_HOME/contexts folders.

Complete the following steps for each Workspace Web Edition & Web Services node.

Start of Procedure

  1. Stop Jetty.
  2. Copy the jetty.xml file from [installation_CD]/jetty to $JETTY_HOME/etc.
  3. Copy the cloud-web.xml file from [installation_CD]/jetty to $JETTY_HOME/contexts.
  4. Copy the logback.xml file from [installation_CD]/jetty to $JETTY_HOME/resources.
  5. Copy the cloud-web.war file from [installation_CD]/webapp to $JETTY_HOME/webapps.
  6. Copy the configuration files from [installation_CD]/conf to a local folder of your choosing. For example, $JETTY_HOME/genconfig.


End of Procedure

Next Steps

This page was last edited on October 31, 2023, at 13:33.
Comments or questions about this documentation? Contact us for support!