Hi to all,
Did there is plans, ideas or interest around about OSGI-fing Tomcat ?
Regards
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
While rebuilding mod_jk 1.2.26 on a Linux box SLES 10 up to date I see
a strange error at startup time :
Apache failed to start since the ap_get_server_description symbol was missing.
Did ap_get_server_description() appears with apache 2.2.3 ou 2.2.4 ?:
in apache2/mod_jk.c there is a test
It is possible to perform successful authentication against an Active
Directory server with the standard JNDIRealm but only if:
a) A bind DN and bind password is supplied to JNDIRealm
b) Anonymous searches (with null credentials) are successful against the
server
(b) is highly unlikely becaus
Author: remm
Date: Tue Apr 22 09:07:02 2008
New Revision: 650563
URL: http://svn.apache.org/viewvc?rev=650563&view=rev
Log:
- Votes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6505
> It is possible to perform successful authentication against an Active
> Directory server with the standard JNDIRealm but only if:
>
> a) A bind DN and bind password is supplied to JNDIRealm
got that
> b) Anonymous searches (with null credentials) are successful against the
> server
>
> (b) i
Henri Gomez wrote:
I do some search today and debugged TC 6.0.x trunk from my eclipse.
Authentification works great and the only remaining problem it so
setup roles in AD for users.
I used :
ldap://ldap.mycorp.com:389";
alternateURL="ldap://ldap.mycorp.com:389";
connection
I think OSGI has some good ideas - it is pretty good at handling class
loaders and loading/unloading modules. On the other side, they are
very 'framework' - and like all other frameworks you have to do all
things their way and they re-invent a lot of wheels ( from logging
APIs to almost everything
2008/4/22, Costin Manolache <[EMAIL PROTECTED]>:
> I think OSGI has some good ideas - it is pretty good at handling class
> loaders and loading/unloading modules. On the other side, they are
> very 'framework' - and like all other frameworks you have to do all
> things their way and they re-inv
Do you have a patch against the current JNDIRealm ?
2008/4/22, Seth Leger <[EMAIL PROTECTED]>:
> Henri Gomez wrote:
>
> > I do some search today and debugged TC 6.0.x trunk from my eclipse.
> > Authentification works great and the only remaining problem it so
> > setup roles in AD for users.
> >
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=42707
Andrew Mottaz <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTE
https://issues.apache.org/bugzilla/show_bug.cgi?id=42707
Andrew Mottaz <[EMAIL PROTECTED]> changed:
What|Removed |Added
Blocks||44856
--
C
https://issues.apache.org/bugzilla/show_bug.cgi?id=44856
Summary: add host alias using jmx doesn't take affect until
restart
Product: Tomcat 5
Version: Unknown
Platform: PC
OS/Version: Linux
Status: NEW
Se
Author: markt
Date: Tue Apr 22 13:43:50 2008
New Revision: 650645
URL: http://svn.apache.org/viewvc?rev=650645&view=rev
Log:
Revert previous patch to fix obvious potential NPE as pointed out by Remy.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java
Modified: tom
Author: markt
Date: Tue Apr 22 13:46:26 2008
New Revision: 650648
URL: http://svn.apache.org/viewvc?rev=650648&view=rev
Log:
Remy's better fix for 43683.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContextValve.java
Modified: tomcat/trunk/java/org/apache/catalina/core/Standa
Author: markt
Date: Tue Apr 22 13:50:35 2008
New Revision: 650651
URL: http://svn.apache.org/viewvc?rev=650651&view=rev
Log:
Update proposal with new patch.
I'll let Remy reverse his -1 assuming he is happy with his own patch ;)
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44850
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=43627
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=43424
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Hi Henri,
I noticed the same area as a source of possible trouble, e.g. w.r.t. the
binaries we distribute ourselves. So since a few weeks we have
"--enable-api-compatibility" as a configure flag, that will disable the
use of post GA 2.2.x functions.
It's already in the 1.2.27 changelog
http
Although it's a little goofy to f/w this to the tomcat list, it seems this
might clear up your fluxored mod_jk test ;-)
--- Begin Message ---
Author: wrowe
Date: Wed Apr 9 01:48:19 2008
New Revision: 646229
URL: http://svn.apache.org/viewvc?rev=646229&view=rev
Log:
Per httpd/trunk r440337 - "Rep
Hi Bill,
thanks for this. The problem though is not with the test, but if your
compilation environment does not match your runtime environment. In
Henri's case, and also in the case where we provide binaries, the build
environment contains a newer version of 2.2.x httpd header files than
the
Henri Gomez wrote:
Hi to all,
Did there is plans, ideas or interest around about OSGI-fing Tomcat ?
I've put a note about this a while ago in tomcat/trunk/PROPOSALS.txt
my original plan was just to make sure all the MANIFEST.MF for each file
would have enough in it so that each JAR can be a
Rainer Jung wrote:
Hi Bill,
thanks for this. The problem though is not with the test, but if your
compilation environment does not match your runtime environment. In
Henri's case, and also in the case where we provide binaries, the build
environment contains a newer version of 2.2.x httpd hea
Is that enough so that web applications, either as a whole or in partial,
can be upgraded without stopping them? It's my understanding that if web
applications are loaded in an OSGi classloader, these kind of things are
possible.
Paul
On Tue, Apr 22, 2008 at 7:24 PM, Filip Hanik - Dev Lists <[EMA
William A. Rowe, Jr. schrieb:
Rainer Jung wrote:
Hi Bill,
thanks for this. The problem though is not with the test, but if your
compilation environment does not match your runtime environment. In
Henri's case, and also in the case where we provide binaries, the
build environment contains a n
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by fungway:
http://wiki.apache.org/tomcat/fungway
New page:
hello world.
-
To un
Rainer Jung wrote:
Hmmm, I'm talking only about 2.2. The function ap_get_server_banner()
has been added between 2.2.3 and 2.2.4 with an associated minor MMN
bump. So any module build against 2.2.4 using ap_get_server_banner()
shielded by AP_MODULE_MAGIC_AT_LEAST(20051115,4) will not load into
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by fungway:
http://wiki.apache.org/tomcat/fungway
--
- hello world.
+ del
Good.
What do you means by 'in all httpd production releases'.
Apache 2.2.x is allready used in production, and how to determine
which releases of http 2.2.x are 'production releases' or not.
BTW, good idea this --enable-api-compatibility
Regards
2008/4/23 Rainer Jung <[EMAIL PROTECTED]>:
> Hi
Well Suse RPM provided an Apache 2.2.3 but with ap_mmm from 2.2.5.
It's pretty common on Linux Enterprise distributions to use a know
core (ie 2.2.3) and apply security patches from later (ie: 2.2.5).
>2008/4/23 Rainer Jung <[EMAIL PROTECTED]>:
> William A. Rowe, Jr. schrieb:
>
> > Rainer Jung
Henri Gomez schrieb:
Good.
What do you means by 'in all httpd production releases'.
With "Only use httpd API functions available in all httpd production
releases of the chosen major httpd release branch" I try to say: for any
a.b.X it will use only API functions, available in all versions a.
Henri Gomez wrote:
Well Suse RPM provided an Apache 2.2.3 but with ap_mmm from 2.2.5.
It's pretty common on Linux Enterprise distributions to use a know
core (ie 2.2.3) and apply security patches from later (ie: 2.2.5).
IMHO that's incorrect.
You cannot change mmn unless you support what mmn
32 matches
Mail list logo