Re: cocoon3 : apache 2 -> jetty-1.6.7

2011-09-23 Thread Andre Juffer
On 23/09/11 13:52, Thorsten Scherler wrote: Ah ok, sorry I have not understood correctly the first time. Ok if so then I think you found a bug since above would hit: @Override public void setConfiguration(Map configuration) { this.setSource((URL) configuration.get("source"));

Re: cocoon3 : apache 2 -> jetty-1.6.7

2011-09-23 Thread Thorsten Scherler
On Fri, 2011-09-23 at 13:30 +0300, Andre Juffer wrote: > Hi Thorsten, > > I am not sure whether or not there is a problem with the JsonSerializer. > In the c3-based application I am working on, the first file that is > loaded is a regular HTML file (served by apache->jetty->cocoon). This is > w

Re: cocoon3 : apache 2 -> jetty-1.6.7

2011-09-23 Thread Andre Juffer
Hi Thorsten, I am not sure whether or not there is a problem with the JsonSerializer. In the c3-based application I am working on, the first file that is loaded is a regular HTML file (served by apache->jetty->cocoon). This is where the problem actually occurs. The JsonSerializer is not being

Re: cocoon3 : apache 2 -> jetty-1.6.7

2011-09-23 Thread Thorsten Scherler
On Thu, 2011-09-22 at 23:05 +0300, Andre Juffer wrote: > On 09/22/2011 11:28 AM, Thorsten Scherler wrote: > > On Thu, 2011-09-22 at 00:58 +0300, Andre Juffer wrote: > >> Note mimeType=null in the first case. Thus the request reaches > >> cocoon3, but somewhere the mimeType is set to null, or, whe

Re: cocoon3 : apache 2 -> jetty-1.6.7

2011-09-22 Thread Thorsten Scherler
On Thu, 2011-09-22 at 00:58 +0300, Andre Juffer wrote: > Note mimeType=null in the first case. Thus the request reaches > cocoon3, but somewhere the mimeType is set to null, or, when its > value > is requested, the mimeType returns null. > > Bug? Or just my fold (I suspect the JsonSerializer [

cocoon3 : apache 2 -> jetty-1.6.7

2011-09-21 Thread Andre Juffer
Hi, not sure whether this is a bug or not. I have deployed an cocoon3 based application (termed 'tct'). Everything works fine. I have "only" one final problem to solve. To get it working with Apache 2, I usually use ProxyPass /tct http://localhost:/app3/tct ProxyPassReverse /tct http