Top "Port" questions

A port is a communication end-point in the context of network communications or an interaction point for inter-component interactions.

MySQL unable to connect with remote server

We have a MySQL server in one of the remote Virtual Machine (Windows Server 2008). Till yesterday we were able to …

mysql networking port windows-server-2008-r2 firewall
Listen on a network port and save data to a text file

Is there some easy way in linux to listen for data on network and save them to a text file? …

linux networking listener port
How to run different apps on single Tomcat instance behind different ports?

Currently I have 2 web applications app1 and app2 running on Tomcat 6: app1 on http://localhost:8080/app1 app2 on http://localhost:8080/…

tomcat tomcat6 port
Difference between PORT and LATCH on PIC 18F

I already read the datasheet and google but I still don't understand something. In my case, I set PIN RC6 …

port pic pic18
Running Tomcat server on two different ports

I want to to deploy a tomcat server such that it listens on two ports simultaneously (both for http protocol). …

java tomcat port
What is the meaning of SO_REUSEADDR (setsockopt option) - Linux?

From the man page: SO_REUSEADDR Specifies that the rules used in validating addresses supplied to bind() should allow reuse …

linux sockets port ip-address setsockopt
VirtualBox port forwarding not working with NAT adapter

I'm trying simple port forwarding with VirtualBox and it appears VirtualBox.exe is listening on the host to the port, …

networking port virtualbox forwarding nat
Changing the default port for iPython notebook server / Jupyter

I am trying to run an ipython notebook / jupyter server on a machine behind a firewall. The only port which …

port ipython ipython-notebook anaconda jupyter
Docker ports are not exposed

I set up a simple node server in Docker. Dockerfile FROM node:latest RUN apt-get -y update ADD example.js . …

networking docker port
jboss 5 changing default port

I am trying to change the default port on my jboss server to port 80. i have had a look around …

default port jboss5.x