port Questions

1

Due to several circumstances, I need to configure my windows client to be able to receive through another port than 445 or 139 with Samba communication. The idea is to avoid as much as possible hav...
Jeaninejeanlouis asked 14/6, 2021 at 7:47

4

I am currently working on a project where I am attempting to use MinIO with a data moving program developed by my company. This broker software only allows for devices using port 80 to successfully...
Substantial asked 12/8, 2020 at 20:35

4

Solved

At the server side, we use Socket server = serverSocket.accept(); to create a socket. After the socket is created, we can create a new thread to handle the input/output stream of that socket. S...
M16 asked 18/7, 2013 at 17:37

4

I woke up for work and started receiving this error, but I can't find this specific error anywhere. I tried using netstat -ano to find any instances running on the aformentioned port, and also the...
Chambermaid asked 21/4, 2020 at 13:19

4

Solved

What I want to do I want to list all firewall rules involving some ports and list their display name but the only way I found for now displays only the port part and has no idea what the display na...
Gabler asked 28/7, 2022 at 6:6

3

Solved

I am a developer and I need to run my ruby app at port 5000, but always I try to run my app I get: Address already in use - bind(2) (Errno::EADDRINUSE) I know that the easiest way for solving this...
Cabinda asked 24/5, 2022 at 20:51

11

Solved

I'm trying simple port forwarding with VirtualBox and it appears VirtualBox.exe is listening on the host to the port, but not actually forwarding the connection to the guest. I've tried on multiple...
Betteann asked 22/3, 2013 at 21:59

17

Solved

My Apache Ports are set to: 80 and 443 Looking at the XAMPP control panel a few hours later, I noticed the Ports had changed to: 05 and 59895 Would XAMPP switch to these Ports automatically for ...
Dochandorrach asked 29/10, 2012 at 23:6

27

Solved

I have installed XAMPP (xampp-win32-1.8.2-0-VC9-installer.exe) on Windows 7 successfully. But unfortunately, the following error was found during running Apache from XAMPP Control Panel: 5:38:38 ...
Kirkkirkcaldy asked 30/7, 2013 at 11:44

13

Solved

I am trying to start a docker container with the below command. docker run -it -p 50070:50070 -p 8088:8088 -p 8080:8080 suhothayan/hadoop-spark-pig-hive:2.9.2 bash It ended up with the following e...
Senaidasenalda asked 13/12, 2020 at 5:53

65

Solved

How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.
Pruchno asked 13/1, 2014 at 2:59

5

Solved

Is there a command that lists all the services that are running on different ports of localhost? In my case, when I'm working on an Angular app, I may run it on localhost:4200, a React app on local...
Zumwalt asked 6/1, 2020 at 16:40

16

Solved

I have a Flask server running through port 5000, and it's fine. I can access it at http://example.com:5000 But is it possible to simply access it at http://example.com? I'm assuming that means I h...
Notebook asked 26/11, 2013 at 9:22

4

Solved

How do I find a completely free TCP port on a server? I have tried the command line; netstat -an but I am told the ones with a status of LISTENING are already being used. I also tried a tool ca...
Commeasure asked 11/3, 2015 at 14:16

16

Solved

One application is running on port 3000 and I want to run another application on a different port from the default port, which is 3000. How do I change this in React Next.js? My package.json curren...
Thissa asked 10/2, 2020 at 9:33

17

I opened port #5955 from a java class to comunicate from a client. How do i close this port after I am done? and also which command can show me if port open or closed?
Graniteware asked 12/9, 2012 at 22:50

3

Solved

I would like to install Prometheus on port 8080 instead of 9090 (its normal default). To this end I have edited /etc/systemd/system/prometheus.service to contain this line: ExecStart=/usr/local/bi...
Merely asked 21/11, 2017 at 13:42

14

Solved

I have a spring boot application (using embedded tomcat 7), and I've set server.port = 0 in my application.properties so I can have a random port. After the server is booted up and running on a por...
Portugal asked 18/5, 2015 at 20:14

6

There is an issue when I debugging my backend net5.0 project. The issue is "Web server failed to listen on port 5001" then I changed port but the problem does not change.
Kitten asked 26/8, 2022 at 12:27

4

If you are change the vite application port please follow the procedure. "scripts": { "dev": "vite --port 3006", "build": "vite build", "pr...
Osteogenesis asked 6/4, 2022 at 8:2

20

Solved

You often see example hello world code for Node that creates an Http Server, starts listening on a port, then followed by something along the lines of: console.log('Server is listening on port 800...
Rockwood asked 30/1, 2011 at 3:0

9

Solved

I need a quick way to find out if a given port is open with Ruby. I currently am fiddling around with this: require 'socket' def is_port_open?(ip, port) begin TCPSocket.new(ip, port) rescue Er...
Wadi asked 5/2, 2009 at 18:24

8

Solved

After debugging my website in Visual Studio 2015, I can visit it via localhost:50544. I would like to visit my website on a different computer from which it is being served upon that is also on the...
Silica asked 6/2, 2016 at 23:33

5

Solved

I create and launch an app like this: express -s -t ejs npm install express npm install ejs node app.js and it works (on port 3000). But when I go and change the port to 80, then running node ap...
Joniejonina asked 28/10, 2011 at 12:56

8

I have been working on Vue.js and Node.js to build my app. When I have started with Vue it is by default running on 8080 and Node I am running on 3008. What I am trying to do is due to some circum...
Interpol asked 4/10, 2019 at 6:49

© 2022 - 2024 — McMap. All rights reserved.