B.4 Configure the application to use the Microsoft Networking share

  1. Stop the Novell Vibe OnPrem application.

  2. Modify the C:\Program Files\Novell\Teaming\apache-tomcat-6.0.18\webapps\ssf\WEB-INF\classes\config\ssf-ext.properties file as follows:

    ##data.root.dir=C:/Novell/Teaming
    ##data.simplefilerepository.root.dir=C:/Novell/Teaming
    ##data.simplefilerepository.root.dir=C:/Novell/Teaming
    ##data.jackrabbitrepository.root.dir=C:/Novell/Teaming
    ##data.extension.root.dir=C:/Novell/Teaming
    ##data.archivestore.root.dir=C:/Novell/Teaming
    ##data.luceneindex.root.dir=C:/Novell/Teaming
    ##cache.file.store.dir=C:/Novell/Teaming/cachefilestore
    ##temp.dir=C:/Novell/Teaming/temp
    ##filtering.failed.dir=C:/Novell/Teaming/filteringfailed
    ##fi.work.dir=C:/Novell/Teaming/fi/work
    
    data.root.dir=//<ServerIP>/NovellTeaming/teaming
    data.simplefilerepository.root.dir=//<ServerIP>/NovellTeaming/teaming
    data.jackrabbitrepository.root.dir=//<ServerIP>/NovellTeaming/teaming
    data.extension.root.dir=//<ServerIP>/NovellTeaming/teaming
    data.archivestore.root.dir=//<ServerIP>/NovellTeaming/teaming
    data.luceneindex.root.dir=//<ServerIP>/NovellTeaming/teaming
    cache.file.store.dir=//<ServerIP>/NovellTeaming/teaming/cachefilestore
    temp.dir=//<ServerIP>/NovellTeaming/teaming/temp
    filtering.failed.dir=//<ServerIP>/NovellTeaming/teaming/filteringfailed
    fi.work.dir=//<ServerIP>/NovellTeaming/teaming/fi/work
    
  3. Restart the Novell Vibe OnPrem application.