Overview of Setting Up Xplore

  1. Ensure that the parameters in the main Xplore HTML file (webxplib.html) are correct for your site. The webxplib.html file can be found in the directory that corresponds to the following URL:
    http://your_server/sasweb/IntrNet9/xplore
    where your_server is your Web server host name.
  2. If Xplore will run with a secure Application Server, you must add a statement to the program that starts your Application Server.
  3. To run Xplore, enter the following URL in your Web browser:
    http://your_server/sasweb/IntrNet9/xplore/webxplor.html
Note: Xplore displays all Application Server data libraries except those that are excluded by the exclude parameter in the webxplib.html file (the sample webxplib.html file excludes the SASHELP library). For more information, see exclude = new Array('sashelp').You can add new data libraries to Xplore by defining them in an ALLOCATE LIBRARY statement and listing them in the DATALIBS statement of the APPSRV procedure. For more information, see SAS/IntrNet: Application Dispatcher.