Hi guys,

I am trying to configure xwiki's URL to make it shorter by following
instructions in http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs in
1.4-RC1 under tomcat

Everything is working fine except for configuring correctly static resources
(the 'hardest' part) to be served correctly by jetty which is difficult to
configure under tomcat.

My question is to know if it is easy to relocate 'static content' under
'/resources' directory for instance. Then it will be much more configurable.

instead of making N-servlet mappings for the following:

*.js
/yui/*
/wiki_editor/*
/tiny_mce/*
/skins/*
/s5/*

There won't have any mapping to do if files are relocated in a central
directory.

- My question is to know if it is easily to rewrite static content URL to
add '/resources' at the beginning. Can someone tell me how ?

- My second question is to know if you think that it is a good idea to
relocate all static resources under /resources for instance.

Many thanks !
Thomas
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to