Skip to Content
Menu
This question has been flagged
2 Replies
16390 Views

We uploaded our openerp softwares in cloud system.

We access all the database as ip:portno , how can i change each database to a domain name?

For example:

Accessing a database : http://144.144.144.144:8069/?db=A1010101

Can i change this simply as A1010101?

I want to change all my databases like this, is it possible?..

Avatar
Discard
Best Answer

Hi.

for etch DB go to Settings/parameters/system parameters

change key "web.base.url" to your Domain name

make sure your Domain name can by resolved over DNS Server

Avatar
Discard
Author

make sure your Domain name can by resolved over DNS Server : what u mean by this Andreas? Please explain

sorry for my bad english.

the domain name eg: http://erp1.microsoft.com most by resolve over the DNs server. in etch DB you most change the key web.base.url to domain name.

is your problem solved? then please don't forget to upvote and mark my answer as correct :)

Author

I cant solve my issue.

OK Easy. Step by Step. I fink you are have problems on Network resolve and not ERP.

Is the Database Server instlled on Local Network area ore external on a public IP address ? in local network area you have a Domain Server Active Directory ?

Externeal you have acces to the DNS Server to add Host entry A Records? is the Server only accessibility by IP adders ore other DNS name?

Author

I'm using a public ip address. Then how can i change this?

This is not so easy without info’s about your network.

pleas tell me all info’s over your network planing. Server external as Root server ? Hoster name on externel Server is used? Server inside private (at home) network ore is this a businessmen network?

Thank you SO MUCH! This was driving me absolutely nuts. This should really be more obvious, and something that can be set in Company Settings

Best Answer

I am having the same problem.

I would like to associate each database example: "http://my-ip:8069/?db=testesss" to a domain name www.testesss.com in the same instance. I created a link on no-ip, and redirected it to my-ip-address. But when i go to that address, it goes to port 8080... Can you please help me?

Thanks in advance

Avatar
Discard

Did you try to add an Apache or NGinX Proxy?

No. How can i do that?

Have a look here:http://help.openerp.com/question/7269/how-to-get-rid-of-8069-part-in-the-url/ and http://help.openerp.com/question/18598/openerp-proxypass-for-https-access-what-to-change-in-config/ and with this : http://www.vionblog.com/openerp-server-conf-for-openerp-7-explained/ you will discover how to set up your instace so that the appropriate database will be available for a specific database. Hope it can help