Customizing the Sigma Web Framework welcome window
The first page displayed when a user logs in to the system is the home page, 100_Home.html, located in the installationDirectory/sigma-web directory. (Replace installationDirectory with the directory in which you installed the product. The default directory is C:\Program Files\BMC Software\BMC Defender.) This is an HTML file in the Sigma directory, and you can delete it or replace it with some other page.
To display a different initial page, or possibly access an initial application at login, you can create a file that is alphabetically less than any other file in the sigma-web directory, such as 001_Hello.html. This leverages the standard capabilities of the Sigma Framework. In particular, it may be useful to keep track of user logins by creating an initial application or batch file, which records the user login time, and immediately redirects the user to some other page.