users@glassfish.java.net

Re: SSL port conflict

From: <glassfish_at_javadesktop.org>
Date: Wed, 12 Aug 2009 13:34:07 PDT

Some process is already listening on that port. You need to terminate that process if you want to use it (and you need to confirm that is the correct thing to do :-).

How to find out the process depends on your operating system. For example, on linux, this command should do it: netstat -anp | grep -w 443 | grep LISTEN (you need to be root to see the process information).
[Message sent by forum member 'matterbury' (matterbury)]

http://forums.java.net/jive/thread.jspa?messageID=360175