(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 | + | {{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 | + | '''Start''' |
<br/> | <br/> | ||
<ol> | <ol> | ||
<li>Stop Jetty.</li> | <li>Stop Jetty.</li> | ||
− | <li>Copy the | + | <li>Copy the '''jetty.xml''' file from '''''installation_CD''/jetty''' to '''$JETTY_HOME/etc'''.</li> |
− | <li>Copy the | + | <li>Copy the '''cloud-web.xml''' file from '''''installation_CD''/jetty''' to '''$JETTY_HOME/webapps'''.</li> |
− | <li>Copy the | + | <li>Copy the '''logback.xml''' file from '''''installation_CD''/jetty''' to '''$JETTY_HOME/resources'''.</li> |
− | <li>Copy the | + | <li>Copy the '''cloud-web.war''' file from '''''installation_CD''/webapp''' to '''$JETTY_HOME/webapps'''.</li> |
− | <li>Copy the configuration files from | + | <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 | + | '''End''' |
− | + | ||
+ | ==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
- Stop Jetty.
- Copy the jetty.xml file from installation_CD/jetty to $JETTY_HOME/etc.
- Copy the cloud-web.xml file from installation_CD/jetty to $JETTY_HOME/webapps.
- Copy the logback.xml file from installation_CD/jetty to $JETTY_HOME/resources.
- Copy the cloud-web.war file from installation_CD/webapp to $JETTY_HOME/webapps.
- 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!