RE: File generator problem (fetch from an URI)

2002-10-09 Thread Sylvain.Thevoz
work. Maybe a proxy access problem?!? Thank you very much Sylvain -Message d'origine- De: Steven Noels [mailto:[EMAIL PROTECTED]] Date: mardi, 8. octobre 2002 20:28 À: [EMAIL PROTECTED] Objet: Re: File generator problem (fetch from an URI) [EMAIL PROTECTED] wrote: what do you mean

Re: File generator problem (fetch from an URI)

2002-10-09 Thread Steven Noels
[EMAIL PROTECTED] wrote: Thank you Steve, and sorry for my beginner's question. But by me: Here the line that start Tomcat in my startup.bat script: call %_TC_BIN_DIR%\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9 hm - what version of tomcat is that? which launch the tomcat.bat script with

Re: File generator problem (fetch from an URI)

2002-10-09 Thread Steven Noels
Ilya A. Kriveshko wrote: 1) I don't believe you should specify the protocol when specifying the proxy host. The protocol is implied by the property that you are setting: http.proxyHost. So, try using -Dhttp.proxyHost=proxy.blabla.com (drop the 'http://' part). Sorry if that was obvious.

RE: File generator problem (fetch from an URI)

2002-10-09 Thread Sylvain.Thevoz
:[EMAIL PROTECTED]] Date: mercredi, 9. octobre 2002 14:41 À: [EMAIL PROTECTED] Objet: Re: File generator problem (fetch from an URI) [EMAIL PROTECTED] wrote: Should I modify the tomcat.bat? I would prefer to modify the startup.bat! But what is the command in this case? I have also tried to add

File generator problem (fetch from an URI)

2002-10-08 Thread Sylvain.Thevoz
Hello, As seen in the Cocoon book from Carsten and Matthew I want to fetch some information from the URI http://linuxtoday.com/backend/biglt.rss; with the File Generator. The sitemap (simplified) looks like: map:match pattern=linuxtoday map:generate

Re: File generator problem (fetch from an URI)

2002-10-08 Thread Steven Noels
[EMAIL PROTECTED] wrote: I run Cocoon in my machine and it is behind a firewall. I use a proxy server to connect to internet. Is it a connection problem? Yup - you should set -Dhttp.proxyHost and http.proxyPort in your Tomcat startup script

RE: File generator problem (fetch from an URI)

2002-10-08 Thread Sylvain.Thevoz
]] Date: mardi, 8. octobre 2002 16:24 À: [EMAIL PROTECTED] Objet: Re: File generator problem (fetch from an URI) [EMAIL PROTECTED] wrote: I run Cocoon in my machine and it is behind a firewall. I use a proxy server to connect to internet. Is it a connection problem? Yup - you should set

Re: File generator problem (fetch from an URI)

2002-10-08 Thread Steven Noels
[EMAIL PROTECTED] wrote: I have add this line: set -Dhttp.proxyHost=http://proxy.blabla.com -Dhttp.proxyPort=8080 to the startup script, just before the tomcat start. But it doesn't work. Are there anything else to configure? you should add those as arguments to the java command

RE: File generator problem (fetch from an URI)

2002-10-08 Thread Sylvain.Thevoz
what do you mean about the java command in the tomcat startup script? Sylvain -Message d'origine- De: Steven Noels [mailto:[EMAIL PROTECTED]] Date: mardi, 8. octobre 2002 17:13 À: [EMAIL PROTECTED] Objet: Re: File generator problem (fetch from an URI) [EMAIL PROTECTED] wrote: I

Re: File generator problem (fetch from an URI)

2002-10-08 Thread Steven Noels
[EMAIL PROTECTED] wrote: what do you mean about the java command in the tomcat startup script? I assume you run Tomcat using some startup script (batch file), %CATALINA_HOME%\bin\startup.bat comes with the distribution. That script starts a Java application, where you can set an HTTP proxy