Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-05 Thread Ludovic Dubost

Hi,

I think that given your organisation name it is highly probable that you 
need to add proxy authentication on the server configuration.

-Dhttp.proxyUser=
-Dhttp.proxyPass=

Ludovic

HERICHER Benoit DSIC BUA wrote:

 Hi,

 Thank you Anca for your help.
 But it doesn't solve the problem : I don't understand why.
 On the page Watch:Reader, i'm asked for the proxy's authentification 
 but no news are read.
 On the page Watch:Webhome, I select a feed for example googlenews : 
 I'm then directed on the page Watch:Googlenews where I click on the 
 hyperlink Google News : that redirects me on news.google.fr with all 
 the news correctly listed.

 I guess this could be a problem with the proxy's configuration. Any idea?

 Thank you

 Benoît

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part
 de [EMAIL PROTECTED]
 Envoyé : vendredi 1 février 2008 16:38
 À : users@xwiki.org
 Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch


 Hi there,

 XWiki Watch uses the feed plugin to get the feeds from external sources.
 The feed plugin currently uses the jvm proxy settings so the only thing
 you have to do is to set the java System proxy when starting XWiki. You
 can do that either through:
 -Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
 use the system proxy settings
 or by supplying:
 -Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.

 You can read more about it at
 http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
 http://blogs.sun.com/roller/resources/jcc/Proxies.pdf

 Have fun using XWatch,
 Anca

 ___
 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
   


-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

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


Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-05 Thread HERICHER Benoit DSIC BUA

I have asked our network manager to make a trace : It seems that the proxy
authentification is not used by the feed plugin and so the proxy doesn't
accept to get the data.


Benoît
-Message d'origine-
De : HERICHER Benoit (DSIC BUA) 
Envoyé : mardi 5 février 2008 11:21
À : XWiki Users
Objet : RE: [xwiki-users] Idea for improvment of Xwiki Watch


Hi,

Thank you Anca for your help.
But it doesn't solve the problem : I don't understand why. 
On the page Watch:Reader, i'm asked for the proxy's authentification but no
news are read.
On the page Watch:Webhome, I select a feed for example googlenews : I'm then
directed on the page Watch:Googlenews where I click on the hyperlink Google
News : that redirects me on news.google.fr with all the news correctly
listed.

I guess this could be a problem with the proxy's configuration. Any idea?

Thank you

Benoît

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part
de [EMAIL PROTECTED]
Envoyé : vendredi 1 février 2008 16:38
À : users@xwiki.org
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch


Hi there,

XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.

You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf

Have fun using XWatch,
Anca

___
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] Idea for improvment of Xwiki Watch

2008-02-05 Thread HERICHER Benoit DSIC BUA
Hi Ludovic,

I had just missed your prvious post...

Thank you very much : it works fine! You just did a mistyping : the
parameters are -Dhtttp.proxyUser and -Dhttp.proxyPassword

Benoît

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part
de Ludovic Dubost
Envoyé : mercredi 6 février 2008 00:05
À : XWiki Users
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch



Hi,

We do read the authentication. Here is our code:

String proxyUser = System.getProperty(http.proxyUser);
if ((proxyUser!=null)(!proxyUser.equals())) {
String proxyPassword = System.getProperty(http.proxyPassword);
Credentials defaultcreds = new 
UsernamePasswordCredentials(proxyUser, proxyPassword);
client.getState().setProxyCredentials(AuthScope.ANY, 
defaultcreds);
}


However I told you -Dhttp.proxyPass and it's -Dhttp.proxyPassword
Can you try and tell us what happens ?

Ludovic

HERICHER Benoit DSIC BUA wrote:

 I have asked our network manager to make a trace : It seems that the 
 proxy authentification is not used by the feed plugin and so the proxy 
 doesn't accept to get the data.


 Benoît
 -Message d'origine-
 De : HERICHER Benoit (DSIC BUA)
 Envoyé : mardi 5 février 2008 11:21
 À : XWiki Users
 Objet : RE: [xwiki-users] Idea for improvment of Xwiki Watch


 Hi,

 Thank you Anca for your help.
 But it doesn't solve the problem : I don't understand why.
 On the page Watch:Reader, i'm asked for the proxy's authentification 
 but no news are read.
 On the page Watch:Webhome, I select a feed for example googlenews : 
 I'm then directed on the page Watch:Googlenews where I click on the 
 hyperlink Google News : that redirects me on news.google.fr with all 
 the news correctly listed.

 I guess this could be a problem with the proxy's configuration. Any idea?

 Thank you

 Benoît

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part
 de [EMAIL PROTECTED]
 Envoyé : vendredi 1 février 2008 16:38
 À : users@xwiki.org
 Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch


 Hi there,

 XWiki Watch uses the feed plugin to get the feeds from external sources.
 The feed plugin currently uses the jvm proxy settings so the only thing
 you have to do is to set the java System proxy when starting XWiki. You
 can do that either through:
 -Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
 use the system proxy settings
 or by supplying:
 -Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.

 You can read more about it at
 http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
 http://blogs.sun.com/roller/resources/jcc/Proxies.pdf

 Have fun using XWatch,
 Anca

 ___
 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
   


-- 
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost

___
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] Idea for improvment of Xwiki Watch

2008-02-01 Thread HERICHER Benoit DSIC BUA
Hi!

I try to use Xwiki Watch, but I can't get the RSS reader working correctly.
If I have well understood the different posts on this mailing list, this is
due to the fact that I'm behind a proxy : is the support of this
configuration planned for a future release of Xwiki Watch?

Thank you

Benoît HERICHER


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


Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-01 Thread Esbach, Brandon
I don't think that's something that can be solved by changes on xwiki, since 
your access to the feed (if I understand you right) is configured with a proxy. 
 
XWiki feeds out on a local server should work just fine though, provided you 
can access the server.
 
Feeds coming in from external sources when you need a proxy to access the 
internet (eg BBC, The Register, etc), is a problem though.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HERICHER Benoit 
DSIC BUA
Sent: 01 February 2008 08:04
To: 'users@xwiki.org'
Subject: [xwiki-users] Idea for improvment of Xwiki Watch



Hi! 

I try to use Xwiki Watch, but I can't get the RSS reader working correctly. If 
I have well understood the different posts on this mailing list, this is due to 
the fact that I'm behind a proxy : is the support of this configuration planned 
for a future release of Xwiki Watch?

Thank you 

Benoît HERICHER 


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


Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-01 Thread HERICHER Benoit DSIC BUA
Thank you Esbach and Guillaume for your answer.
 The problem is effectively with external sources and it is not possible, in
our organization, to get something outside the proxy.
 
Benoît

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de
Guillaume Lerouge
Envoyé : vendredi 1 février 2008 11:08
À : XWiki Users
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch


Hi,

We had the problem in a place that filtered internet connexion once, we
suggested that the users put the server that loads feeds for Watch outside
of the proxy perimeter, with a direct access to the internet so that the
loading cool take place fine... Then the DB and the web server can be behind
the proxy provided they can access the loading server... Could this work
here ? 

Guillaume


On 01/02/2008, Esbach, Brandon  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote: 

I don't think that's something that can be solved by changes on xwiki, since
your access to the feed (if I understand you right) is configured with a
proxy.  
XWiki feeds out on a local server should work just fine though, provided you
can access the server.
 
Feeds coming in from external sources when you need a proxy to access the
internet (eg BBC, The Register, etc), is a problem though.

  _  

From: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  [mailto:
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] On Behalf Of
HERICHER Benoit DSIC BUA
Sent: 01 February 2008 08:04
To: ' users@xwiki.org mailto:users@xwiki.org '
Subject: [xwiki-users] Idea for improvment of Xwiki Watch

 


Hi! 

I try to use Xwiki Watch, but I can't get the RSS reader working correctly.
If I have well understood the different posts on this mailing list, this is
due to the fact that I'm behind a proxy : is the support of this
configuration planned for a future release of Xwiki Watch?

Thank you 

Benoît HERICHER 



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






-- 
http://wikibc.blogspot.com/ http://wikibc.blogspot.com/  

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


Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-01 Thread Vincent Massol
Hi Anca,

This would make a nice FAQ entry on xwiki.org on how to use XWiki  
behind a proxy.

Thanks
-Vincent

On Feb 1, 2008, at 4:37 PM, [EMAIL PROTECTED] wrote:

 Hi there,

 XWiki Watch uses the feed plugin to get the feeds from external  
 sources.
 The feed plugin currently uses the jvm proxy settings so the only  
 thing
 you have to do is to set the java System proxy when starting XWiki.  
 You
 can do that either through:
 -Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm  
 to
 use the system proxy settings
 or by supplying:
 -Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.

 You can read more about it at
 http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
 http://blogs.sun.com/roller/resources/jcc/Proxies.pdf

 Have fun using XWatch,
 Anca

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


Re: [xwiki-users] Idea for improvment of Xwiki Watch

2008-02-01 Thread ancapaula . luca
Hi there,

XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.

You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf

Have fun using XWatch,
Anca

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