RE: Problem in Production mode

2012-11-21 Thread Vladimir Bauer
] | \- rhino:js:jar:1.6R7:compile -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Tuesday, November 20, 2012 7:50 PM To: users@tapestry.apache.org Subject: RE: Problem in Production mode I know the tapestry team have been having troubles with yuicompressor, I'm just

Re: Problem in Production mode

2012-11-20 Thread Lance Java
What version of tapestry are you using? My guess is that it's either the GZIP filter or YUI compressor that are causing this problem. I'd start by turning them off one at a time to find the culprit. Disable YUI compressor in pom.xml Disable GZIP here:

Re: Problem in Production mode

2012-11-20 Thread Lance Java
Will try that again (nabble ate my XML) What version of tapestry are you using? My guess is that it's either the GZIP filter or YUI compressor that are causing this problem. I'd start by turning them off one at a time to find the culprit. Disable YUI compressor in pom.xml Disable GZIP here:

RE: Problem in Production mode

2012-11-20 Thread Vladimir Bauer
Hi Lance, I use Tapestry 5.3.6 Thanks for pointing, I'll try. Regards, Vladimir -Original Message- From: Lance Java [mailto:lance.j...@googlemail.com] Sent: Tuesday, November 20, 2012 2:04 PM To: users@tapestry.apache.org Subject: Re: Problem in Production mode What version

RE: Problem in Production mode

2012-11-20 Thread Vladimir Bauer
Subject: Re: Problem in Production mode What version of tapestry are you using? My guess is that it's either the GZIP filter or YUI compressor that are causing this problem. I'd start by turning them off one at a time to find the culprit. Disable YUI compressor in pom.xml Disable GZIP here: http

RE: Problem in Production mode

2012-11-20 Thread Lance Java
I know the tapestry team have been having troubles with yuicompressor, I'm just not familiar to them myself. Please chime in anyone who knows more about this. Are you saying that rhino was already on your classpath? Is it a dependency in your project or is it part of jetty? Run mvn