The Tomcat connector configured to listen on port 8080 failed to start.
APPLICATION FAILED TO START
Description:
The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.
Action:
Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port.
How can I get this fixed ?. I really like the look of streama and want to use it in my homelab for me and my family but can't get it to start for the life of me.
I am on Windows Server 2019 latest update.
Not sure what I can do to get this to launch correctly ?.
any help would be amazing.
Mike
See if any other service use :8080
with command:
netstat -b -n
Thank you, I have found a IP address of 104.223.99.201 is using 8080, Which is a game server website Host I use for PC gaming. How can I change this with powershell or CMD ?.
Use other port ;)
how does that help me ?. I need instructions on how to change that.
RTFM https://docs.streama-project.com/config/application.yml/
Dont know if he understand what you mean , but OfficialMike , all you have to do is to create a file on same path as jar file with the name "application.yml" copy all that data between "Sample application.yml" and "How to use this page" to that application.yml file you just created near jar file of streama and change port to 80 as an example :
instead : port: 8080 use : port: 80
Hi, is there any way to change the address also? Instead of using localhost I wish to use 127.0.0.3. Thanks!