Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
(Update with the copy of version: 8.5.2DRAFT)
Line 1: Line 1:
 
= Deploying the Web Application=
 
= Deploying the Web Application=
  
{{NoteFormat|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 <tt>$JETTY_HOME/webapps</tt> and <tt>$JETTY_HOME/contexts</tt> folders.}}
+
{{NoteFormat|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.
 
Complete the following steps for each Workspace Web Edition & Web Services node.
  
'''Start of Procedure'''
+
'''Start'''
 
<br/>
 
<br/>
 
<ol>
 
<ol>
 
<li>Stop Jetty.</li>
 
<li>Stop Jetty.</li>
<li>Copy the <tt>jetty.xml</tt> file from <tt>[installation_CD]/jetty</tt> to <tt>$JETTY_HOME/etc</tt>.</li>
+
<li>Copy the '''jetty.xml''' file from '''''installation_CD''/jetty''' to '''$JETTY_HOME/etc'''.</li>
<li>Copy the <tt>cloud-web.xml</tt> file from <tt>[installation_CD]/jetty</tt> to <tt>$JETTY_HOME/webapps</tt>.</li>
+
<li>Copy the '''cloud-web.xml''' file from '''''installation_CD''/jetty''' to '''$JETTY_HOME/webapps'''.</li>
<li>Copy the <tt>logback.xml</tt> file from <tt>[installation_CD]/jetty</tt> to <tt>$JETTY_HOME/resources</tt>.</li>
+
<li>Copy the '''logback.xml''' file from '''''installation_CD''/jetty''' to '''$JETTY_HOME/resources'''.</li>
<li>Copy the <tt>cloud-web.war</tt> file from <tt>[installation_CD]/webapp</tt> to <tt>$JETTY_HOME/webapps</tt>.</li>
+
<li>Copy the '''cloud-web.war''' file from '''''installation_CD''/webapp''' to '''$JETTY_HOME/webapps'''.</li>
<li>Copy the configuration files from <tt>[installation_CD]/conf</tt> to a local folder of your choosing. For example, <tt>$JETTY_HOME/genconfig</tt>. </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/>
 
<br/>
'''End of Procedure''' <br/><br/>
+
'''End'''  
'''Next Steps'''<br/>
+
 
 +
==Next Step==
 
*[[ConfigurationPremise|Configuring Workspace Web Edition & Web Services]]
 
*[[ConfigurationPremise|Configuring Workspace Web Edition & Web Services]]
  
 
[[Category:V:HTCC:8.5.2]]
 
[[Category:V:HTCC:8.5.2]]

Revision as of 18:37, April 3, 2015

Deploying the Web Application

Important
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

  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

Comments or questions about this documentation? Contact us for support!