Application Ports

Last Updated: 9/22/2008



Sections above here:
Home  ยป  Deployment

Sections below here:

Topics in this section:
Deployment Overview
External Files
Permissions
ISAPI Deployment
ISAPI Notes
ISAPI Utilities
ISAPI Hosting
ISAPI Common Issues
Standalone Deployment
Apache
Service Deployment
Launching Applications
Converting between application types
Application Ports

Search Documentation:

When deploying the application, the application port should be chosen carefully.

Port numbers below 1024 are always reserved. Linux won't even let you the application them without permissions. Under Windows, the operating system will let the application run on any port, and it's the job of the application to select an unused port.

It is in general a good idea to select a port superior to 1024 for your application. A port commonly opened by firewalls and configured in proxies is 8080. Whichever port you chose, verify before that no other application is using it.



(C) 2002-2009 - Atozed Software Ltd.