Index: toscawidgets/mods/tg.py
===================================================================
--- toscawidgets/mods/tg.py	(revision 3070)
+++ toscawidgets/mods/tg.py	(working copy)
@@ -35,7 +35,7 @@
 
             from  toscawidgets.resources import registry
             for webpath, dir in registry.get_prefixed():
-                webpath = self.__class__.url(webpath)
+                webpath = PREFIX + webpath #self.__class__.url(webpath)
                 log.info("Registering static directory %r at %r", dir, webpath)
                 self._register_static_directory(webpath, dir)
             del self.url

