-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Tomcat connector configured to listen on port 8080 failed to start. #1136
Comments
See if any other service use :8080 |
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. |
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 |
Hi, is there any way to change the address also? Instead of using localhost I wish to use 127.0.0.3. Thanks! |
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
The text was updated successfully, but these errors were encountered: