Service Virtualization

  • 1.  Devtest 9.5 - Option to change the default project location

    Posted Oct 28, 2016 07:59 AM

    In Devtest Portal Version 9.5.1, there is a default file location for the projects in the system where the workstation is installed. Is there a way/method to change this and give user specific location.



  • 2.  Re: Devtest 9.5 - Option to change the default project location
    Best Answer

    Broadcom Employee
    Posted Oct 28, 2016 10:22 AM

    Update the phoenix.properties to have the reshub.hostname be set to the hostname of where the Portal is running.

    Update the res-hub-config.properties file to have resHub.projects.dir=<point to your Projects>

     

    Examples:

    resHub.projects.dir=\\\\somecomputername.ca.com\\DevTest_Repostory\\Projects   (like on a share drive)

    or

    resHub.projects.dir=C:\\DevTest_Repository\\Projects

     

    Hope this helps.



  • 3.  Re: Devtest 9.5 - Option to change the default project location