Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
Reality Web Services (External Components Installation Guide) (M6859IG+WebServices.htm)
A web server with support for Java servlets (Jetty is supplied).
Note: Reality Web Services have been tested on Jetty 5.1.4 and Tomcat 5.0.
Before installing Reality Web Services, you must set the JAVA_HOME environment variable to the path of your JRE or JDK. For information on how to set JAVA_HOME, refer to Setting Environment Variables.
Before installing Reality Web Services, you must close down all other applications, including any anti-virus software.
Mount the Web Services ISO image/DVD deliverable as described in Accessing the ISO/DVD Deliverable. Run SETUP.EXE. Follow the prompts to install Reality Web Services.
Note: If you deselect the Jetty Container option, you will be prompted to enter the path to your web server.
#cd Unix
./webservicessetup
Follow the prompts to install Reality Web Services.
Note: If you answer n when asked whether to use Jetty as your web server, you will be prompted to enter the path to your web server.
To start and stop the Jetty web server, do the following:
To start Jetty, do the following:
#cd /usr/northgateis/jetty5.1.4
#java -jar start.jar
To stop Jetty, enter the following:
#cd /usr/northgateis/jetty5.1.4
#java -jar stop.jar
Each database that will expose DataBasic subroutines must be set up as described in the topic Creating a Reality Web Service.