Introduction
This section provides requirements, instructions, and troubleshooting information for installing LexEVS Grid Services.
Preliminary Considerations
- The Supported platforms are the same for this environment as they are for the Local Runtime and Distributed.
- Before installing the LexEVS Grid Services environment you must have both an LevEVS Local Runtime installed and a LexEVS Distributed working.
- Just like the Distributed install, it is not required that you load a terminology into the Local Runtime in order to complete the installation of the Grid Services environment. However, the Grid services are not very useful if they have nothing in the underlying Local Runtime to query against.
- This environment currently has no additional Prerequisite software beyond that of the the Distributed environment.
- Complete the #Downloading and Installing the LexEVS Data or Analytical Grid Services steps below.
Once you have completed the Grid Services environment install steps and the verification test as described in this guide then you should be ready to start using the Grid Services 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 Data or Analytical Grid Services
Installation summary:
- The LexEVS Grid Services are designed and implemented to run against an installed Distributed environment.
- Separate data and analytical services have been implemented for LexEVS. Both services run on application servers.
- JBoss and Tomcat are the only supported containers at this time.
- These services are not designed to run on the same application service container and must be installed on separate application containers.
Step | Action |
|---|---|
1. Download the latest version of the LexEVS Analytical or Data Services ZIP file from the right. You have a choice between ZIP 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 caGrid Analytical Services caGrid Analytical Services working in terms of the LexGrid model and LexEVS API, compliant with 21090 data types but otherwise consistent with the LexEVS Distributed environment. These can be deployed to an Apache Tomcat or JBoss container. Each ZIP file contains a wsrf.war file. LexEVS_60_caGRIDServices_analytical_tomcat.zip LexEVS_60_caGRIDServices_analytical_jboss.zip LexEVS caGrid Data Services |
2. Unzip the file or files you have downloaded to Warning Each ZIP contains a file by the same name. This is by design because you can not deploy the Data or Analytical Grid Services to the same server. Therefore you must do these one at a time or unzip them to separate locations. For example extract Data Services to: C:\scratch\LexEVS 6.0 Analytical Services\wsrf.war and C:\scratch\LexEVS 6.0 Data Services\wsrf.war | |
3. Shut down your application or servlet container. This presumes that you have already installed a web server as outlined in the Supported Software. 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.
| |
4. Create a directory for the web archive. {WEB_SERVER_HOME}\{DEPLOYMENT_HOME}
..where
| |
5. Unzip the
|
Resetting the Application Service Address
In summary:
- The grid services are normally built to run against a hosted version of LexEVS.
- Some users may need to run these services against their own instance of LexEVS.
- In this case, an XML configuration file must be included in the installation process.
- It will be necessary to download a client application to retrieve this file.
Step | Action |
|---|---|
1. Download | LexEVS Distributed ClientEnables Java programs to establish a connection to an already-deployed LexEVS Distributed node.LexEVS_60_client.zip LexEVS Distributed Client 3rd Party dependenciesContains all the code required by the LexEVS Distributed Client.lexevsapi60-client-dependencies.zip |
2. Unzip | |
3. Copy the copy {SAVE_DIRECTORY}\LexEVS_60_client\conf\application-config-client.xml {WEB_SERVER_HOME}\{DEPLOYMENT_HOME}\wsrf.war\WEB-INF\classes
...where
| |
4. Edit the
|
Verifying the LexEVS Grid Services
If the grid services have a valid LexEVS remote (Distributed) application service to run against they should at least deploy within the container and allow JBoss or Tomcat to display an Axis success page. Testing of the services will require the user to set up a grid services client and run sample queries.
Step | Action |
|---|---|
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.JBoss example:
| |
2. Verify the installation by opening a browser to either: http://{SERVER_ADDRESS}/wsrf/services/cagrid/LexEVSDataService
or http://{SERVER_ADDRESS}/wsrf/services/cagrid/LexEVSGridService
...where http://localhost:8080/wsrf/services/cagrid/LexEVSDataService or http://localhost:8080/wsrf/services/cagrid/LexEVSGridService If you are using |
If you see the typical Axis service message then you have successfully installed the LexEVS Grid Service. Congratulations!
Troubleshooting
- Deployment errors may occur if all instances of references in the application-config-client.xml are not correctly configured with the web address of a Distributed install.
- Beware of port conflicts when operating two application service containers on the same physical machine.







