[JTC] APACHE_CONFIG_VARS and 2.0.28

2001-11-19 Thread GOMEZ Henri

Hi to all JTCs,

I'm trying to rebuild jk and webapp from JTC and
notice we try to include config_vars.mk, which
is awaited under $prefix/build/.

Problem, it fit well for Apache 2.0 using default
packaging (ie all under /usr/local/apache) but fail
when we have it installed under another directory,
ie /usr/lib/apache2 (see my latest RPM), to make
it more FHS compatible. 

What could we do to have JTC works in such situation
since I'm not sure we need to included config_vars.mk !!!


-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: Glenn Nielsen [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 19, 2001 3:07 PM
To: Tomcat Developers List
Subject: Re: Default policy file for TC4 - excessive permissions


Thats a good suggestion, thanks.  I have made the change and 
committed it.

Antony Bowesman wrote:
 
 The catalina.policy file gives AllPermissions to the webapp shared
 lib/classes directories by default.  Isn't this too liberal. 
 Shouldn't
 the policy file explicitly name the 3 jars with the default 4.0.1
 distribution in lib.
 
 Rgds
 Antony
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-- 
--
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder|
MOREnet System Programming   |  * if iz ina coment.  |
Missouri Research and Education Network  |  */   |
--

--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For 
additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: [JTC] APACHE_CONFIG_VARS and 2.0.28 / jkant

2001-11-19 Thread GOMEZ Henri

I'm currently stucked with Apache 2.0.27/2.0.28 
and the config_vars.mk used in JTC (jk/webapp). 

It's still unclear if we should included it in all 
make file and what to do when you install Apache 2.0 in a
FHS manner, as does my RPM, everything is broken.

All the Apache stuff assume everything under $prefix, which
is not the case in the FHS method (/var/www2/{manual, error, html, icons), 
/etc/httpd2/conf/, /var/log/httpd2/, /var/run/httpd2.pid.

I've got to patch heavily apxs, apachectl and httpd.conf/ssl.conf
to make it works, but the config_vars.mk path is still constructed
from $prefix/build/config_vars.mk  whereas it should be presented
by APXS with -q (ie apxs -q CONFIG_VARS.MK). I send today many 
mails on Tomcat-dev (for JTC devs) and on new-httpd list
and hope some of this points will be fixed, but I'm not Apache 2.0
commiter and so could apply necessary patches ;(

BTW, build.xml for jkant will also need updates since we 
assume to have include under apache.home/include and on 
Linux FHS it's on /usr/include/apache or /usr/include/apache2 

A patch is attached, I'll try to commit it tomorrow :)

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 19, 2001 3:33 PM
To: Tomcat Developers List
Subject: [JTC] APACHE_CONFIG_VARS and 2.0.28


Hi to all JTCs,

I'm trying to rebuild jk and webapp from JTC and
notice we try to include config_vars.mk, which
is awaited under $prefix/build/.

Problem, it fit well for Apache 2.0 using default
packaging (ie all under /usr/local/apache) but fail
when we have it installed under another directory,
ie /usr/lib/apache2 (see my latest RPM), to make
it more FHS compatible. 

What could we do to have JTC works in such situation
since I'm not sure we need to included config_vars.mk !!!




build.xml.diff
Description: Binary data

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]