Re: Recompilation when include changes

2008-05-29 Thread Dan Ciarniello
Dan Ciarniello wrote: According to the Jasper documentation at http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html, Jasper 2 can now detect when a page included at compile time from a JSP has changed and then recompile the parent JSP. but this does not seem to work, at least not when

Recompilation when include changes

2008-05-28 Thread Dan Ciarniello
According to the Jasper documentation at http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html, Jasper 2 can now detect when a page included at compile time from a JSP has changed and then recompile the parent JSP. but this does not seem to work, at least not when compiling using the

Re: apxs problem

2007-12-12 Thread Dan Ciarniello
Rainer Jung wrote: If you put the jk modules into your apache rpm, you couple the lifecycle of those two together. So you need to build and deliver a new rpm whenever at least one of apache httpd and of jk have a new version, you want to deploy. The release cycles of httpd and jk are very

apxs problem

2007-12-11 Thread Dan Ciarniello
I am putting together RPMs for apache and tomcat and I want to include the mod_jk connector with the apache RPM but I get an error that apxs cannot be found even though I give the full path to apxs. The commands that I do are (in apache) ./configure --enable-ssl=shared --enable-so

Re: apxs problem

2007-12-11 Thread Dan Ciarniello
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, Dan Ciarniello wrote: I am putting together RPMs for apache and tomcat and I want to include the mod_jk connector with the apache RPM :( Don't do that; instead, have a separate RPM that just contains