Previous Topic: Update the Signature DatabaseNext Topic: Customizing the Web Page


Limit the Number of Primer Scripts

There are two options for limiting the number of offered packages from the Elective Inventory web page. The web page is dynamically built based on the available primer scripts

Primer scripts are placed in the ...DSM\Web Console\webapps\wac\jsp\ei\wl\scripts folder on the web server hosting the NRI solution. The file names reveal the purpose of each script.

Note: For more information, see the NRI Primer Script File section.

To remove any option from the web page

  1. Remove the file from the scripts folder or change the extension of the file to something other than “.wlscr”.
  2. After removing or renaming the file, restart the CA ITCM Tomcat service from a command prompt, entering the following commands:
    caf stop tomcat
    
    caf start tomcat 
    

    Important! The Web Admin Console, as well as the NRI web page, becomes inaccessible, and currently logged-on users' sessions will expire while the Tomcat service is stopped.

Alternatively, it is possible to limit the listed scripts to a single script by specifying the name of the script file as part of URL, for example,

http://webserver-hostname/wac/jsp/ei/ei.jsp?script=2adv

This example limits the list to only the Advanced Inventory Scan package.