This question has been flagged

Can any one suggest if there any option where I can run Odoo through a single config file but with various xmlrpc ports. 

Support I want to run odoo on port 8069, 9000, 9001, 9002, 9003, .... is there any way we can run Odoo on this ports through a single start-up script. 

Any help or suggestions are welcome. 


Best Regards,
Abhishek 

Avatar
Discard
Best Answer

No,  that is not possible. 

One cannot define mutiple xml-ports in a single config file.


However I assume, your requirement is such that, you want to use the same server, but running/available independently on multiple url-instance.

If yes then make use of Dockers & Containers., Which lets you create multiple containers, and the same can be used to host single/multiple instances independently.


Avatar
Discard