Hi folks, currently I am setting up an environment running Merlin in a webapp. Looking at the code of the bootstrap I have an idea now, how to initialize this. Now I would like to know from you, what are your strategies?
The bootstrap Merlin class instanciates two class loaders for /common and /lib in system root to load the necessary jars dynamically and assembles this with the KernalLoader. In case of a web application you might use instead WEB-INF/lib to do the same automatically for /lib and read your configuration as resource (i.e. you will not have a File for the profile). Opinions? Are there other KernelLoaders in Merlin availabvle suiting the webapp situation better? Regards, J�rg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
