Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
(Update with the copy of version: 8.5.2DRAFT)
 
Line 7: Line 7:
  
 
'''Start'''
 
'''Start'''
<br/>
+
 
 
<ol>
 
<ol>
 
<li>Stop Jetty.</li>
 
<li>Stop Jetty.</li>
Line 16: Line 16:
 
<li>Copy the configuration files from '''''installation_CD''/conf''' to a local folder of your choosing. For example, '''$JETTY_HOME/genconfig'''. </li>  
 
<li>Copy the configuration files from '''''installation_CD''/conf''' to a local folder of your choosing. For example, '''$JETTY_HOME/genconfig'''. </li>  
 
</ol>
 
</ol>
<br/>
+
 
 
'''End'''  
 
'''End'''  
  

Latest revision as of 16:40, July 14, 2017

Deploying the web application for 8.5.201.09 or earlier

Important
Complete the steps on this page if you're installing Web Services and Applications version 8.5.201.09 or earlier; otherwise, go to Deploying the web application.

The 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 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 Web Services node.

Start

  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/webapps.
  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

Next Step

This page was last edited on July 14, 2017, at 16:40.
Comments or questions about this documentation? Contact us for support!