[Resin-interest] Re sin compiling again precompiled JSPs

2008-05-16 Thread rafael.munoz
Hi I was trying to precompile my JSPs before the deploy phase and, thanks to the help of people of this mail list, I got it. My problem now is that Resin is not taking account of the compiled JSPs and it's compiling again the JSPs in the first access. The smap, java and class file per JSPs are

Re: [Resin-interest] Ant and JSPCompiler

2008-05-06 Thread rafael.munoz
Thank you a lot. This work like a charm :) Mattias Jiderhamn-4 wrote: Try target name=precompile-jsp description=precompile jsp echo message=precompiling JSPs: app-dir=${home.war}/ java classname=com.caucho.jsp.JspCompiler fork=true classpath refid=resin.classpath /

[Resin-interest] Ant and JSPCompiler

2008-05-05 Thread rafael.munoz
Hi I'm trying to precompile my JSPs before the deploy phase, integrating this precompilation in my ANT build script. I'm using Resin 3.0.19 so I can't use the new resin-ant.jar but I think that this ANT target should work: target name=precompile-jsp description=precompile jsp echo

Re: [Resin-interest] Removing Etags

2007-08-07 Thread rafael.munoz
Any new ideas about this? Nobody? Scott Ferguson wrote: On Aug 2, 2007, at 12:27 AM, rafael.munoz wrote: Hi all Is there any way to configure resin not to set the 'Etag' header? Not unless you write your own FileServlet. Why would you want to remove the ETag? -- Scott

Re: [Resin-interest] Removing Etags

2007-08-07 Thread rafael.munoz
Thank you. I'm using 3.0.21 and i can't switch to a newer resin version but i guess i can use the fileservlet from 3.1.3, adapt it and use it with my 3.0.21 server. Problem solved :). regards and thank you again, Scott Ferguson wrote: On Aug 7, 2007, at 6:23 AM, rafael.munoz wrote

[Resin-interest] Removing Etags

2007-08-02 Thread rafael.munoz
Hi all Is there any way to configure resin not to set the 'Etag' header? Thanks in advance, Rafa -- View this message in context: http://www.nabble.com/Removing-Etags-tf4204567.html#a11959693 Sent from the Resin mailing list archive at Nabble.com.