Re: Components loading twice while starting OFBiz

2017-10-06 Thread Taher Alkhateeb
hole logic for loading > webapps, so this might be a good time to fix the bug and improve the > logic in this class. > > On Fri, Oct 6, 2017 at 3:57 PM, Yash Sharma > wrote: > > Hi Dev, > > > > I was looking at some components loading twice while starting OFBiz.

Re: Components loading twice while starting OFBiz

2017-10-06 Thread Yash Sharma
:57 PM, Yash Sharma > wrote: > > Hi Dev, > > > > I was looking at some components loading twice while starting OFBiz. > > While digging it deep down I found CatalinaContainer calls loadWebapps > > which creates a future task which depends on numbers of System cores

Re: Components loading twice while starting OFBiz

2017-10-06 Thread Taher Alkhateeb
p out. I never liked the whole logic for loading webapps, so this might be a good time to fix the bug and improve the logic in this class. On Fri, Oct 6, 2017 at 3:57 PM, Yash Sharma wrote: > Hi Dev, > > I was looking at some components loading twice while starting OFBiz. > Wh

Components loading twice while starting OFBiz

2017-10-06 Thread Yash Sharma
Hi Dev, I was looking at some components loading twice while starting OFBiz. While digging it deep down I found CatalinaContainer calls loadWebapps which creates a future task which depends on numbers of System cores. If web app mounts are not available it removes all and adds again all Apps