Jonathan Rudenberg wrote: > I'm running XWiki 1.6.1 as a root application in Jetty. I've made all the > modifications on http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs, > but prototype.js is getting included as "/prototype.js", which returns a not > found message. > > In the comments on the Short URLs article, someone mentions that they had > the same issue, and had to add another servlet mapping. How do I do this?
You could move it inside skins, and modify templates/javascript.vm to point to /skins/prototype.js instead of the current location. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
