Re: [xwiki-users] Formula rendering problem [native]

2012-04-19 Thread Joel Forsberg
Just reporting back results, updating from 
ImageMagick-6.7.5.6-3.fc17.x86_64 to
ImageMagick-6.7.6.5-1.fc18.x86_64

Solved my issue.

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


[xwiki-users] Reduce search engine to one wiki in wiki farm

2012-04-19 Thread Florian Rhomberg
Hello!
I have a question: I have an xwiki farm with multiple (3) wikis installed. 
Today I realized that the search engine display the results from all wikis and 
not only from the one I currently use. How can I change this?

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


[xwiki-users] Formula rendering problem [native]

2012-04-19 Thread Joel Forsberg
>On 04/19/2012 12:34 PM, Joel Forsberg wrote:
>> Hello!
>> I've just upgraded both operating system (Fedora 17) and Xwiki to 4.0 RC-1 
>> and got an issue with the formula macro. Whenever I use it, the resulting 
>> image created is 1020x1320 pixels big, mostly empty except for the 
>> (correctly sized) formula placed in the bottom left corner of the .png image.

>Thu Apr 19 17:49:52 UTC 2012 Sergiu Dumitriu wrote:
>It works fine for me, so let's try and see where the problem occurs. 
>Start by putting this into a tex file called a.tex:

>http://pastebin.com/8Tx92S5L

>The renderer uses a three-step process, tex->dvi, dvi->ps, ps->png. 
>Let's try them out in order:

>latex --interaction=nonstopmode a.tex

>This should produce a.dvi, which should be a very big page with only the 
>formula in the center, no other text. Check if there are any errors displayed 
>there. Try without --interaction to make latex stop at errors.

>dvips -E a.dvi -o a.ps

>This should produce a.ps, which should be tightly cropped around the 
>formula. If it isn't then there's a problem, maybe dvips doesn't support 
>the -E parameter.

>convert -density 120 a.ps a.png

>This should produce a.png, having the same size as the ps.

>For reference, here's what I have locally (texlive installation):

>$ latex --version
>pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2011)
>kpathsea version 6.0.1

>$ dvips --version
>This is dvips(k) 5.991 Copyright 2011 Radical Eye Software



Thanks for the quick reply. 
My texlive seem to produce a PostScript file that displays okay, but somehow 
the convert step sets the canvas size to 1020x1320
Adding a -trim parameter to will work around the problem, such as:
convert -trim -density 120 a.ps a.png

I'll look for a mention of this behavior for Imagemagick shortly (need food)
(Sorry for messing up the thread, I guess..)

-
For reference:

The files I produced: 
http://www.mediafire.com/file/6qv8tty0pn1nyz0/formula_test2.tar.bz
debug output of convert-step: http://pastebin.com/FdJPEYwr  

convert -version
Version: ImageMagick 6.7.5-6 2012-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

latex --version
pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6
Compiled with libpng 1.5.8; using libpng 1.5.10
Compiled with zlib 1.2.5; using zlib 1.2.5
Compiled with libpoppler

dvips --version
dvips(k) 5.96.1
kpathsea version 3.5.6
-
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Two spaces with same name

2012-04-19 Thread Sergiu Dumitriu

On 04/19/2012 10:20 AM, Dmitry Bakbardin wrote:

Hi!

I experienced the same problem in 3.0: two spaces with the same names and i 
can't delete it also because of


java.lang.NullPointerException
at 
com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:333)
at 
com.xpn.xwiki.store.VoidAttachmentVersioningStore$VoidAttachmentArchive.getArchive(VoidAttachmentVersioningStore.java:143)


This is http://jira.xwiki.org/browse/XWIKI-6593 which has been fixed in 
3.0.1, it's not related to the + in the space name, but to the fact that 
you've disabled attachment versioning.



Are you sure there is only one page ? Maybe you have a "WebHome" page
too in this spaces ? Did you checked with document index ?


I have several pages inside problematic space and no WebHome in it. None of 
these pages could be deleted.

So, now I'm waiting for the upgrade to export necessary spaces and import them 
back after dropping database :-((

Kind Regards,

Dmitry


Thu, 19 Apr 2012 13:26:12 +0100 от Martin Evans:

I am on Main.AllDocs and I enter '+' into the space field and two documents
show up - try it yourself http://bit.ly/J7oIGU

I don't want these pages or spaces to exist so I press delete. It tells me
the page does not exist when I try this.



Are you sure there is only one page ? Maybe you have a "WebHome" page
too in this spaces ? Did you checked with document index ?

How do you delete/access the page ?

On Wed, Apr 18, 2012 at 6:54 PM, Martin Evans
wrote:

I currently have two spaces, one called "Environment And Sustainability"
and the other called "Environment+And+Sustainability". If I try to delete
the only page in the erroneous space it says "The requested document

could

not be found". So if the page isn't there, why is the space there?

Martin





--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Fwd: Redirecting logs to a file instead of console on tomcat?

2012-04-19 Thread Sergiu Dumitriu

On 04/19/2012 01:51 PM, mohit gupta wrote:

Now as per http://logback.qos.ch/manual/joran.html , i tried to use file
Appender to log the message to file* but no help*. Here is added code
snippet in logback.xml

  
 myApp.log


You should use an absolute file path, since this filename could end up 
anywhere, depending on how Tomcat was started and what it considers the 
"current directory". Make sure the location you provide is writable by 
the owner of the tomcat process.



 


^ typo here, ConsoleAppender[t]


   %date %level [%thread] %logger{10} [%file:%line]
%msg%n
 
   

  
 
  

-- Forwarded message --
From: mohit gupta
Date: Thu, Apr 19, 2012 at 10:06 PM
Subject: Redirecting logs to a file instead of console on tomcat?
To: XWiki Users


I have gone thru
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging. As per
logback.xml(inside in MyApp/WEB_INF/classes), looks like it relies on the
fact that container will redirect all the console to logfile automaticcaly.
But it is not happening. I am using tomcat 6.  i want to put all the
possible logs i.e  log.info.log.warn,log.error,log.debug,log.fatal inside
log file

For logging i am using below code snippet
private static final Log log =
org.apache.commons.logging.LogFactory.getLog(AuthServiceImpl.class);//
declared as insiance variable under AuthServiceImpl.class


You shouldn't use commons-logging, but slf4j:

private static final Logger LOGGER = 
LoggerFactory.getLogger(AuthServiceImpl.class);


I don't understand what you mean by "declared as instance variable". If 
it's "static final", then it's not an instance variable, but a static 
constant member.



then in my public method i am doing the logging as

log.error("Testing AuthServiceImpl  Reply = ");

But its printing the  logs on tomcat console. Guys really i have no idea
how to print the  to file instead of console.Inside logback.xml(inside in
MyApp/WEB_INF/classes)
i can see below  setting. I have really no idea what is happening?

Thanks in advance.



--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fwd: Redirecting logs to a file instead of console on tomcat?

2012-04-19 Thread mohit gupta
Now as per http://logback.qos.ch/manual/joran.html , i tried to use file
Appender to log the message to file* but no help*. Here is added code
snippet in logback.xml

 
myApp.log


  %date %level [%thread] %logger{10} [%file:%line]
%msg%n

  

 

 

-- Forwarded message --
From: mohit gupta 
Date: Thu, Apr 19, 2012 at 10:06 PM
Subject: Redirecting logs to a file instead of console on tomcat?
To: XWiki Users 


I have gone thru
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging. As per
logback.xml(inside in MyApp/WEB_INF/classes), looks like it relies on the
fact that container will redirect all the console to logfile automaticcaly.
But it is not happening. I am using tomcat 6.  i want to put all the
possible logs i.e  log.info.log.warn,log.error,log.debug,log.fatal inside
log file

For logging i am using below code snippet
private static final Log log =
org.apache.commons.logging.LogFactory.getLog(AuthServiceImpl.class);//
declared as insiance variable under AuthServiceImpl.class

then in my public method i am doing the logging as

log.error("Testing AuthServiceImpl  Reply = ");

But its printing the  logs on tomcat console. Guys really i have no idea
how to print the  to file instead of console.Inside logback.xml(inside in
MyApp/WEB_INF/classes)
i can see below  setting. I have really no idea what is happening?

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


Re: [xwiki-users] Formula rendering problem [native]

2012-04-19 Thread Sergiu Dumitriu

On 04/19/2012 12:34 PM, Joel Forsberg wrote:

Hello!
I've just upgraded both operating system (Fedora 17) and Xwiki to 4.0 RC-1 and 
got an issue with the formula macro. Whenever I use it, the resulting image 
created is 1020x1320 pixels big, mostly empty except for the (correctly sized) 
formula placed in the bottom left corner of the .png image.

Does anyone have an idea what might cause this?

Kind regards, and thanks. Joel


Hi Joel,

It works fine for me, so let's try and see where the problem occurs. 
Start by putting this into a tex file called a.tex:


http://pastebin.com/8Tx92S5L

The renderer uses a three-step process, tex->dvi, dvi->ps, ps->png. 
Let's try them out in order:


latex --interaction=nonstopmode a.tex

This should produce a.dvi, which should be a very big page with only the 
formula in the center, no other text. Check if there are any errors 
displayed there. Try without --interaction to make latex stop at errors.


dvips -E a.dvi -o a.ps

This should produce a.ps, which should be tightly cropped around the 
formula. If it isn't then there's a problem, maybe dvips doesn't support 
the -E parameter.


convert -density 120 a.ps a.png

This should produce a.png, having the same size as the ps.


For reference, here's what I have locally (texlive installation):

$ latex --version
pdfTeX 3.1415926-2.3-1.40.12 (TeX Live 2011)
kpathsea version 6.0.1

$ dvips --version
This is dvips(k) 5.991 Copyright 2011 Radical Eye Software

--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Redirecting logs to a file instead of console on tomcat?

2012-04-19 Thread mohit gupta
I have gone thru
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging. As per
logback.xml(inside in MyApp/WEB_INF/classes), looks like it relies on the
fact that container will redirect all the console to logfile automaticcaly.
But it is not happening. I am using tomcat 6.  i want to put all the
possible logs i.e  log.info.log.warn,log.error,log.debug,log.fatal inside
log file

For logging i am using below code snippet
private static final Log log =
org.apache.commons.logging.LogFactory.getLog(AuthServiceImpl.class);//
declared as insiance variable under AuthServiceImpl.class

then in my public method i am doing the logging as

log.error("Testing AuthServiceImpl  Reply = ");

But its printing the  logs on tomcat console. Guys really i have no idea
how to print the  to file instead of console.Inside logback.xml(inside in
MyApp/WEB_INF/classes)
i can see below  setting. I have really no idea what is happening?

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


[xwiki-users] Formula rendering problem [native]

2012-04-19 Thread Joel Forsberg
Hello!
I've just upgraded both operating system (Fedora 17) and Xwiki to 4.0 RC-1 and 
got an issue with the formula macro. Whenever I use it, the resulting image 
created is 1020x1320 pixels big, mostly empty except for the (correctly sized) 
formula placed in the bottom left corner of the .png image.

Does anyone have an idea what might cause this?

Kind regards, and thanks. Joel

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



Re: [xwiki-users] Two spaces with same name

2012-04-19 Thread Dmitry Bakbardin
Thanks for help, Sergiu,

But in my case the page is on it's place, Script doesn't delete it. :-(

Dmitry


Thu, 19 Apr 2012 11:46:54 -0400 от Sergiu Dumitriu :
> On 04/18/2012 12:54 PM, Martin Evans wrote:
> > I currently have two spaces, one called "Environment And Sustainability"
> > and the other called "Environment+And+Sustainability". If I try to delete
> > the only page in the erroneous space it says "The requested document could
> > not be found". So if the page isn't there, why is the space there?
> 
> Some containers perform a double decoding of the URL, I noticed that in 
> Tomcat, for example. Normally, + is considered an encoding for the space 
> character in URLs. This means that an URL containing + actually refers 
> to spaces. We get around this by actually encoding the + character with 
> its proper URL escape, %2B, and this should be properly decoded back 
> into +, except on Tomcat, where this + is decoded one more time into a 
> space. So while the browser asks for the 
> "Environment%2BAnd%2BSustainability" URL, which corresponds to the 
> "Environment+And+Sustainability" space, Tomcat converts that into 
> "Environment And Sustainability". Your only chance is to delete it from 
> a script:
> 
> {{velocity}}
> $xwiki.getDocument('Name of document').delete()
> {{/velocity}}
> 
> Replace 'Name of document' with the exact document name, something like 
> 'Environment+And+Sustainability.WebHome'.
> -- 
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> ___
> 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] Two spaces with same name

2012-04-19 Thread Sergiu Dumitriu

On 04/18/2012 12:54 PM, Martin Evans wrote:

I currently have two spaces, one called "Environment And Sustainability"
and the other called "Environment+And+Sustainability". If I try to delete
the only page in the erroneous space it says "The requested document could
not be found". So if the page isn't there, why is the space there?


Some containers perform a double decoding of the URL, I noticed that in 
Tomcat, for example. Normally, + is considered an encoding for the space 
character in URLs. This means that an URL containing + actually refers 
to spaces. We get around this by actually encoding the + character with 
its proper URL escape, %2B, and this should be properly decoded back 
into +, except on Tomcat, where this + is decoded one more time into a 
space. So while the browser asks for the 
"Environment%2BAnd%2BSustainability" URL, which corresponds to the 
"Environment+And+Sustainability" space, Tomcat converts that into 
"Environment And Sustainability". Your only chance is to delete it from 
a script:


{{velocity}}
$xwiki.getDocument('Name of document').delete()
{{/velocity}}

Replace 'Name of document' with the exact document name, something like 
'Environment+And+Sustainability.WebHome'.

--
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Developing Discussion Forum using xwiki?

2012-04-19 Thread mohit gupta
Thanks Anca

On Wed, Apr 18, 2012 at 2:39 PM, Anca Luca  wrote:

> On 04/18/2012 08:13 AM, mohit gupta wrote:
>
>> Seems great. *But looks one severity1 exist here. whenever i post any
>> message i get below warning*
>>
>>
>> Warning
>>
>> This request contains an invalid authentication information.
>>
>> This might happen in the following situations:
>>
>>- You left the editor open in another window/tab and logged off and on
>>again
>>- Your authentication token exipired after a long period of inactivity
>>- Somebody tried to perform a CSRF attack
>>
>>
>> If you are sure that none of these situations apply in your case, you
>> might
>> have found a bug. We are sorry about that, please report it on XWiki
>> JIRA
>>
>> Do you want to resend the request? If unsure, say *No*.
>>
>
> I would say this is because the application is a bit older and you
> installed it on new wiki instance, which requires csrf tokens in forms.
> You'll need to modify the application yourself to add the csrf tokens (see
> http://jira.xwiki.org/browse/**XWIKI-5463about
>  how this was fixed for the default xwiki applications -- check the
> "depends on" issues and the commits that were done for these issues in the
> subversion commits tab).
>
> Also you can disable csrf protection for your wiki in xwiki.properties,
> which should fix your issue.
>
> Have fun,
> Anca
>
>
>> *As for me  i am not in any of the situation mentioned above?*
>>
>>
>>
>> On Tue, Apr 17, 2012 at 4:37 PM, Vincent Massol
>>  wrote:
>>
>>  Hi,
>>>
>>> On Apr 17, 2012, at 12:47 PM, mohit gupta wrote:
>>>
>>>  Hi Folks,

 Looking at extensiility of xwiki, i am looking to make a typical forum
 application on top of xwiki. The forum will be basically a discussion

>>> forum
>>>
 where each user will be given user id and password. There will be
 pre-defined topics like Realestate,Sale-Purchase,**miscellaneous,etc .
 Each
 user can start a thread on any forum and continue the discussion. It

>>> would
>>>
 be a great help , if some can point me to reference  project where

>>> similar
>>>
 stuff has been done or
 guide me how to start with? Thanks in advance.

>>> See
>>> http://extensions.xwiki.org/**xwiki/bin/view/Extension/**
>>> Bulletin+Board+Application
>>>
>>> Thanks
>>> -Vincent
>>>
>>> __**_
>>> 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


Re: [xwiki-users] Two spaces with same name

2012-04-19 Thread Dmitry Bakbardin
Hi!

I experienced the same problem in 3.0: two spaces with the same names and i 
can't delete it also because of 

Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:240)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)


Wrapped Exception:

java.lang.NullPointerException
at 
com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:333)
at 
com.xpn.xwiki.store.VoidAttachmentVersioningStore$VoidAttachmentArchive.getArchive(VoidAttachmentVersioningStore.java:143)
at 
com.xpn.xwiki.doc.XWikiAttachmentArchive.getArchive(XWikiAttachmentArchive.java:126)
at com.xpn.xwiki.doc.XWikiAttachment.toXML(XWikiAttachment.java:422)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:4024)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:4102)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:3851)
at com.xpn.xwiki.doc.XWikiDocument.toFullXML(XWikiDocument.java:3769)
at 
com.xpn.xwiki.doc.XWikiDeletedDocument.setDocument(XWikiDeletedDocument.java:193)
at 
com.xpn.xwiki.doc.XWikiDeletedDocument.(XWikiDeletedDocument.java:89)
at 
com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:68)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:4319)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:4299)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:6228)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:6217)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:94)
at com.xpn.xwiki.web.XWiki

Re: [xwiki-users] How to bind Xwiki to a given IP/port combination?

2012-04-19 Thread Edo Beutler
Hi Konstantin

The port depends on the servlet container you are using, so you have
to check in the documentation of your container. E.g. in Tomcat you
can change the port in /conf/server.xml

Hope this helps
Edo

On Thu, Apr 19, 2012 at 8:56 AM, Boyandin Konstantin  wrote:
> Hello,
>
> Could someone tell me how to start Xwiki so that it listen at a given IP 
> address and port?
>
> The port is passed to the start script (I wish to use a standard 80), but how 
> do I make it to listen at a specified IP only?
>
> Thanks.
>
> Sincerely,
> Konstantin
> ___
> 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] Video inserting with JWPlayer doesn't works.

2012-04-19 Thread Alex
Hey guys, I have a problem with the JW Player, that you can use for inserting
videos into your pages.

I tried it the first way of the guide, where you have to upload the two
files (player.swf and jwplayer.js)
to the server. I thought it could be the attachment files of the page.

Than i tried to include the video, but it doesn't work.

Can someone explain, how to work with the jw player in xwiki?

Thanks

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Video-inserting-with-JWPlayer-doesn-t-works-tp7479908p7479908.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] Two spaces with same name

2012-04-19 Thread Thomas Mortagne
Are you sure there is only one page ? Maybe you have a "WebHome" page
too in this spaces ? Did you checked with document index ?

How do you delete/access the page ?

On Wed, Apr 18, 2012 at 6:54 PM, Martin Evans  wrote:
> I currently have two spaces, one called "Environment And Sustainability"
> and the other called "Environment+And+Sustainability". If I try to delete
> the only page in the erroneous space it says "The requested document could
> not be found". So if the page isn't there, why is the space there?
>
> Martin
> ___
> 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