Introduction
This document is a section of the LexEVS 5.x Installation Guide.
This section provides requirements, instructions, and troubleshooting information for installing the LexEVS Remote API environment.
Preliminary Considerations
- The LexEVS 5.x Supported Platforms are the same for this environment as they are for the Local Runtime.
- Before installing the LexEVS Remote API environment you must have a LexEVS Local Runtime installed and working.
- It is not required that you load a terminology into the Local Runtime in order to complete the installation of the Remote API environment. However, using the Remote API requires that a terminology be loaded into the Local Runtime.
- The Remote API environment has additional LexEVS 5.x Prerequisite Software Supported beyond the Local Runtime. The additional web application server does not have install steps given in this guide. The web application server can be on the same server or a different server from the Local Runtime.
- Complete the #Downloading and Installing the LexEVS Remote API steps below.
Once you have completed the additional prerequisite software install, the Remote API environment install steps, and the verification test as described in this guide then you should be ready to start using the Remote API features to meet the needs of your application. Not counting prerequisite software products the installation and verification should not take more than 30 minutes.
Downloading and Installing the LexEVS Remote API
Step |
Action |
---|---|
1. Download the latest version of the LexEVS Remote API WAR file from the right. You have a choice between WAR files tailored for JBoss or Apache Tomcat installations. The location you have chosen to save this on your computer will be referred to as the Note Access to the downloads does not require an account. If you are having trouble downloading files then you may need to disable pop-up blockers or check any firewall settings at your site. |
LexEVS Remote API Includes the Java runtime and dependencies, the Java distributed API, and the caCORE SDK-generated services. This can be deployed to an Apache Tomcat or JBoss container. lexevsapi51.tomcat.war lexevsapi51.jboss.war |
2. Shut down your application or servlet container. This presumes that you have already installed a web server as outlined in LexEVS 5.x Prerequisite Software Supported. The command to do the shut down will be web server specific. See the documentation for your web server for information on how to do this. There may be many alternatives.
|
|
3. Rename the WAR file. These files are distributed with an application server designation in their name for clarity while downloading them. Change to the rename {SAVE_DIRECTORY}/lexevsapi51.{WEB_SERVER}.war {SAVE_DIRECTORY}/lexevsapi51.war} JBoss example:
|
|
4. Copy the WAR file to the appropriate web application server directory, like this: copy {SAVE_DIRECTORY}\lexevsapi51.war {WEB_SERVER_HOME}\{DEPLOYMENT_HOME} ...where:
|
|
5. Create a text file named
|
|
6. (OPTIONAL) The lexevs.properties file is also used to add security for any coding scheme. This is not a highly used function. For each coding scheme a security implementation class name can be set to enable security like this: {CODING_SCHEME_NAME}={SECURITY_IMPLENTATION} ...where Note Coding schemes can be added or changed later after a coding scheme or terminology is loaded into LexEVS. |
MedDRA=gov.nih.nci.system.dao.security.MedDRASecurity urn\:oid\:2\.16\.840\.1\.113883\.6\.163=gov.nih.nci.system.dao.security.MedDRASecurity Medical\ Dictionary\ for\ Regulatory\ Activities\ Terminology\ \(MedDRA\)=gov.nih.nci.system.dao.security.MedDRASecurity |
7. Adjust the {WEB_SERVER_HOME}\{DEPLOYMENT_HOME} JBoss example:
|
|
Testing the LexEVS Remote API
1. Start your application or servlet container if it is not already started. The start command will be web server specific. See the documentation for your web server for information on how to do this.
|
|
2. Verify the installation by opening a browser to http://{SERVER_ADDRESS}/{WAR_FILE_DEPLOYED} ...where http://localhost:8080/lexevsapi51 If you are using localhost then your browser must be running on the same server as LexEVS. |
|
If you see the Enterprise Vocabulary Services "Welcome to LexEVS" web page then you have successfully installed the LexEVS Remote API.
Congratulations!
Troubleshooting
- If the Local Runtime environment is properly installed and tested then the Remote API environment should have few problems.
- If you receive deployment errors in JBoss and are unable to see the EVS home page then you may not have configured the properties attribute in JBoss's properties-service.xml.
*You may also need to adjust the path in lexevs.properties where lbconfig.props location is defined.