Re: [xwiki-users] some help needed: short URLs

2015-12-10 Thread Paul Libbrecht
Ricardo, are you unable to move the webapp to root? The shortURLs experience thus far has been based on that. For your vhost, you "just" need to change: ProxyPass /atriumkm http://localhost:8080/atriumkm to ProxyPass / http://localhost:8080/atriumkm but there will be links left produced by the

[xwiki-users] some help needed: short URLs

2015-12-10 Thread [IDIS Technical Secretariat] Ricardo Rodríguez
Hi! I'm moving an old XWiki installation (XWiki Enterprise 2.4.30451) to a new box. It currently runs as root in a CentOS/Tomcat/MySQL box serving pages at port 80. The destination is a Ubuntu/Apache Web Server/Tomcat MySQL where an Apache virtual host will serve all controller and virtual wikis.

[xwiki-users] Xwiki html parsing of user list

2015-12-10 Thread gervwyk
I'm creating a form but I prefer using HTML and bootstrap rather than only velocity syntax. I have the following problem: I want to insert user selection list into the form. By doing the following: {{velocity}} {{html

Re: [xwiki-users] Xwiki html parsing of user list

2015-12-10 Thread Marius Dumitru Florea
On Thu, Dec 10, 2015 at 5:03 PM, gervwyk wrote: > I'm creating a form but I prefer using HTML and bootstrap rather than only > velocity syntax. I have the following problem: > > > > I want to insert user selection