Operating System - HP-UX
1751712 Members
5260 Online
108781 Solutions
New Discussion юеВ

Re: bind hostname and port

 
Dinesh MIshra
Advisor

bind hostname and port

dear all

i have installed oracle 10g application server on hp-ux 11i. After installtion oracle provides an address to access it through web like this:

http://hostname:port

i want to use any name like xyx.com or xyz.org instead of http://hostname:port address.

plz let me know how to do this.

its urgent ................?

regards

dinesh
4 REPLIES 4
Senthil Prabu.S_1
Trusted Contributor

Re: bind hostname and port

Hi,
You mean hoatname insense fully qualified DNS name. In this case, you need to map your relavant ip address to your hostname, this wil be done using resolv.conf when u have DNS server is up on your network.

Refer the following link to do this;
http://docs.hp.com/en/B2355-90775/ch01s01.html

HTH,
Senthil
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Senthil Prabu.S_1
Trusted Contributor

Re: bind hostname and port

Hi,
Plz refer this thread for more information;
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=954044


HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Yogeeraj_1
Honored Contributor

Re: bind hostname and port

hi Dinesh,

one easy method would be to redirect the request to xyz.com to http://hostname:port

This assumes that your default application server (i.e. running on port 80) is xyz.com

More complex, would be to stop the default site (running on port 80) and create new virtual servers at the application server level to run on port 80. (as xyz.com or xyz.org)

if you need further help, post more information on your default website (web server software etc)

hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Dinesh MIshra
Advisor

Re: bind hostname and port

hi

i am using apache web server through port 80.
i can change that portno to 80. But in that case i have to change the hostname to xyz.org. isn't it.

Let me know

Thanks and regards
Dinesh