Previous Topic: Using DevTest Workstation with Your Java EnvironmentNext Topic: Project Directory Structure


Change the Default Project Home

By default, projects are saved in the LISA_HOME\Projects directory.

This procedure describes how to change the default location for the DevTest Portal. You cannot change the default location for DevTest Workstation.

Follow these steps:

  1. Navigate to the LISA_HOME directory.
  2. Create a text file with the name res-hub-config.properties.
  3. Add the resHub.projects.dir property to the file. Be sure to use forward slashes in the directory path, even on Windows platforms. For example:
    resHub.projects.dir=C:/MyNewProjectHome
    
  4. Save and close the file.
  5. If the portal server component is running, restart it.