If the user wants to be able to launch to a specific project when double clicking on the FIN Stack shortcut icon, they can do so by modifying the properties of that shortcut like below.

After installing and selecting to have a shortcut, the user would do the below steps.

  1. Select original shortcut and right click on it
  2. Then select to copy and paste it to create a copy
  3. Then you can delete the original one (reason is the original doesn't allow you to modify properties)
  4. Right click on the new shortcut and select Properties
  5. Under the Web Document tab, change the URL to include the path to the project you want. Should look like something below:
    1. http://host:port/finMobile/<projName> 
    2. Example: http://localhost:8080/finMobile/demo

  6. Then apply changes and hit OK
  7. Thats it, now when the user double clicks on the shortcut, they will be directed to that specific project