Re: [xwiki-users] xwiki as root webapp

2012-09-10 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] Inclusion of e-learning tutorial within wiki?

2012-09-10 Thread Paul Libbrecht
Mohit,

do you mean a SCORM package? I think there is no separate support for it.
Note, however, that there's some SCORM support in XCLAMS (something based on 
XWiki).

This makes use of XWiki's native ability to deliver zip contents at a simple 
URL.
Here's an example:

http://i2geo.net/xwiki/bin/view/Coll_Group_IREM-INRP-AcademiedeLyon/LogBooks
in the caption, I've put an amount of links such as:

http://i2geo.net/xwiki/bin/download/Coll_Group_IREM-INRP-AcademiedeLyon/LogBooks/LogBooks-INRP-Profs-associes.zip/AnneCalpe/JdB-narration-de-recherche.pdf
which point inside the zip (note the /download/ and the *.zip/...).

Hope it helps.

Paul


Le 11 sept. 2012 à 07:33, mohit gupta a écrit :

> I have one  e-learning tutorial for my application created through
> articulate storyline. My question is is there any
> way i can include the e-learning application with in wiki page? I did not
> came across any kind of this utility.

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


[xwiki-users] Inclusion of e-learning tutorial within wiki?

2012-09-10 Thread mohit gupta
I have one  e-learning tutorial for my application created through
articulate storyline. My question is is there any
way i can include the e-learning application with in wiki page? I did not
came across any kind of this utility.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] severe trouble with web crawlers

2012-09-10 Thread Jan-Philip Loos
Hi Vincent,

I'm not sure, although our problem seems to be a caching problem too. But
I'm not as familiar as needed with the xwiki code base to judge it right.

Some points why it couldn't be the same problem (pessimistic view):
- We are running XWiki 3.4, the HiddenDocuments were introduced in XWiki 4.0
RC1.
- the problem isn't affecting administrators, but it gives guests all rights
(Delete, Admin, etc) until the cache is flushed forcefully.

Or why it could be the same problem (optimistic view):
- restarting tomcat solves the problem (similar to flushing the cache)
- maybe the crawler triggered some other actions which leads to an corrupted
cache state.

Maybe there is an second query started elsewhere? But I guess the mentioned
workaround can be a solution though, because it changes the fundamental
behavior of loadXWikiDoc(). I think we will give XWiki 4.2 a try when its
released, and I will cross my fingers :)

But anyway, some word to allay my concerns (pessimistic view) and why they
are maybe wrong?

Greetings and thanks to your response.

Jan



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/severe-trouble-with-web-crawlers-tp7442162p7581245.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] severe trouble with web crawlers

2012-09-10 Thread Vincent Massol
Hi Jan-Philip,

On Sep 10, 2012, at 9:37 PM, Jan-Philip Loos  wrote:

> Hello,
> 
> it's been a while since the last posting. We experienced the problem a
> couple of times, but without any serve impact.
> 
> I watched the jira issue mentioned by Sergiu Dumitriu. It's status is still
> open, major and unassigned, the resolution is unresolved. Any off-jira
> updates for this issue?
> 
> According to the roadmap, XWiki 4.2 will be released this month, and we are
> looking forward to this version. Any chances a fix is or will be in this
> release? Will be the hack posted by Jean-Vincent Drean in jira valid and
> free of any side-effects?

Actually we've made some progress on a similar issue:
See http://jira.xwiki.org/browse/XWIKI-8160

I don't know if the problem is the same or not but it gives some direction.

JV, WDYT?

Thanks
-Vincent


> 
> Greeting
> Jan
> 
> jira issue: http://jira.xwiki.org/browse/XWIKI-8046
> 
> 
> 
> --
> View this message in context: 
> http://xwiki.475771.n2.nabble.com/severe-trouble-with-web-crawlers-tp7442162p7581241.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

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


[xwiki-users] xwiki as root webapp

2012-09-10 Thread Eugen Colesnicov
I installed xwiki via devian-package. All is working, but I want to configure
xwiki as root webapp. I am not a specialist in this (configuring tomcat) ...

How I can do this especially in situation, when was used debian package
(with not standart path-s). For example, xwiki app didn't placed in
tomcat/webapps ...

I founded file \etc\xwiki\xwiki-tomcat.xml with this content:



  
  


I tried to change path="/xwiki" with path="/" or path="/ROOT" - but no any
changes in a realty (of course after restarting tomcat) - xwiki opened with
path localhost://8080/xwiki ...

Maybe need another modifications?

--
Thanks beforehand
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242.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] severe trouble with web crawlers

2012-09-10 Thread Jan-Philip Loos
Hello,

it's been a while since the last posting. We experienced the problem a
couple of times, but without any serve impact.

I watched the jira issue mentioned by Sergiu Dumitriu. It's status is still
open, major and unassigned, the resolution is unresolved. Any off-jira
updates for this issue?

According to the roadmap, XWiki 4.2 will be released this month, and we are
looking forward to this version. Any chances a fix is or will be in this
release? Will be the hack posted by Jean-Vincent Drean in jira valid and
free of any side-effects?

Greeting
Jan

jira issue: http://jira.xwiki.org/browse/XWIKI-8046



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/severe-trouble-with-web-crawlers-tp7442162p7581241.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] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Thomas Mortagne
On Mon, Sep 10, 2012 at 3:57 PM, Vincent Massol  wrote:
>
> On Sep 10, 2012, at 3:55 PM, Jerome Velociter  wrote:
>
>> On 09/10/2012 03:48 PM, Eugen Colesnicov wrote:
>>> Jerome Velociter-5 wrote
 We've decided not to bundle the LDAP service by default. You need to
 install it manually via the extension manager. See
 http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.

>>> Of course, I installed LDAP application via extention manager. In extention
>>> manager I written LDAP - get result "LDAP Application 4.0" and installed
>>> this (with all dependences - automatically). Maybe need something else to
>>> install?
>>>
>>> Also, I uncommented
>>> xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
>>> in xwiki.org
>>>
>>> After this step, opened LDAP inside administration and top of page I see
>>> this message:
>>> "LDAP service is not available. Please verify your installation."
>>
>> It looks like a dependency issue. This message is issued when the 
>> xwiki-platform-ldap-api is not present in the classpath (I agree the message 
>> itself is not very clear).
>>
>> I see the dependency is correctly listed in the dependencies section of the 
>> extension page, at 
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#HDependencies
>>  :
>>
>> org.xwiki.platform:xwiki-platform-ldap-api 4.0
>>
>> Do you remember if it was listed in the extension UI as a dependency when 
>> installing the extension ?
>>
>> BTW Vincent, devs, what's the strategy for not-bundled extensions released 
>> by the xwiki development team when releasing platform ? Do we need to update 
>> the extension pages at each release ? Did I miss something ?
>
> You import the module once through the extension importer on e.x.o and then 
> it's supposed to be done automatically through a scheduler job that doesn't 
> exist yet :)
>
> So ATM it's manual and we don't do it… We need to fix this.
>
> Note that the issue re the scheduler is that we need a way to ensure 
> information don't get overwritten. For ex right now if you import/reimport 
> the extension name gets overwritten by the name from the pom.xml which isn't 
> nice. Thomas has been working on adding supprot for metadata in the pom for 
> this but I don't know the status. Thomas?

Make possible to override the name is nothing but the real blocker is
that we did not decided anything yet on maven project names AFAIK.

>
> Thanks
> -Vincent
>
>>> --
>>> Best regards
>>> Eugen Colesnicov
>>>
>>>
>>>
>>> --
>>> View this message in context: 
>>> http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581228.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
>>
>>
>> --
>> Peace,
>> ---Jerome
>>
>> ___
>> 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



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


Re: [xwiki-users] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Eugen Colesnicov

Jerome Velociter-5 wrote
> 
> I see the dependency is correctly listed in the dependencies section of 
> the extension page, at 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#HDependencies
>  
> :
> 
> org.xwiki.platform:xwiki-platform-ldap-api 4.0
> 
> Do you remember if it was listed in the extension UI as a dependency 
> when installing the extension ?
> 

Yes! It was listed!


vmassol wrote
> 
> You import the module once through the extension importer on e.x.o and
> then it's supposed to be done automatically through a scheduler job that
> doesn't exist yet :) 
> 
> So ATM it's manual and we don't do it… We need to fix this. 
> 
> Note that the issue re the scheduler is that we need a way to ensure
> information don't get overwritten. For ex right now if you import/reimport
> the extension name gets overwritten by the name from the pom.xml which
> isn't nice.
> 

Thanks for quickly answers!
Need to waiting some time for fix issue?

--
Best regards
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581232.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] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Thomas Mortagne
On Mon, Sep 10, 2012 at 3:55 PM, Jerome Velociter  wrote:
> On 09/10/2012 03:48 PM, Eugen Colesnicov wrote:
>>
>> Jerome Velociter-5 wrote
>>>
>>> We've decided not to bundle the LDAP service by default. You need to
>>> install it manually via the extension manager. See
>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.
>>>
>> Of course, I installed LDAP application via extention manager. In
>> extention
>> manager I written LDAP - get result "LDAP Application 4.0" and installed
>> this (with all dependences - automatically). Maybe need something else to
>> install?
>>
>> Also, I uncommented
>>
>> xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
>> in xwiki.org
>>
>> After this step, opened LDAP inside administration and top of page I see
>> this message:
>> "LDAP service is not available. Please verify your installation."
>
>
> It looks like a dependency issue. This message is issued when the
> xwiki-platform-ldap-api is not present in the classpath (I agree the message
> itself is not very clear).
>
> I see the dependency is correctly listed in the dependencies section of the
> extension page, at
> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#HDependencies
> :
>
> org.xwiki.platform:xwiki-platform-ldap-api 4.0
>
> Do you remember if it was listed in the extension UI as a dependency when
> installing the extension ?

The here issue might actually be
http://jira.xwiki.org/browse/XCOMMONS-231. You should try to upgrade
to 4.1.4.

>
> BTW Vincent, devs, what's the strategy for not-bundled extensions released
> by the xwiki development team when releasing platform ? Do we need to update
> the extension pages at each release ? Did I miss something ?
>
>
>>
>> --
>> Best regards
>> Eugen Colesnicov
>>
>>
>>
>> --
>> View this message in context:
>> http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581228.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
>
>
>
> --
> Peace,
> ---Jerome
>
>
> ___
> 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] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Vincent Massol

On Sep 10, 2012, at 3:55 PM, Jerome Velociter  wrote:

> On 09/10/2012 03:48 PM, Eugen Colesnicov wrote:
>> Jerome Velociter-5 wrote
>>> We've decided not to bundle the LDAP service by default. You need to
>>> install it manually via the extension manager. See
>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.
>>> 
>> Of course, I installed LDAP application via extention manager. In extention
>> manager I written LDAP - get result "LDAP Application 4.0" and installed
>> this (with all dependences - automatically). Maybe need something else to
>> install?
>> 
>> Also, I uncommented
>> xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
>> in xwiki.org
>> 
>> After this step, opened LDAP inside administration and top of page I see
>> this message:
>> "LDAP service is not available. Please verify your installation."
> 
> It looks like a dependency issue. This message is issued when the 
> xwiki-platform-ldap-api is not present in the classpath (I agree the message 
> itself is not very clear).
> 
> I see the dependency is correctly listed in the dependencies section of the 
> extension page, at 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#HDependencies
>  :
> 
> org.xwiki.platform:xwiki-platform-ldap-api 4.0
> 
> Do you remember if it was listed in the extension UI as a dependency when 
> installing the extension ?
> 
> BTW Vincent, devs, what's the strategy for not-bundled extensions released by 
> the xwiki development team when releasing platform ? Do we need to update the 
> extension pages at each release ? Did I miss something ?

You import the module once through the extension importer on e.x.o and then 
it's supposed to be done automatically through a scheduler job that doesn't 
exist yet :)

So ATM it's manual and we don't do it… We need to fix this.

Note that the issue re the scheduler is that we need a way to ensure 
information don't get overwritten. For ex right now if you import/reimport the 
extension name gets overwritten by the name from the pom.xml which isn't nice. 
Thomas has been working on adding supprot for metadata in the pom for this but 
I don't know the status. Thomas?

Thanks
-Vincent

>> --
>> Best regards
>> Eugen Colesnicov
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581228.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
> 
> 
> -- 
> Peace,
> ---Jerome
> 
> ___
> 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] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Jerome Velociter

On 09/10/2012 03:48 PM, Eugen Colesnicov wrote:

Jerome Velociter-5 wrote

We've decided not to bundle the LDAP service by default. You need to
install it manually via the extension manager. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.


Of course, I installed LDAP application via extention manager. In extention
manager I written LDAP - get result "LDAP Application 4.0" and installed
this (with all dependences - automatically). Maybe need something else to
install?

Also, I uncommented
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
in xwiki.org

After this step, opened LDAP inside administration and top of page I see
this message:
"LDAP service is not available. Please verify your installation."


It looks like a dependency issue. This message is issued when the 
xwiki-platform-ldap-api is not present in the classpath (I agree the 
message itself is not very clear).


I see the dependency is correctly listed in the dependencies section of 
the extension page, at 
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application#HDependencies 
:


org.xwiki.platform:xwiki-platform-ldap-api 4.0

Do you remember if it was listed in the extension UI as a dependency 
when installing the extension ?


BTW Vincent, devs, what's the strategy for not-bundled extensions 
released by the xwiki development team when releasing platform ? Do we 
need to update the extension pages at each release ? Did I miss something ?




--
Best regards
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581228.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



--
Peace,
---Jerome

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


Re: [xwiki-users] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Eugen Colesnicov

Jerome Velociter-5 wrote
> 
> We've decided not to bundle the LDAP service by default. You need to 
> install it manually via the extension manager. See 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.
> 

Of course, I installed LDAP application via extention manager. In extention
manager I written LDAP - get result "LDAP Application 4.0" and installed
this (with all dependences - automatically). Maybe need something else to
install?

Also, I uncommented
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
in xwiki.org

After this step, opened LDAP inside administration and top of page I see
this message:
"LDAP service is not available. Please verify your installation."

--
Best regards
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581228.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] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Vincent Massol
Hi Jerome,

On Sep 10, 2012, at 1:24 PM, Jerome Velociter  wrote:

> Hello,
> 
> We've decided not to bundle the LDAP service by default. You need to install 
> it manually via the extension manager. See 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.

I haven't really followed this thread but I don't understand how something 
optional that you don't install could cause an error?

Thanks
-Vincent

> Does this helps ?
> 
> Jerome
> 
> On 09/10/2012 11:24 AM, Eugen Colesnicov wrote:
>> shouldbe q931 wrote
>>> Any ideas on the "LDAP service is not available. Please verify your
>>> installation." message ?
>>> 
>> I have same situation, when I trying new installation of XWiki 4.1.3 (debian
>> package).
>> Have some news for the problem:
>> "LDAP service is not available. Please verify your installation"?
>> 
>> --
>> Thanks beforehand!
>> Eugen Colesnicov
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Jerome Velociter

Hello,

We've decided not to bundle the LDAP service by default. You need to 
install it manually via the extension manager. See 
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application.


Does this helps ?

Jerome

On 09/10/2012 11:24 AM, Eugen Colesnicov wrote:

shouldbe q931 wrote

Any ideas on the "LDAP service is not available. Please verify your
installation." message ?


I have same situation, when I trying new installation of XWiki 4.1.3 (debian
package).
Have some news for the problem:
"LDAP service is not available. Please verify your installation"?

--
Thanks beforehand!
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581222.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



--
Peace,
---Jerome

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


Re: [xwiki-users] upgrade from 3.5 to 4.1.1 "LDAP service is not available. Please verify your installation."

2012-09-10 Thread Eugen Colesnicov

shouldbe q931 wrote
> 
> Any ideas on the "LDAP service is not available. Please verify your
> installation." message ?
> 

I have same situation, when I trying new installation of XWiki 4.1.3 (debian
package).
Have some news for the problem:
"LDAP service is not available. Please verify your installation"?

--
Thanks beforehand!
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/upgrade-from-3-5-to-4-1-1-LDAP-service-is-not-available-Please-verify-your-installation-tp7579760p7581222.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