Remy Maucherat wrote: > Costin Manolache wrote: > >> It was about time ! >> >> I suppose we'll end up with Bootstrap + Catalina. >> What I would like is to have a similar bean/ant-like interface >> on both ( i.e. setter methods for all options configurable on >> command line + execute() pattern ). With the main distinction >> beeing that Bootstrap will be a class with no deps that'll create the >> loaders and use reflection on Catalina. > > Yes, I figured the bean like methods would be useful, and I plan to have > some.
IntrospectionUtils has a nice method to process command line arguments and call the setters automatically, if called from CLI. It's probably easier and keeps things in sync. >> Please take a look at my latest commit on catalina.xml ( the run/run-wait >> targets). >> >> And I hope the 'random method additions' are not mine :-) > > You're a suspect, I'm afraid. Some had your coding style ;-) My only defense is that I'm too confused by the Bootstrap/BotstrapService/Catalina/CatalinaService, and too old to change much of the coding style, but I'll try harder :-) Costin -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>