Kevin Seguin at [EMAIL PROTECTED] wrote: > > i kind of like the second approach. That's what I'm oriented for... > i like the idea, for example, of being able to tweak a config file, then > restart a service without having to restart the entire vm. Well, that's not _always_ true... For example, if in your config file you change the port from 80 to 800 (both privileged, btw), you will have to restart the VM. start() and stop() are merely a "pause" and "continue", as most of your configurations should be handled in init(), and that gets called only _once_ within your JVM process... > also, it has nice symmetry with the servlet api :) Yeah, I like the symmetry too :) Pier
- cvs commit: jakarta-tomcat-service/java/org/apache/ser... pier
- Re: cvs commit: jakarta-tomcat-service/java/org/a... Pier P. Fumagalli
- Re: cvs commit: jakarta-tomcat-service/java/o... Craig R. McClanahan
- Re: cvs commit: jakarta-tomcat-service/ja... Pier P. Fumagalli
- Re: cvs commit: jakarta-tomcat-servic... jean-frederic clere
- Re: cvs commit: jakarta-tomcat-service/ja... Incze Lajos
- Re: cvs commit: jakarta-tomcat-servic... Pier P. Fumagalli
- Re: cvs commit: jakarta-tomcat-service/java/o... Incze Lajos
- RE: cvs commit: jakarta-tomcat-service/java/org/a... Kevin Seguin
- cvs commit: jakarta-tomcat-service/java/org/a... Pier P. Fumagalli
- cvs commit: jakarta-tomcat-service/java/org/apach... pier