The installation process is made up of two steps: extracting a ZIP to put the IAS files on disk and then running an IAS installation script to deploy IAS. The script prompts you to select a server type to host IAS. If you select Jetty Web server, the script then gathers environment and user information and then creates and starts the Endeca IAS Service. If you select WebLogic Server, the script creates, deploys, and starts an IAS application running in WebLogic Server.
To install IAS on Windows:
You can confirm that IAS is running by starting a Web browser and loading the IAS Server WSDL.
If you installed IAS into Jetty Web Server, open http://<hostname>:8401/ias/?wsdl, or if you installed into WebLogic Server, open http://<hostname>:8401/ias-server/ias/?wsdl.
The following WSDL displays:
<?xml version="1.0" encoding="UTF-8" ?> - <wsdl:definitions name="IasCrawlerService" targetNamespace="http://endeca.com/eidi/ias/2011-12" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://endeca.com/eidi/ias/2011-12" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <wsdl:types> ...