(Update with the copy of version: 8.5.2DRAFT) |
|||
Line 1: | Line 1: | ||
=Installing and Configuring Jetty= | =Installing and Configuring Jetty= | ||
− | Jetty version | + | Jetty version 9 is a mandatory component that must be installed and configured on each Workspace Web Edition & Web Services node prior to starting the installation and configuration of Workspace Web Edition & Web Services. |
+ | |||
+ | __NOTOC__ | ||
<!-- Available styles: (default)-Important, 2-Tip, 3-Warning --> | <!-- Available styles: (default)-Important, 2-Tip, 3-Warning --> | ||
<!-- Important: equal signs (=) will not work in a note. Use the equivalent HTML code (=) instead.--> | <!-- Important: equal signs (=) will not work in a note. Use the equivalent HTML code (=) instead.--> | ||
− | {{NoteFormat|For more information about Jetty, refer to the [http:// | + | {{NoteFormat|Jetty version 8 is no longer supported by [[Welcome|Genesys Web Services]]. For more information about Jetty, refer to the [http://www.eclipse.org/jetty/documentation/current/ Jetty documentation].}} |
+ | ==Install Jetty== | ||
'''Prerequisites''' | '''Prerequisites''' | ||
*You have installed the latest [http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Java 1.7 JDK 64bit for Linux]. For more information, refer to the [http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html Java documentation]. | *You have installed the latest [http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Java 1.7 JDK 64bit for Linux]. For more information, refer to the [http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html Java documentation]. | ||
Line 12: | Line 15: | ||
<ol> | <ol> | ||
− | <li>[http:// | + | <li>[http://download.eclipse.org/jetty/ Download the latest Jetty version available in stable-9 from Eclipse].</li> |
<li>Copy the Jetty archive to the installation directory. For example, <tt>/opt/jetty</tt><br/></li> | <li>Copy the Jetty archive to the installation directory. For example, <tt>/opt/jetty</tt><br/></li> | ||
− | <li>Use a tar utility to extract the files. For example | + | <li>Use a tar utility to extract the files. For example: <tt>tar -zxvf jetty-distribution-9.2.1.v20140609.tar.gz</tt><br/></li> |
<li>Start Jetty to confirm it has been installed correctly:</li> | <li>Start Jetty to confirm it has been installed correctly:</li> | ||
<nowiki>[java_path]/java -jar [jetty_path]/start.jar </nowiki> | <nowiki>[java_path]/java -jar [jetty_path]/start.jar </nowiki> | ||
Line 22: | Line 25: | ||
*[host] — The host name (fully qualified domain name) or IP address where you installed Jetty. | *[host] — The host name (fully qualified domain name) or IP address where you installed Jetty. | ||
− | You should see a Jetty Test application page | + | You should see a Jetty Test application page. |
− | + | ||
<li>Stop Jetty by pressing <tt>Ctrl+c</tt>. | <li>Stop Jetty by pressing <tt>Ctrl+c</tt>. | ||
</ol> | </ol> | ||
'''End of Procedure''' | '''End of Procedure''' | ||
− | |||
[[Category:V:HTCC:8.5.2]] | [[Category:V:HTCC:8.5.2]] |
Revision as of 16:57, August 29, 2014
Installing and Configuring Jetty
Jetty version 9 is a mandatory component that must be installed and configured on each Workspace Web Edition & Web Services node prior to starting the installation and configuration of Workspace Web Edition & Web Services.
Important
Jetty version 8 is no longer supported by Genesys Web Services. For more information about Jetty, refer to the Jetty documentation.Install Jetty
Prerequisites
- You have installed the latest Java 1.7 JDK 64bit for Linux. For more information, refer to the Java documentation.
Start of Procedure
- Download the latest Jetty version available in stable-9 from Eclipse.
- Copy the Jetty archive to the installation directory. For example, /opt/jetty
- Use a tar utility to extract the files. For example: tar -zxvf jetty-distribution-9.2.1.v20140609.tar.gz
- Start Jetty to confirm it has been installed correctly:
[java_path]/java -jar [jetty_path]/start.jar
- [java_path] — The path to your Java installation. For example, /user/bin.
- [jetty_path] — The path to your Jetty installation. For example, /opt/jetty.
- [host] — The host name (fully qualified domain name) or IP address where you installed Jetty.
You should see a Jetty Test application page.
End of Procedure
Comments or questions about this documentation? Contact us for support!