Note: This applies to DocuShare 6.6.x (previous version used different ports for some sub-systems)
List of Default Ports Used by DocuShare:
Note: All ports are reconfigurable. This is the list of Default ports which could be different from your Server.
Protocol |
Port |
Explanation |
HTTP |
80 |
Web Interface |
HTTP |
8080 |
Tomcat (Optional) |
HTTPS |
443 |
Web Interface |
HTTP Tomcat Bridge |
8009 |
Web Server – DocuShare Traffic |
HTTP |
8005 |
Tomcat |
JDBC (SQL) |
1433 |
Provides communication between DocuShare and SQL Server Database Interface, on-box or off-box depending on architecture. |
JDBC (Oracle) |
1521 |
Provides communication between DocuShare and Oracle database interface, on-box or off-box depending on architecture. |
LDAP |
389 |
Optional LDAP connectivity |
LDAP over SSL |
636 |
Optional LDAP connectivity over SSL (requires Cert for DSTrustStore) |
IMAP |
143 |
Mail Retrieval for Email Agent (Optional) |
IMAPS |
993 |
SSL Mail Retrieval for Email Agent (Optional and requires Cert for DSTrustStore) |
POP3 |
110 |
Mail Retrieval for Email Agent (Optional) |
SMTP |
25 |
Mail deposit for subscriptions, notifications, Email Agent (Optional) |
FTP |
21 |
FTP Scanning (Optional) |
SFTP |
22 |
Document Export (Optional) |
SMB |
445 |
SMB Scanning, CIM intake folders (Optional) |
RMI |
1099 |
The RMI Server opens up a server socket on your specified port (1099) and then listens here for incoming requests. However, If a request comes in, ANOTHER port is used to handle the request and send back the response. This port changes every time (dynamic allocation) and it's impossible to know what port will be used. This is a standard functionality of RMI. |
RMI responses |
dynamic |
RMI communication can be forced to use Specified Ports. This is required for Federations between firewalls and involves manually editing the monitor.xml to specify what ports to use. |
IDOL |
20000 |
IDOL Server Port |
IDOL |
20002 |
IDOL Dish Server svc port |
IDOL |
9000 |
IDOL Server aci port |
IDOL |
9001 |
IDOL Server ndx port |
IDOL |
9002 |
IDOL Server svc port |
IDOL |
7000 |
IDOL FSF Server port |
IDOL |
10223 |
IDOL FSF Server svc port |
|
|
|
|
|
|
The DocuShare Processes such as the list below use the internal RMI services
dsarchive.exe
dsconvert.exe
dsix.exe
dsfinder.exe
dssearch.exe
dsserver.exe
dssubscript.exe
dstomcat.exe
dsworkflow.exe
rmiregistry
start_docushare.exe
Multiple java.exe
If external RMI applications and / or DocuShare Federation are in use, the DocuShare server listens on a number of dynamic ports. These can be configured if needed by manually editing the monitor.xml to specify what ports to use and open on the Firewall.
Note: The majority of Ports are used for Internal communications so they could be blocked from External access (except port 80 and the DB port).
Solution Published: October 14th, 2011
Solution ID: 940