Skip to main content

All Questions

Tagged with
0 votes
1 answer
32 views

Tomcat running in Docker container (Debian host) not reachable from the host

I followed the instructions on Docker Hub for the tomcat image (https://hub.docker.com/_/tomcat) So I pulled the image docker pull tomcat:9.0 and started it as described docker run -it --rm -p 8888:...
devnull69's user avatar
  • 16.4k
0 votes
0 answers
18 views

questions about tomcat access vps from external wifi and machine

First at all thanks for your time. I would like to solve some doubts that I have in relation to a vps under Ubuntu22.04. I already installed everything related to TOMCAT. my duads are: once the java ...
Ismael Rosas's user avatar
0 votes
3 answers
617 views

Run two applications on same port on same machine

I had a interview 3 years back and in one of the design interview rounds a question came up ,how can you have two java application (Deployed on tomcat) run on the same port . You can use any tools ...
arpit joshi's user avatar
  • 2,106
1 vote
1 answer
121 views

Tomcat output start page only on 80 port Centos7

I installed ApacheTomcat 9 on my Centos7 server, started it and if i tryed to open localhost:8080 page not open. If I change Connector port to 80 in /conf/server.xml it working. What I need to do that ...
igaro4ak338's user avatar
0 votes
1 answer
217 views

How to fix Tomcat Serveral ports problem?

Several ports (8005, 8080) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start ...
melona96's user avatar
0 votes
1 answer
72 views

Tomcat - Address already in use but no process

I was having an issue with Tomcat 10.1 where I was always getting "Address already in use", but checking netstat -ano | findstr ":<port>" showed no bound processes.
JayKayOf4's user avatar
  • 1,382
1 vote
0 answers
463 views

"Port 8761 was already in use" - port is actually free

I'm working with Eureka discovery server, and when I run the app I get: 2022-05-29 20:37:54.830 ERROR 19252 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter : **************************...
don's user avatar
  • 134
0 votes
0 answers
900 views

Configuring server and port for Tomcat Spring Boot application

I am deploying my Spring Boot application via uploading a JAR to Elastic Beanstalk. I am getting the following error: *1 connect() failed (111: Connection refused) while connecting to upstream, ...
chujudzvin's user avatar
  • 1,215
0 votes
2 answers
2k views

Let's Encrypt: SSL Certificate is valid for the Domain but not valid Specific Port [closed]

I am using VPS: Amazon EC2 and SSL Cert Provider: Let's Encrypt (through Certbot) I have seen some kind of a question but the answer is not useful for my situation. I have a domain api.example.com ...
Ragesh Pikalmunde's user avatar
1 vote
0 answers
1k views

Can't open port 8443 in Windows 10

I am trying to verify if the client certificate (self-signed) which I generated with openssl is valid. I have created client certificate, client private key, client keystore, and server certificate, ...
Sparsh Dutta's user avatar
  • 2,800
1 vote
1 answer
1k views

Tomcat : java.net.BindException: Address already in use: JVM_Bind

I'm on Windows10 and downloaded Tomcat 8.5 I go to conf folder and run startup.bat script After a few seconds, Tomcat stops. And in the logs I can see : 09-Jun-2021 21:52:01.433 INFOS [main] org....
AntonBoarf's user avatar
  • 1,273
2 votes
0 answers
534 views

Boot Dashboard not showing port numbers

Im using sts 3.9 & spring boot 2.4. I can successfully get the tomcat server up & running with my eureka server project, however the boot dashboard isn't revealing the port number, instead ...
across's user avatar
  • 21
0 votes
1 answer
242 views

Getting error when run springboot application in local host

When I run the application in localhost at first time it works. But I change the code and rerun it shows this error message. When I terminate all processes and rerun. Again show below messege. . ...
abc's user avatar
  • 28
3 votes
1 answer
4k views

could anyone please tell me where is AUTOBIND in server.xml in tomcat 9 as mentioned in attached answer

Why does Tomcat work with port 8080 but not 80?
Sandeep Singh's user avatar
0 votes
1 answer
949 views

Port 443 unavailable on IIS

I have a strange problem on Windows server hosting IIS and Apache Tomcat. I have few available ports enabled from network administrators and 443 is one of them. Also I have few web apps running on IIS ...
Dusko Murtovski's user avatar

15 30 50 per page
1
2 3 4 5
10