Re: Multiple instances of Karaf on same host

2010-12-01 Thread Jean-Baptiste Onofré
Hi Bengt, first, you can use the admin feature of Karaf. To create a new Karaf instance, simply make: admin:create test It will create a new instance and manage the port number by itself. You can view the instances list (and the current state) using: admin:list Anyway, the files that you

Re: Multiple instances of Karaf on same host

2010-12-01 Thread Bengt Rodehav
Thanks for your reply Jean-Baptiste, I did think about admin:create test but I wasn't sure what ports it will handle. Also, a specific installation (like ours) have a lot of bundles that are not part of Karaf that needs to be taken care of. That's why I wanted to be specific about what ports we

Re: Multiple instances of Karaf on same host

2010-12-01 Thread Achim Nierbeck
Hi, I didn't look into this to be 100% sure, but as far as I can see from the behavior the jetty is started by the pax-web wrapper and after pax receives the configuration by the configuration admin the jetty is reconfigured. This should only be seen when either the container is started or the