This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Bind Exception : 443 Address already in use Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Bind Exception : 443 Address already in use" Watch "Bind Exception : 443 Address already in use" New topic
Author

Bind Exception : 443 Address already in use

annu
Greenhorn

Joined: Feb 02, 2007
Posts: 1
there is a server currently running on port 443, and i want to disable it so that i can run another program which is having the same port number how do i do that...?

443 port is reserved for https, how do i disable it?
anup khandelwal
Greenhorn

Joined: Jan 29, 2007
Posts: 5
Please check the settings of internet explorer..
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8262

Welcome to the JavaRanch, anuja
anup, IE doesn't bind to any port so its settings are irrelevant
You'll need to turn off whatever software is bound to 443 and, if you want that program running, change its settings to use a different port. Consult that software's documentation for how to do that.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
Van Glass
Ranch Hand

Joined: Nov 18, 2000
Posts: 110
443 is typically reserved for HTTPS protocol. If you have IIS installed on your machine then it may be using this port. I would recommend disabling IIS (if installed) to see if this helps. Otherwise, check your services in Control > Services to see if there are any other web based applications that may be running that are binding to this port.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Bind Exception : 443 Address already in use
 
Similar Threads
Configure Jprofiler with tomcat.
regarding https
writing SSL client
Forcing user to access app via Webserver
SSL + Servlet