Re: [xwiki-users] xwiki as root webapp

2012-09-11 Thread Eugen Colesnicov
I found solution for me. Sorry for stupid questions, but it is new expirience
for me.
Answer:
- open folder /etc/tomcat6/Catalina/localhost. In this folder exists 2
files: ROOT.xml  xwiki.xml.
- delete ROOT.xml
- rename xwiki.xml to ROOT.xml
- edit ROOT.xml after renaming, change ..path=/xwiki.. to ..path=/..
- save ROOT.xml 
- restart tomcat

Maybe it will helpful for somebody else.

--
Best regards
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242p7581253.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki as root webapp for an xwiki debian package

2012-09-11 Thread Paul Libbrecht
Eugen,
I am only responding to you so that the subject is changed to include debian 
package.
I think this is highly specific to the Debian package distribution (as you 
hinted in your first post, I interpreted devian as debian and hope it is ok).

The other strategy you considered, modifying server.xml, is also what I would 
have done first...

paul



Le 11 sept. 2012 à 08:49, Eugen Colesnicov a écrit :

 I found solution for me. Sorry for stupid questions, but it is new expirience
 for me.
 Answer:
 - open folder /etc/tomcat6/Catalina/localhost. In this folder exists 2
 files: ROOT.xml  xwiki.xml.
 - delete ROOT.xml
 - rename xwiki.xml to ROOT.xml
 - edit ROOT.xml after renaming, change ..path=/xwiki.. to ..path=/..
 - save ROOT.xml 
 - restart tomcat
 
 Maybe it will helpful for somebody else.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki as root webapp

2012-09-11 Thread Thomas Mortagne
On Tue, Sep 11, 2012 at 8:49 AM, Eugen Colesnicov ecolesni...@gmail.com wrote:
 I found solution for me. Sorry for stupid questions, but it is new expirience
 for me.
 Answer:
 - open folder /etc/tomcat6/Catalina/localhost. In this folder exists 2
 files: ROOT.xml  xwiki.xml.
 - delete ROOT.xml
 - rename xwiki.xml to ROOT.xml
 - edit ROOT.xml after renaming, change ..path=/xwiki.. to ..path=/..
 - save ROOT.xml
 - restart tomcat

 Maybe it will helpful for somebody else.

It would be a nice addition to
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
;)


 --
 Best regards
 Eugen Colesnicov



 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242p7581253.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] xwiki tomcat application context in Debian package contains invalid attribute

2012-09-11 Thread Adrian Fita
Hi.

I installed tomcat7 and xwiki on a Ubuntu 12.04 following the
instructions from here: [1]. All is working great, but I noticed in
the catalina.out log a small warning:

WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug'
to '0' did not find a matching property.

  1. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT

I looked in /etc/tomcat7/Catalina/localhost/xwiki.xml and the
Context definition contains the debug=0 atribute, which,
according to the tomcat7's (and tomcat6's for that matter)
documentation does not exist for this tag [2], [3].

  2. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html
  3. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

After I removed debug=0 from the context definition, I didn't got
that warning anymore.

I think you should take this into consideration for the future update
of the packages.

Regards,
--
Fita Adrian
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki as root webapp

2012-09-11 Thread Dmitry Bakbardin
Hi!
I had the same problem with non-debian configuration. I wanted also to set up 
XWiki as root.
As Tomcat is not exactly web server, there are some solutions:

1. The way you described. 

As far as I understood you have now wikiless path - without /xwiki part.
I raised this problem some time ago and Sergiu Dumitriu answered me following:

 1. Is it crucial for XWiki and/or some XWiki applications to eat shorten URL 
 on Tomcat's level?
 Will it affect, for example, on virtual wiki mapping for URLs based addresses 
 like http://myfarm.net/xwiki/wiki/wikiname/?

XWiki should work just fine with the shorter URLs. The xwikiless 
information might be very outdated, when it used to be true that some 
parts of XWiki would fail.

I didn't get exact consequences of very outdated , thus solved it other way.

2. Set up Glassfish (or any other) - it can manage ROOT fine itself.

3. Cover Tomcat with an web server. I found nginx as best solution for me.

Finally I set up Tocat + nginx, that makes it very flexible and fast. If you 
need - write me in private, I'd share a nginx configuration to solve a problem: 
mydomain.com - nginx - localhost:8080/xwiki. So, endusers use only  
mydomain.com paths.

The same is possible with any web-server actually.

Kind regards,

Dmitry



Tue, 11 Sep 2012 10:30:03 +0200 от Thomas Mortagne thomas.morta...@xwiki.com:
   








On Tue, Sep 11, 2012 at 8:49 AM, Eugen Colesnicov ecolesni...@gmail.com 
wrote:

 I found solution for me. Sorry for stupid questions, but it is new expirience

 for me.

 Answer:

 - open folder /etc/tomcat6/Catalina/localhost. In this folder exists 2

 files: ROOT.xml  xwiki.xml.

 - delete ROOT.xml

 - rename xwiki.xml to ROOT.xml

 - edit ROOT.xml after renaming, change ..path=/xwiki.. to ..path=/..

 - save ROOT.xml

 - restart tomcat



 Maybe it will helpful for somebody else.


It would be a nice addition to
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT

;)




 --

 Best regards

 Eugen Colesnicov







 --

 View this message in context: 
 http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242p7581253.html

 Sent from the XWiki- Users mailing list archive at Nabble.com.

 ___

 users mailing list

 users@xwiki.org

 http://lists.xwiki.org/mailman/listinfo/users




-- 

Thomas Mortagne

___

users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users








Kind regards,

Dmitry
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki tomcat application context in Debian package contains invalid attribute

2012-09-11 Thread Thomas Mortagne
Fixed, see http://jira.xwiki.org/browse/XE-1232.

Thanks for the report !

On Tue, Sep 11, 2012 at 10:45 AM, Adrian Fita adrian.f...@gmail.com wrote:
 Hi.

 I installed tomcat7 and xwiki on a Ubuntu 12.04 following the
 instructions from here: [1]. All is working great, but I noticed in
 the catalina.out log a small warning:

 WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug'
 to '0' did not find a matching property.

   1. http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT

 I looked in /etc/tomcat7/Catalina/localhost/xwiki.xml and the
 Context definition contains the debug=0 atribute, which,
 according to the tomcat7's (and tomcat6's for that matter)
 documentation does not exist for this tag [2], [3].

   2. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html
   3. http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

 After I removed debug=0 from the context definition, I didn't got
 that warning anymore.

 I think you should take this into consideration for the future update
 of the packages.

 Regards,
 --
 Fita Adrian
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki as root webapp

2012-09-11 Thread Paul Libbrecht
For i2geo, I solve this using Apache mod_rewrite: only some paths, those 
candidate to be often exchanged, are rewritten and proxied accordingly, all 
others remain to /xwiki.

-- given a path that should be shortened, make a rewrite rule that redirects to 
the shorter variant
-- given a path that is shortened, proxy the right variant
-- per default proxy everything /xwiki

The bigger problem with this intent is that you have the URLs output to /xwiki. 
Maybe a stock xwiki can correct all of them, but I've seen a lot of hard coding 
there (and I practice it every day, e.g. for css or javascript).

paul




Le 11 sept. 2012 à 10:58, Dmitry Bakbardin a écrit :

 Hi!
 I had the same problem with non-debian configuration. I wanted also to set 
 up XWiki as root.
 As Tomcat is not exactly web server, there are some solutions:
 
 1. The way you described. 
 
 As far as I understood you have now wikiless path - without /xwiki part.
 I raised this problem some time ago and Sergiu Dumitriu answered me following:
 
 1. Is it crucial for XWiki and/or some XWiki applications to eat shorten URL 
 on Tomcat's level?
 Will it affect, for example, on virtual wiki mapping for URLs based 
 addresses like http://myfarm.net/xwiki/wiki/wikiname/?
 
 XWiki should work just fine with the shorter URLs. The xwikiless 
 information might be very outdated, when it used to be true that some 
 parts of XWiki would fail.
 
 I didn't get exact consequences of very outdated , thus solved it other way.
 
 2. Set up Glassfish (or any other) - it can manage ROOT fine itself.
 
 3. Cover Tomcat with an web server. I found nginx as best solution for me.
 
 Finally I set up Tocat + nginx, that makes it very flexible and fast. If you 
 need - write me in private, I'd share a nginx configuration to solve a 
 problem: mydomain.com - nginx - localhost:8080/xwiki. So, endusers use only 
  mydomain.com paths.
 
 The same is possible with any web-server actually.
 
 Kind regards,
 
 Dmitry
 
 
 
 Tue, 11 Sep 2012 10:30:03 +0200 от Thomas Mortagne 
 thomas.morta...@xwiki.com:
  
 
 
   
   
 
   
   
   
 On Tue, Sep 11, 2012 at 8:49 AM, Eugen Colesnicov ecolesni...@gmail.com 
 wrote:
 
 I found solution for me. Sorry for stupid questions, but it is new expirience
 
 for me.
 
 Answer:
 
 - open folder /etc/tomcat6/Catalina/localhost. In this folder exists 2
 
 files: ROOT.xml  xwiki.xml.
 
 - delete ROOT.xml
 
 - rename xwiki.xml to ROOT.xml
 
 - edit ROOT.xml after renaming, change ..path=/xwiki.. to ..path=/..
 
 - save ROOT.xml
 
 - restart tomcat
 
 
 
 Maybe it will helpful for somebody else.
 
 
 It would be a nice addition to
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
 
 ;)
 
 
 
 
 --
 
 Best regards
 
 Eugen Colesnicov
 
 
 
 
 
 
 
 --
 
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242p7581253.html
 
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 
 ___
 
 users mailing list
 
 users@xwiki.org
 
 http://lists.xwiki.org/mailman/listinfo/users
 
 
 
 
 -- 
 
 Thomas Mortagne
 
 ___
 
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
   
   
   
   
 
   
 
 Kind regards,
 
 Dmitry
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Recent Change view : Failed to execute the [velocity] macro

2012-09-11 Thread xkiwi
Hi everyone,

some of my users get a Failed to execute the [velocity] macro error after
http://xwiki.475771.n2.nabble.com/file/n7581261/fullstack.xwiki.log
fullstack.xwiki.log  update to version 4.2-MILESTONE-2. Others don't

I really don't know how to resolve this. I thought about a privileges
probleme since only some users get this error at loging but how can I
resolve it

http://playground.xwiki.org/xwiki/bin/view/Main/RecentChanges There is a
similar error here 

The full error stack is here 
http://xwiki.475771.n2.nabble.com/file/n7581261/fullstack.xwiki.log
fullstack.xwiki.log 

thanks for your help
Regards






--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Recent-Change-view-Failed-to-execute-the-velocity-macro-tp7581261.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] tablefilterNsort.js

2012-09-11 Thread Haimerl, Josef
Hello,

 

i'm using (% id=tableid class=sortable filterable doOddEven
xwikidatatable)(% class=sortHeader %) to create a dynamic sortable
table. Tried a lot with css modifications to set a fixed table-layout,
but i did not get that far. 

 

In my despair also tried following code, but then the filter function
disappears.

 

(% id=tableid class=sortable filterable doOddEven xwikidatatable %)

(% class=sortHeader  style=width:100%%)|= Column1|= Column2|=
Column3|= Column4|= Column5

{{html clean=false wiki=true}}col style=width:114pxcol
style=width:114pxcol style=width:114pxcol
style=width:114pxcol style=width:114pxcol
style=width:28px{{/html}}

 

Anybody any hints?

 

Many thanks in advance! Regards,

 

Josef Haimerl

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] tablefilterNsort.js

2012-09-11 Thread Haimerl, Josef
Found a solution for my needs:

$xwiki.ssfx.use(js/xwiki/table/table.css)
$xwiki.jsfx.use(js/xwiki/table/tablefilterNsort.js, true)

table id=tableid class=sortable filterable doOddEven xwikidatatable 
cellpadding=0 cellspacing=0 border=0 nowrap
  colgroup
col width=100
col width=100
col width=100
col width=100
col width=100
col width=28
  /colgroup
tr class=sortHeader
th /th
th /th
th /th
th /th
th /th
/tr
#set($query= )
#set($results=$xwiki.search($query))
#foreach($docname in $results)
#if($xwiki.hasAccessLevel(view,$context.user,$docname))
#set($rdoc=$xwiki.getDocument($docname).getTranslatedDocument())
#set($deletedoc=$xwiki.getURL($docname,'delete'))
#set ($host = ${request.getRequestURL()})
#set ($host = ${host.substring(0, 
${host.indexOf('/',${mathtool.add(${host.indexOf('//')}, 2)})})})
  tr
td$rdoc.get()/td
td$rdoc.title/td
td$rdoc.get()/td
td$rdoc.get()/td
td$rdoc.get()/td
tdimg 
src=/industrialwiki/resources/icons/silk/bin_closed.png/td
 /tr
#end
#end
/table

 -Ursprüngliche Nachricht-
 Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im
 Auftrag von Haimerl, Josef
 Gesendet: Dienstag, 11. September 2012 15:05
 An: users@xwiki.org
 Betreff: [xwiki-users] tablefilterNsort.js
 
 Hello,
 
 
 
 i'm using (% id=tableid class=sortable filterable doOddEven
 xwikidatatable)(% class=sortHeader %) to create a dynamic sortable
 table. Tried a lot with css modifications to set a fixed table-layout,
 but i did not get that far.
 
 
 
 In my despair also tried following code, but then the filter function
 disappears.
 
 
 
 (% id=tableid class=sortable filterable doOddEven xwikidatatable %)
 
 (% class=sortHeader  style=width:100%%)|= Column1|= Column2|=
 Column3|= Column4|= Column5
 
 {{html clean=false wiki=true}}col style=width:114pxcol
 style=width:114pxcol style=width:114pxcol
 style=width:114pxcol style=width:114pxcol
 style=width:28px{{/html}}
 
 
 
 Anybody any hints?
 
 
 
 Many thanks in advance! Regards,
 
 
 
 Josef Haimerl
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] tablefilterNsort.js

2012-09-11 Thread Arnaud bourree
Hello,

Too late but could help someone else.

I did the following (without empty line in table definition):
{{velocity}}
  $xwiki.jsfx.use(js/xwiki/table/tablefilterNsort.js)
  $xwiki.ssfx.use(js/xwiki/table/table.css)
{{/velocity}}

(% class=grid sortable filterable doOddEven id=customerList %)
(% class=sortHeader %)|=(% style=width:114px %)Column1|=(%
style=width:114px %)Column2|=(% style=width:114px %)Column3|=(%
style=width:28px %)Column4|=(% class=unsortable %)Column5
|data1.1|data1.2|data1.3|data1.4|data1.5
|data2.1|data2.2|data2.3|data2.4|data2.5

Yes, that is static table, that feed my need, but you could replace it
by your velocity code

Note the following about (% ... %)
- 1st one alone on one line just before table set class on table
- 1st one as begin of 1st table's row set class on tr
- other on this 1st row set style on td
- for column 5, I set it un-sortable, in my use case that is a comment column

Regards,

Arnaud.


2012/9/11 Haimerl, Josef josef.haim...@de-gmbh.com:
 Found a solution for my needs:

 $xwiki.ssfx.use(js/xwiki/table/table.css)
 $xwiki.jsfx.use(js/xwiki/table/tablefilterNsort.js, true)

 table id=tableid class=sortable filterable doOddEven xwikidatatable 
 cellpadding=0 cellspacing=0 border=0 nowrap
   colgroup
 col width=100
 col width=100
 col width=100
 col width=100
 col width=100
 col width=28
   /colgroup
 tr class=sortHeader
 th /th
 th /th
 th /th
 th /th
 th /th
 /tr
 #set($query= )
 #set($results=$xwiki.search($query))
 #foreach($docname in $results)
 #if($xwiki.hasAccessLevel(view,$context.user,$docname))
 #set($rdoc=$xwiki.getDocument($docname).getTranslatedDocument())
 #set($deletedoc=$xwiki.getURL($docname,'delete'))
 #set ($host = ${request.getRequestURL()})
 #set ($host = ${host.substring(0, 
 ${host.indexOf('/',${mathtool.add(${host.indexOf('//')}, 2)})})})
   tr
 td$rdoc.get()/td
 td$rdoc.title/td
 td$rdoc.get()/td
 td$rdoc.get()/td
 td$rdoc.get()/td
 tdimg 
 src=/industrialwiki/resources/icons/silk/bin_closed.png/td
  /tr
 #end
 #end
 /table

 -Ursprüngliche Nachricht-
 Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im
 Auftrag von Haimerl, Josef
 Gesendet: Dienstag, 11. September 2012 15:05
 An: users@xwiki.org
 Betreff: [xwiki-users] tablefilterNsort.js

 Hello,



 i'm using (% id=tableid class=sortable filterable doOddEven
 xwikidatatable)(% class=sortHeader %) to create a dynamic sortable
 table. Tried a lot with css modifications to set a fixed table-layout,
 but i did not get that far.



 In my despair also tried following code, but then the filter function
 disappears.



 (% id=tableid class=sortable filterable doOddEven xwikidatatable %)

 (% class=sortHeader  style=width:100%%)|= Column1|= Column2|=
 Column3|= Column4|= Column5

 {{html clean=false wiki=true}}col style=width:114pxcol
 style=width:114pxcol style=width:114pxcol
 style=width:114pxcol style=width:114pxcol
 style=width:28px{{/html}}



 Anybody any hints?



 Many thanks in advance! Regards,



 Josef Haimerl

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] tablefilterNsort.js

2012-09-11 Thread Vincent Massol
BTW guys, for the record, this is documented here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Table+Sorter

Thanks
-Vincent

On Sep 11, 2012, at 4:37 PM, Arnaud bourree arnaud.bour...@gmail.com wrote:

 Hello,
 
 Too late but could help someone else.
 
 I did the following (without empty line in table definition):
 {{velocity}}
  $xwiki.jsfx.use(js/xwiki/table/tablefilterNsort.js)
  $xwiki.ssfx.use(js/xwiki/table/table.css)
 {{/velocity}}
 
 (% class=grid sortable filterable doOddEven id=customerList %)
 (% class=sortHeader %)|=(% style=width:114px %)Column1|=(%
 style=width:114px %)Column2|=(% style=width:114px %)Column3|=(%
 style=width:28px %)Column4|=(% class=unsortable %)Column5
 |data1.1|data1.2|data1.3|data1.4|data1.5
 |data2.1|data2.2|data2.3|data2.4|data2.5
 
 Yes, that is static table, that feed my need, but you could replace it
 by your velocity code
 
 Note the following about (% ... %)
 - 1st one alone on one line just before table set class on table
 - 1st one as begin of 1st table's row set class on tr
 - other on this 1st row set style on td
 - for column 5, I set it un-sortable, in my use case that is a comment column
 
 Regards,
 
 Arnaud.
 
 
 2012/9/11 Haimerl, Josef josef.haim...@de-gmbh.com:
 Found a solution for my needs:
 
 $xwiki.ssfx.use(js/xwiki/table/table.css)
 $xwiki.jsfx.use(js/xwiki/table/tablefilterNsort.js, true)
 
 table id=tableid class=sortable filterable doOddEven xwikidatatable 
 cellpadding=0 cellspacing=0 border=0 nowrap
  colgroup
col width=100
col width=100
col width=100
col width=100
col width=100
col width=28
  /colgroup
tr class=sortHeader
th /th
th /th
th /th
th /th
th /th
/tr
 #set($query= )
 #set($results=$xwiki.search($query))
 #foreach($docname in $results)
#if($xwiki.hasAccessLevel(view,$context.user,$docname))
#set($rdoc=$xwiki.getDocument($docname).getTranslatedDocument())
#set($deletedoc=$xwiki.getURL($docname,'delete'))
#set ($host = ${request.getRequestURL()})
#set ($host = ${host.substring(0, 
 ${host.indexOf('/',${mathtool.add(${host.indexOf('//')}, 2)})})})
  tr
td$rdoc.get()/td
td$rdoc.title/td
td$rdoc.get()/td
td$rdoc.get()/td
td$rdoc.get()/td
tdimg 
 src=/industrialwiki/resources/icons/silk/bin_closed.png/td
 /tr
#end
 #end
 /table
 
 -Ursprüngliche Nachricht-
 Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im
 Auftrag von Haimerl, Josef
 Gesendet: Dienstag, 11. September 2012 15:05
 An: users@xwiki.org
 Betreff: [xwiki-users] tablefilterNsort.js
 
 Hello,
 
 
 
 i'm using (% id=tableid class=sortable filterable doOddEven
 xwikidatatable)(% class=sortHeader %) to create a dynamic sortable
 table. Tried a lot with css modifications to set a fixed table-layout,
 but i did not get that far.
 
 
 
 In my despair also tried following code, but then the filter function
 disappears.
 
 
 
 (% id=tableid class=sortable filterable doOddEven xwikidatatable %)
 
 (% class=sortHeader  style=width:100%%)|= Column1|= Column2|=
 Column3|= Column4|= Column5
 
 {{html clean=false wiki=true}}col style=width:114pxcol
 style=width:114pxcol style=width:114pxcol
 style=width:114pxcol style=width:114pxcol
 style=width:28px{{/html}}
 
 
 
 Anybody any hints?
 
 
 
 Many thanks in advance! Regards,
 
 
 
 Josef Haimerl
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] SSO via NTLM

2012-09-11 Thread Schmidt, Thilo (VZ)
Hello,
I'm trying to get some kind of NTLM authentication going on my Debian server, 
but got lost very early.
I find mentions of working NTLM solutions in the archives as well as some fixes 
for an ominous NTLM authenticator (XCONTRIB-84) in Jira.
I even found some installation-guide in the sandbox, but there seems to be no 
jar file.

Is there some kind of working NTLM solution without installing kerberos or 
samba?

Thanks in advance,
Thilo
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] SSO via NTLM

2012-09-11 Thread Guillaume Fenollar
Hi Thilo,

I worked a lot on this subject these two last days. But I only experimented
Kerberos, and Samba/Winbind/NTLM.
Why don't you want to install Samba? It's easier to make it work than a
Kerberos system (from what I saw). You have to install Samba, configure it,
install winbind, bind on a AD domain with an administrator, and finally
configure Apache to use this auth. You also need to be sure that your java
container won't try to authenticate itself. See:
http://adldap.sourceforge.net/wiki/doku.php?id=seamless_authentication if
you haven't found this before.

I don't know any other solution without using samba or krb.

Good luck!

Guillaume Fenollar
XWiki SAS

2012/9/11 Schmidt, Thilo (VZ) thilo.schm...@vdek.com

 Hello,
 I'm trying to get some kind of NTLM authentication going on my Debian
 server, but got lost very early.
 I find mentions of working NTLM solutions in the archives as well as some
 fixes for an ominous NTLM authenticator (XCONTRIB-84) in Jira.
 I even found some installation-guide in the sandbox, but there seems to be
 no jar file.

 Is there some kind of working NTLM solution without installing kerberos or
 samba?

 Thanks in advance,
 Thilo
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Registration and Layout settings resetting

2012-09-11 Thread Ashtar Communications
Vincent,

Thanks for the help. Answers below:

 Email -- Admin Email and SMTP server. The rest of the settings are 
 maintained.

 What other setting remains that is not the default value?

On the Email page, the Port, Server Username, and Server Password
always stay - only the Admin Email and SMTP server are cleared out.

 Page Elements - All panel settings, reverting to zero displayed
 panels. Metadata visibility settings are maintained

 You modified those and they remain? If so the problem is not a cache issue 
 that resets XWikiPreferences.

I modified the panel settings to display two panels on the left, and
no panels on the right. When the bug occurs, The show left/right
panel? settings are set to -- and the Panels to Display are
blank.

The frequency of occurrence has dropped in the last day - at first it
was happening every 15-20 minutes, and today it went most of the day
with no apparent problems. The next time it occurs I will try to flush
the cache and see if that sheds any light...

thanks,

aaron


 One thing you can test to ensure this:
 When the problem happens do a flush cache in a wiki page:

 {{velocity}}
 $xwiki.flushCache()
 {{/velocity}}

 And then verify if your settings are back.

 Thanks
 -Vincent

 Registration - Use Email Verification, Active Authentication Check,
 Validation Email Content, Confirmation Email Content. Everything else
 is maintained.
 Several entire Spaces - the wiki has a large number of spaces (~150).
 They seem to be getting deleted at random. I will leave the page for
 an hour, come back, and the link to the space homepage will have the
 question mark icon next to it. The space will no longer appear in
 the spaces list on the Dashboard.

 Any other ideas? I'm ready to downgrade back to 3.x - this only
 started happening with a fresh install of 4.2 and it's obviously a
 serious problem...

 thanks,

 aaron


 On Sun, Sep 9, 2012 at 3:17 AM, Vincent Massol vinc...@massol.net wrote:

 On Sep 9, 2012, at 8:11 AM, Dmitry Bakbardin haru_mamb...@mail.ru wrote:

 +1 vote
 I had the same problem until set Prevent unregistered users from editing 
 pages, regardless of the page or space rights on.
 But I don't know still if it is a bug or a feature :-)

 It's a bug… Fixed in 4.2M3, see http://jira.xwiki.org/jira/browse/XWIKI-8160

 -Vincent

 Kind regards,

 Dmitry


 Sun, 9 Sep 2012 01:52:12 -0400 от Ashtar Communications 
 ashtarcommunicati...@gmail.com:









 Hi,


 It seems that my wiki is spontaneously resetting several configuration

 settings, most notably the registration, email, and layout settings. I

 enter information like the email server, address, and port, which

 panels to display in the sidebar, or whether to require email

 verification. After a few hours, I return to the site to find that the

 panels are turned off, email registration is turned off and the boxes

 for formatting verification emails, etc are blank, and half of the

 email settings are cleared. There may also be other configuration

 options being reset that I haven't found yet.


 I am the only administrative user on the wiki. It's also definitely

 not due to vandalism - exactly the same settings disappear every time,

 and it has now repeated itself 4 times in the last 24 hours.


 I'm running XEM 4.2m2 on Tomcat with MySQL. Any help would be greatly

 appreciated...


 thanks,


 Aaron

 ___

 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users









 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users