Christopher Schultz wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vanky,

On 3/25/2009 9:09 AM, Venky Vasant wrote:
I am sure this is very simple question but i could not find a proper
information

Where do i find the official information about what port range can be
used for tomcat server port and HTTP connector port for all windows
servers.

There are no explicit restrictions on Microsoft Windows for what ports
you can use for Tomcat ports. The only practical restriction is that you
can't use a port that is already in use. Darren has a suggestion for
determining which ports are already in use. It's also a good idea to
avoid ports for known services like SMTP, DNS, etc.

Most people stick with 80 for HTTP and 443 for HTTPS, since they are the
well-known default ports for those protocols.
You'll also see variations on those numbers when used in in-house apps, such as 8000 or 8080 for http, and 8443 for HTTPS.

D



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to