Home » RDBMS Server » Server Administration » Port 7777 How do I get rid of it?
Port 7777 How do I get rid of it? [message #161691] Mon, 06 March 2006 14:44 Go to next message
Duane
Messages: 581
Registered: December 2002
Senior Member
I'm not sure how to explain this so here goes.

Our server guy installed 10g on a Windows platform and now our URL for that machine is http://server_name:7777. How do we get rid of the :7777? In talking with him, he mentioned something about Oracle Enterprise Manager holds port 80 open or something to that effect and he doesn't know how to get rid of the :7777.

I just think http://server_name:7777 looks retarded and there is nothing he can do about it. So, is there some option or setting he should be setting so that we can use port 80/port 443 instead of this :7777 port? He had no problem with 9i but 10g is really throwing him for a loop.

All I want is for our URL to be like http://servername/pls/DAD/... or https://servername/pls/DAD/.... and not http://servername:7777/pls/DAD/...
Re: Port 7777 How do I get rid of it? [message #161874 is a reply to message #161691] Tue, 07 March 2006 11:09 Go to previous messageGo to next message
Duane
Messages: 581
Registered: December 2002
Senior Member
Anyone?
Re: Port 7777 How do I get rid of it? [message #161973 is a reply to message #161874] Wed, 08 March 2006 01:22 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Duane..

Got a query:
How your person managed it on Oracle 9i?

--Girish
Re: Port 7777 How do I get rid of it? [message #161976 is a reply to message #161973] Wed, 08 March 2006 01:30 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Go to Oracle_home/apache/apache/conf
Then in httpd.conf file
serach for "ProcNode" & there replace 7777 with 80.

This should work.

--Girish
Re: Port 7777 How do I get rid of it? [message #162075 is a reply to message #161976] Wed, 08 March 2006 10:03 Go to previous message
Duane
Messages: 581
Registered: December 2002
Senior Member
I looked in the file and the server guy did make a comment about trying port 80. What he is telling me is Oracle Enterprise Manager is holding port 80 open and won't let Apache use it. Enterprise Manager and Apache are fighting over port 80 and Enterprise Manager is winning. It doesn't make sense to me but that's how he is describing it.

Enterprise Manager is web enabled and that is interfering with Apache. He believes that is what is happening.

Here's what he has in the file:

#
# Port: The port to which the standalone server listens. Certain firewall
# products must be configured before Apache can listen to a specific port.
# Other running httpd servers will also interfere with this port. Disable
# all firewall, security, and other services if you encounter problems.
# To help diagnose problems use the Windows NT command NETSTAT -a
#
# Port 7777 -- changed to 80 01-06-06 (restored after opmnctl startall failure)
# Listen 7777 -- changed to 80 01-06-06
Port 7777
Listen 7777
Previous Topic: Privileges on table
Next Topic: Tablespace creation error
Goto Forum:
  


Current Time: Fri Jan 10 17:11:09 CST 2025