RE: [JSR-96-Members] JSR-096 (Java Daemon API) critique...

2001-06-28 Thread GOMEZ Henri
Sorry but what the start of this thread ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Kopp, Thomas

Re: problem with mod_webapp

2001-06-28 Thread cmanolache
On Fri, 29 Jun 2001, Donald Ball wrote: >port="8009" acceptCount="10" debug="0"/> > > and i built mod_jk.so and put it in my libexec directory, but i don't know > how to configure mod_jk in apache's httpd.conf for tomcat-catalina. do you > have some configuration advice for this situ

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001 [EMAIL PROTECTED] wrote: > > i care very much about mod_webapp. er, well, to be more clear, i care very > > much about having an apache-tomcat connector module that doesn't require > > me to put the same configuration data in two completely different places. > > i presume mod_

Re: problem with mod_webapp

2001-06-28 Thread cmanolache
On Thu, 28 Jun 2001, Donald Ball wrote: > i care very much about mod_webapp. er, well, to be more clear, i care very > much about having an apache-tomcat connector module that doesn't require > me to put the same configuration data in two completely different places. > i presume mod_webapp is the

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > Tomcat's HTTP standalone connector isn't very good at parsing HTTP > (but, I know the HTTP protocol too well to know where the pitfalls are). > IMHO, Tomcat shouldn't be allowed to be a web server on its own. It > needs a connector in front of it.

bugs in mod_webapp

2001-06-28 Thread Donald Ball
new thread name since i've got me some real bugs to note, not just my stupid compilation and configuration problems. 1. when tomcat is restarted while apache is running, mod_webapp returns errors for all further tomcat requests. apache's error_log reports: [Thu Jun 28 23:45:55 2001] 17320 (pr_wa

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 11:21:52PM -0400, Donald Ball wrote: > i care very much about mod_webapp. er, well, to be more clear, i care very > much about having an apache-tomcat connector module that doesn't require > me to put the same configuration data in two completely different places. > i presu

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Fri, 29 Jun 2001, Pier P. Fumagalli wrote: > It's _VERY_MUCH_ a work in progress... I am NOT DEFINITELY comfortable with > its code, and I'm the one who wrote it, soo :) :) :) heh. > All I can say is that right now I'm so happy to see that few people gave me > feedback on that piece of c

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 03:49:15AM +0100, Pier P. Fumagalli wrote: > I've checked out actually in detail what APR does for building itself, and a > lot of resourceful information can be found also in build/rules.mk, that > gets generated by the APR configure script... I believe that using that an

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Donald Ball at [EMAIL PROTECTED] wrote: > > in general, are tomcat developers comfortable with mod_webapp's stability? > or is it still very much a work in progress? It's _VERY_MUCH_ a work in progress... I am NOT DEFINITELY comfortable with its code, and I'm the one who wrote it, soo :) :)

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 03:03:47AM +0100, Pier P. Fumagalli wrote: > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > > > Yup, that's what httpd-2.0 does. Just require them to slap the apr > > sources in srclib (or something like that). > > We don't have to stick it into the CVS, but we can ha

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > Yup, that's what httpd-2.0 does. Just require them to slap the apr > sources in srclib (or something like that). > > APR isn't standalone just yet. I was shocked when I saw that > mod_webapp required an install of APR. =) -- justin I've chec

Re: problem with mod_webapp (fwd)

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > hate to be plaintive, but i'd really appreciate any suggestions y'all > > would have to offer on this. so close, and yet... > > As Pier said, just add ServerName. > > Be nice if you took all of this info and submitted a patch for the docs. > I'd b

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Fri, 29 Jun 2001, Pier P. Fumagalli wrote: > Oh, I believe you specified your WebAppDeploy _before_ your ServerName > directive... If you switch them it should be fine... aha! voila! WebAppInfo now works great, but WebAppDeploy still fails, i now get timeouts when i try to hit urls assigned t

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > On Thu, Jun 28, 2001 at 10:07:57PM -0400, Donald Ball wrote: >> hate to be plaintive, but i'd really appreciate any suggestions y'all >> would have to offer on this. so close, and yet... > > As Pier said, just add ServerName. > > Be nice if you to

Re: Problems with reloading contexts

2001-06-28 Thread cmanolache
Hi Mike, Strange... I'll look into it, I was planning to review once again the reloading code ( to detect changes in modules and reload them or the context using them ), I'll try to reproduce and fix this one too. Costin On Thu, 28 Jun 2001, Mike Anderson wrote: > I think I've found a problem

Re: problem with mod_webapp (fwd)

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 10:07:57PM -0400, Donald Ball wrote: > hate to be plaintive, but i'd really appreciate any suggestions y'all > would have to offer on this. so close, and yet... As Pier said, just add ServerName. Be nice if you took all of this info and submitted a patch for the docs. I'd

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Donald Ball at [EMAIL PROTECTED] wrote: > hate to be plaintive, but i'd really appreciate any suggestions y'all > would have to offer on this. so close, and yet... > > - donald > > -- Forwarded message -- > with this in my httpd.conf: > > LoadModule webapp_module libexec/mod_we

Re: problem with mod_webapp (fwd)

2001-06-28 Thread Donald Ball
hate to be plaintive, but i'd really appreciate any suggestions y'all would have to offer on this. so close, and yet... - donald -- Forwarded message -- with this in my httpd.conf: LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c WebAppConnection myConnectio

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > Yup, that's what httpd-2.0 does. Just require them to slap the apr > sources in srclib (or something like that). We don't have to stick it into the CVS, but we can have a "make srcdist" target that builds up a tarball with all sources (including

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Fri, Jun 29, 2001 at 02:31:50AM +0100, Pier P. Fumagalli wrote: > Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > > > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > > >> On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: > >>> strange, libapr seems to include libmm, but i went ah

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: > Justin Erenkrantz at [EMAIL PROTECTED] wrote: > >> On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: >>> strange, libapr seems to include libmm, but i went ahead and built and >>> installed libmm seperately in /usr/local/lib. okay, geez,

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Justin Erenkrantz at [EMAIL PROTECTED] wrote: > On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: >> strange, libapr seems to include libmm, but i went ahead and built and >> installed libmm seperately in /usr/local/lib. okay, geez, now i get this >> error: > > It includes it, but mod

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > LoadModule webapp_module libexec/mod_webapp.so > > AddModule webapp_module > > AddModule mod_webapp.c suggest that y'all fix /webapp/docs/apache-1.3.html if that's the proper line - which it appears it is - i now get this: [root@chngw apache]# a

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 05:09:31PM -0400, Donald Ball wrote: > strange, libapr seems to include libmm, but i went ahead and built and > installed libmm seperately in /usr/local/lib. okay, geez, now i get this > error: It includes it, but mod_webapp doesn't link it. It seems that Pier is whipping

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > On Thu, Jun 28, 2001 at 04:52:01PM -0400, Donald Ball wrote: > > On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > > > > You need to link against MM (static) to your compilation. See > > > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taki

Re: problem with mod_webapp

2001-06-28 Thread Pier P. Fumagalli
Fuck yeah... I'm building a new autoconf for Mod_WebApp using the APRVARS... Thanks Justin Pier Justin Erenkrantz at [EMAIL PROTECTED] wrote: > > You need to link against MM (static) to your compilation. See > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking > advantage of

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
On Thu, Jun 28, 2001 at 04:52:01PM -0400, Donald Ball wrote: > On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > > > You need to link against MM (static) to your compilation. See > > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking > > advantage of APRVARS (which has this information)

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, Justin Erenkrantz wrote: > You need to link against MM (static) to your compilation. See > apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking > advantage of APRVARS (which has this information). It doesn't > seem to be doing so. -- justin pardon my ignorance, w

Re: problem with mod_webapp

2001-06-28 Thread Justin Erenkrantz
You need to link against MM (static) to your compilation. See apr/shmem/unix/mm/.libs/libmm.a. mod_webapp should be taking advantage of APRVARS (which has this information). It doesn't seem to be doing so. -- justin On Thu, Jun 28, 2001 at 04:26:10PM -0400, Donald Ball wrote: > On Thu, 28 J

Problems with reloading contexts

2001-06-28 Thread Mike Anderson
I think I've found a problem with reloading in 3.3. When a the ROOT context is reloaded, it seems to blow away mappings to the other contexts, making them unavailable. To demonstrate this, I performed the following steps: 1. Bring up Tomcat (this is the easy part :-) 2. From a browser, access

Re: problem with mod_webapp

2001-06-28 Thread Donald Ball
On Thu, 28 Jun 2001, kevin seguin wrote: > use a non-threaded apr with apache 1.3. thanks. i built apr with --disable-threads and now i get this: [root@chngw apr]# apachectl configtest Syntax error on line 41 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_webapp

Re: problem with mod_webapp

2001-06-28 Thread kevin seguin
use a non-threaded apr with apache 1.3. Donald Ball wrote: > > hey guys. i'm trying to get the latest mod_webapp from cvs to work with > the latest apr from cvs and apache-1.3.12. i'm getting this error when i > try to test the configuration: > > [root@chngw lib]# apachectl configtest > Syntax

problem with mod_webapp

2001-06-28 Thread Donald Ball
hey guys. i'm trying to get the latest mod_webapp from cvs to work with the latest apr from cvs and apache-1.3.12. i'm getting this error when i try to test the configuration: [root@chngw lib]# apachectl configtest Syntax error on line 41 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/loc

Re: You Can't Say WebApp! -- was cvs commit:jakarta-tomcat-4.0/service/java ServiceController.java

2001-06-28 Thread Jon Stevens
on 6/28/01 11:29 AM, "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote: > It's a mistake in the license for the service code, that shouldn't be there, > as it's in the WebApp Module (wrong copy and paste) and I should probably > change it in webapp to say "WebApp Module" > > Pier To make it even

cvs commit: jakarta-tomcat-connectors/jk/native/domino tomcat_redirector.reg Makefile jk_dsapi_plugin.c dsapifilter.h

2001-06-28 Thread andya
andya 01/06/28 11:45:41 Modified:jk/native/domino tomcat_redirector.reg Makefile jk_dsapi_plugin.c dsapifilter.h Log: Fixed more line end weirdness (what /is/ wrong with Visual Studio?) and added -fPIC to CCFLAGS in Makefile which helps things along on Sol

RE: [JSR-96-Members] JSR-096 (Java Daemon API) critique...

2001-06-28 Thread Kopp, Thomas (DIALOGIKA)
Pier, you send a negative feedback on things you have agreed to when we met in London. Your critics contains an entire paper about daemons and services but you only say that the current spec does not address VM issues. I have the problem that I do not know, which technical aspect you refuse. Plea

Re: You Can't Say WebApp! -- was cvs commit:jakarta-tomcat-4.0/service/java ServiceController.java

2001-06-28 Thread Pier P. Fumagalli
Jason Brittain at [EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote: > >> pier01/06/25 18:32:07 >> >> Added: service/java ServiceController.java >> Log: >> Full UNIX service implementation checkin > > [snip] > >> * 4. The names "The Jakarta Project", "WebApp", > and "Ap

You Can't Say WebApp! -- was cvs commit: jakarta-tomcat-4.0/service/java ServiceController.java

2001-06-28 Thread Jason Brittain
[EMAIL PROTECTED] wrote: > pier01/06/25 18:32:07 > > Added: service/java ServiceController.java > Log: > Full UNIX service implementation checkin [snip] > * 4. The names "The Jakarta Project", "WebApp", and "Apache Software * > *Foundation" must not be used to endor

Re: Configuring Tomcat 3.3 for Cactus use

2001-06-28 Thread cmanolache
Hi Alex, I'll check this - but what I said is the syntax used in 3.2 should still work ( i.e. ). It is still used ( more as a sample ) for the connectors. That doesn't mean the same configuration will work - some of the modules were rewritten ( authentication, reloading, session - all have been

cvs commit: jakarta-tomcat-connectors/jk/native/iis isapi_install.vbs

2001-06-28 Thread andya
andya 01/06/28 10:57:40 Added: jk/native/iis isapi_install.vbs Log: VBScript installer from Peter S. Horne <[EMAIL PROTECTED]> Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native/iis/isapi_install.vbs Index: isapi_install.vbs

Re: JAVAX.COMPILER...

2001-06-28 Thread Geir Magnusson Jr.
"Pier P. Fumagalli" wrote: > > Neal M Gafter at [EMAIL PROTECTED] wrote: > > Pier Fumagalli wrote: > >> > >>> Please chip in with your requirements. > >> > >> I have a few, and I'm on the javax.compiler alias at yahoo, better to keep > >> the discussion in the open Also, I hope you don't mind

Re: Configuring Tomcat 3.3 for Cactus use

2001-06-28 Thread Alex Fernández
Costin, [EMAIL PROTECTED] wrote: > > tomcat -config server.xml > > passing a new server.xml file. Can I do something similar in Tomcat 3.3? > > I cannot find a similar option in the docs; I believe it's ignoring it. > > Of course. Everything that works in 3.2 should also work ( better ) in

JSR-096 (Java Daemon API) critique...

2001-06-28 Thread Pier P. Fumagalli
What is a daemon? Historically, a daemon has been defined by the CTSS group in 1963 as a "Disk And Execution MONitor", and has been adopted into the Unix world as a program that is not invoked explicitly, but lies dormant waiting for some condition(s) to occur. What are those conditions? Two clas

RE: compiling mod_jk for apache 2.0

2001-06-28 Thread Jim Marciniak
Thanks for the info -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:56 am To: [EMAIL PROTECTED] Subject: RE: compiling mod_jk for apache 2.0 There is no support for AP 2.0 in mod_jk found in 3.2.2 Try to get the one of 3.3, or better take

servlets outside the webapps directory with mod_webapp ?

2001-06-28 Thread Henri Delebecque
Hello, I have the following configuration: Tomcat 4.0 b5 Apache 1.3.19 mod_webapp I try to reach servlets located outside the webapps directory, not directly with Tomcat, but using Apache. I have read the jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/deployment.html page. I try to define a Con

RE: shutdown code

2001-06-28 Thread Dunlop, Aaron
Title: RE: shutdown code The servlet 2.3 specification (implemented by Tomcat 4) allows the user to register as an event listener for container events like application startup/shutdown, session create, session invalidate/timeout, etc. The proposed final draft of the servlet 2.3 spec can be do

Re: Tomcat and Beans

2001-06-28 Thread cmanolache
On Thu, 28 Jun 2001, Paul Hunnisett wrote: > How does Tomcat manage standard Java beans? I have attempted to use an > application scoped bean ands have included serialization code in the > finalize() method and the code to read up from file in the constructor. I An application scoped bean will

RE: Tomcat and Beans

2001-06-28 Thread Paul Hunnisett
definately want only one instance - see previous email -Original Message- From: Robert Slifka [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 13:52 To: '[EMAIL PROTECTED]' Subject: RE: Tomcat and Beans Is this a multiuser app? Are you aware that only *one* instance of the bean is created

RE: Tomcat and Beans

2001-06-28 Thread Robert Slifka
Is this a multiuser app? Are you aware that only *one* instance of the bean is created for the entire application? I think what you might want here is a session-scoped bean? We can take this off list if you want; just email me. - r > -Original Message- > From: Paul Hunnisett [mailto:[

RE: Tomcat and Beans

2001-06-28 Thread Paul Hunnisett
The bean is a list of gifts (wedding list). The gifts are supposed to be displayed on a JSP and as they are selected they are removed from the bean and therefore the jsp. This works for a while, but then suddenly all the gifts are returned to the bean - even though the removed gifts are not stor

RE: Tomcat and Beans

2001-06-28 Thread Robert Slifka
Ahh, i thought you meant the *container* was getting reset =) Hmm... interesting. I've used application-scoped beans before, just by useBean'ing them to application scope. I can see where conceptually one would think they're getting reset (that multiple useBeans referring to the same applicatio

Re: Tomcat and Beans

2001-06-28 Thread Geir Magnusson Jr.
When you say 'reset', what do you mean? How are these beans being instantiated and added to the application? Paul Hunnisett wrote: > > The application is not being shut down! Yet somehow my beans are getting > "reset". > > Paul > > -Original Message- > From: Robert Slifka [mailto:[EM

RE: Tomcat and Beans

2001-06-28 Thread Paul Hunnisett
The application is not being shut down! Yet somehow my beans are getting "reset". Paul -Original Message- From: Robert Slifka [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 13:26 To: '[EMAIL PROTECTED]' Subject: RE: Tomcat and Beans >From "The Java Programming Language, 3rd. Ed" "When

RE: Tomcat and Beans

2001-06-28 Thread Robert Slifka
>From "The Java Programming Language, 3rd. Ed" "When an application exits, no further GC is performed, so any objects that have not yet been collected will not have their finalize() methods invoked." - r > -Original Message- > From: Paul Hunnisett [mailto:[EMAIL PROTECTED]] > Sent: June

RE: Tomcat and Beans

2001-06-28 Thread Paul Hunnisett
I'm not trying to - I only put the serialization code in as a protection from my bean being "reset". Originally I put in no serialization code as I was assured that the server would not be reset and that my application bean should exist for the duration of the application. It was, however, regul

Re: shutdown code

2001-06-28 Thread kevin seguin
i suppose you could use a shutdown hook (jdk 1.3 only, i think). see javadocs for Runtime.addShutdownHook(). Stepan Kalichkin wrote: > > Hi all. > > How I can start servlet or any metod in java class before shudown tomcat is > finished (when I run shutdown.sh) I must make some operation fo

Re: Tomcat and Beans

2001-06-28 Thread Geir Magnusson Jr.
Paul Hunnisett wrote: > > How does Tomcat manage standard Java beans? I have attempted to use an > application scoped bean ands have included serialization code in the > finalize() method and the code to read up from file in the constructor. I > assumed that whenever Tomcat thought a bean was u

shutdown code

2001-06-28 Thread Stepan Kalichkin
Hi all. How I can start servlet or any metod in java class before shudown tomcat is finished (when I run shutdown.sh) I must make some operation for resource free but I don't know how I can do this. May be sombody know??? Thanks.

Tomcat and Beans

2001-06-28 Thread Paul Hunnisett
How does Tomcat manage standard Java beans? I have attempted to use an application scoped bean ands have included serialization code in the finalize() method and the code to read up from file in the constructor. I assumed that whenever Tomcat thought a bean was unnecesary it would simply garbage

Exepsion catching

2001-06-28 Thread Zsolt Horvath
Hi !   Can I catch the all of exceptions and redirect to a JSP file ? Mostly I need to catch the Internal Server error 500 !    

problem configuring apache for Tomcat 4.0

2001-06-28 Thread Henri Delebecque
Hello, with the great help from jean-frederic clere, I have succeed in building a mod_weapp.so which allows apache to start a bit, by building a static version of the apr lib. Unfortunately, when apache read its httpd.conf, it fails when it reaches the "WebAppMount" instruction I have include, f

RE: compiling mod_jk for apache 2.0

2001-06-28 Thread GOMEZ Henri
There is no support for AP 2.0 in mod_jk found in 3.2.2 Try to get the one of 3.3, or better take a look at j-t-c, ie jakarta-tomcat-connectors. Tomcat 3.2.2 is a tree with only bug fixes, no add-on or new features - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BaseInterceptor.java Container.java ContextManager.java

2001-06-28 Thread costin
costin 01/06/28 00:43:14 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java Container.java ContextManager.java Log: Added an extra comment about the return value for registerHooks, avoid the call to introspection by using the return value, use

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/serverHttp10.java

2001-06-28 Thread cmanolache
On Wed, 27 Jun 2001, Remy Maucherat wrote: > > costin 01/06/27 23:48:53 > > > > Modified:src/share/org/apache/tomcat/modules/server Http10.java > > Log: > > Fix for multi-line headers ( I didn't tought any browser or client will > > generate such thing, but it seems there is one

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2001-06-28 Thread costin
costin 01/06/28 00:29:11 Modified:src/share/org/apache/tomcat/modules/config LoaderInterceptor11.java LogSetter.java src/share/org/apache/tomcat/modules/loggers LogEvents.java src/share/org/apache/tomcat/modules/server

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config ServerXmlReader.java

2001-06-28 Thread costin
costin 01/06/28 00:27:21 Modified:src/share/org/apache/tomcat/modules/config ServerXmlReader.java Log: Set the hook for Hook setup ( here because later on we might use modules.xml instead of introspection ) Revision ChangesPath 1.9 +14 -2

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/hooks Hooks.java

2001-06-28 Thread costin
costin 01/06/28 00:26:14 Modified:src/share/org/apache/tomcat/util/hooks Hooks.java Log: Decouple the Hook ( and the core ) from introspection, open it for better ( declarative or code generation ) mechanisms. The current implementation will still use the introspection ( unt