v05.02.06
Overview
Use the instructions and links below to download and install Kinetic Request and Survey v5.2.6, or to upgrade an existing Kinetic Request and Survey system to v5.2.6.
Note: Kinetic Request and Kinetic Survey use the same files and follow the same installation/upgrade procedure. The information provided below applies to both applications.
Requirements
Remedy | AR Server v7.0.0 or greater |
Web Application Server | Java Servlet Container
Examples
|
Java | Java 1.6.0 or greater - either 32-bit or 64-bit |
Architecture | Click for Architecture Requirements |
Kinetic Task Compatibility
Installation / Upgrade
The setup program is now embedded into the web application, so the installation and upgrade packages are the same. Since the setup program is built into the web application archive file, a web application server must already be installed on your server. There is no Kinetic Request installation executable, so we are no longer installing a Tomcat server before deploying the web application.
Download the appropriate file in the Attachments section at the bottom of this page. The following table indicates what file is necessary depending on which web application server you will be using.
Web Application Server | Attachment File |
Apache Tomcat 6+ | kinetic-request-survey-v5.2.6.zip |
Oracle WebLogic 10.3+ | kinetic-request-survey-v5.2.6-weblogic.zip |
IBM WebSphere 7.0+ | kinetic-request-survey-v5.2.6-websphere.zip |
Other web application server | kinetic-request-survey-v5.2.6.zip |
Installation Quick Start
Installation of Kinetic Request and/or Kinetic Survey requires you to have a web application server installed that supports the Java Servlet API 2.5 specification, and the JSP 2.1 specification. Once you have that installed, you can simply deploy the web application archive file (.war) into the web server to get the installation program running.
See the complete installation document for more details.
Installation Process (using Tomcat as an example)
- Download and unzip the web application package.
- Copy the kinetic.war file from the extracted upgrade package into the <tomcat_home>/webapps directory.
- If the war file did not automatically deploy, restart Tomcat and the web application archive should deploy on startup.
- Navigate your web browser to the deployed web application at http://<webserver>:<port>/kinetic/. This will initiate the setup wizard requiring you to login as the local administrator user. The default credentials are admin/admin, but you are encouraged to change them during the setup process.
- Follow the instructions on the setup wizard pages to walk you through the installation process. This will require you to enter the Remedy server information where Kinetic Request and/or Kinetic Survey will reside, and a few more optional pieces of information.
- Once the setup wizard is complete, your Kinetic Request application will be ready to use.
Upgrade Quick Start
The 5.2.6 upgrade requires that Kinetic Request is currently at least version 5.0. If you are on a version prior to 5.0, see the appropriate upgrade section for each successive version on how to upgrade your system to 5.0 before continuing. Typically you may skip the web application portion of any prior upgrades as the web application will again be overwritten in the 5.2.6 upgrade.
See the complete upgrade document for more details.
Upgrade Process (using Tomcat as an example)
- Download and unzip the web application package.
- Stop the Tomcat service
- BACKUP the existing kinetic directory located at <tomcat_home>/webapps/kinetic.
- Delete the existing web application located at <tomcat_home>/webapps/kinetic.
- Copy the kinetic.war file from the extracted upgrade package into the <tomcat_home>/webapps directory.
- Clear the cached JSP files.
For Tomcat, delete the entire <tomcat_home>/work directory. - Restart Tomcat and the web application archive will automatically deploy.
- Navigate your web browser to the deployed web application at http://<webserver>:<port>/kinetic/. This will initiate the setup wizard requiring you to login as the local administrator user. The default credentials are admin/admin, but you are encouraged to change them during the setup process.
- Follow the instructions on the setup wizard pages to walk you through the upgrade process.
- After the upgrade is finished, copy the themes directory and any other customized files from the backup made in step 2.
NOTE: Remedy server must be in Development Cache Mode.
WebLogic Deployment Instructions
WebLogic requires the .war file to be exploded into a directory on the web server. Once that has been done, login to the WebLogic Console (http://webserver:7001/console) and add a new deployment from the directory where the war file was unpacked. Select the application option when the deployment wizard prompts if the directory should be deployed as an application or a libray. After that, follow from Step 4 of the installation instructions above, or from Step 8 of the update instructions above.
Changelog
Bugs Fixed
- KR-261 IE11 uses quirks mode to render the administrative consoles.
- KR-301 Index page id on the content elements form.
- KR-302 Issue rendering XML content is multi-row text input questions.