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
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
a
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 dif
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 con
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 --with-ldap