4.15 Customizing the Simple URL Prefix

When users create user-friendly URLs that point to their workspaces or folders, by default, the name they specify is preceeded by the text string /novl/. For more information, see Defining a User-Friendly URL for a Workspace or Folder in the OpenText Vibe 4.0.8 User Guide

Some Vibe 3.x administrators configured their systems to not use a prefix, but empty prefixes are no longer supported in Vibe 4.x because that would preclude WebDAV support.

Other Vibe 3.x administrators customized the prefix by including a simpleurl.ctx parameter in the ssf-ext.properties file.

Starting with Vibe 4.x, this action alone is no longer sufficient.

To configure Vibe to prepend a different text string, you must do the following:

  1. Change to the following directory:

    Linux:

    /opt/novell/teaming/apache-tomcat/
                               webapps/ssf/WEB-INF/classes/config

    Windows:

    c:\Program Files\Novell\teaming\apache-tomcat\
                               webapps\ssf\WEB-INF\classes\config
  2. Make a copy of the ssf-ext.properties file then open the file in a text editor.

  3. Insert the following line at the bottom of the ssf-ext.properties file.

    simpleurl.ctx=/new-prefix

    where new-prefix is the text string that you want prepended.

  4. Save and close the ssf-ext.properties file.

  5. Change to the following directory:

    Linux:

    /opt/novell/teaming/apache-tomcat/conf                           

    Windows:

    c:\Program Files\Novell\teaming\apache-tomcat\conf      
  6. Make a copy of the server.xml file then open the file in a text editor.

  7. Search for the string /vibe.

  8. Insert a new line before the line containing /vibe as follows:

    <Context path="/new-prefix" reloadable="false" docBase="novl" crossContext="true"/>

    where new-prefix is the text string you that you also specified in Step 3.

  9. Save the server.xml file.

  10. Stop and restart Vibe to enable the simple URL configuration change.