> -----Original Message----- > From: Ronan-Yann Lorin [mailto:[EMAIL PROTECTED]]
> I'm new to Turbine and managing to use it in a new project, > which will, in > fact include many sub-projects (applications). > > As Turbine use the singleton pattern, how can I run multiple Turbine > applications hosted in the same application server (JVM), all > using their > own configuration file ? This is not an issue, you can have multiple singletons in the same JVMs if they don't share the same classloader. For instance if each app is a web-app you're fine. Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
