About 2,060,000 results
Open links in new tab
  1. What does localhost:8080 mean? [closed] - Stack Overflow

    2 http: //localhost:8080/web Where localhost ( hostname ) is the machine name or IP address of the host server e.g Glassfish, Tomcat. 8080 ( port ) is the address of the port on which the host server is …

  2. Connecting to localhost:8080 using Google Chrome

    Jun 11, 2015 · I'm currently developing a card game using node.js and gulp, and suddendly Chrome stopped to find localhost:8080. After some research, some people had the same problem and solved …

  3. windows - What exactly is going on when I go to localhost:8080 in my ...

    Jul 1, 2015 · Making it simple, localhost as a web address connects to your local machine, where in this case you have Apache installed as web server. The second part, :8080, means connect to port 8080 …

  4. Understanding the difference between localhost:8080 and 127.0.0.1

    Nov 26, 2019 · localhost is generally the address 127.0.0.1 but the :8080 part means to connect to port 8080 instead of the default port 80.

  5. GET http://localhost:8080/api net::ERR_CONNECTION_REFUSED

    Aug 30, 2023 · The angular code was calling the rest api this way: http://localhost:8080/api When I changed it to the actual server ip address it worked perfectly. http://xx.xx.xxx.xx:8080/api

  6. java - How can I open my web application in localhost:8080 directly ...

    May 12, 2020 · How can I open my web application in localhost:8080 instead of the tomcat home page For example I want mysite.com:8080/mywebapp to open in mysite.com:8080 Without using any …

  7. Problema con http://localhost:8080/ - Stack Overflow en español

    Jun 10, 2022 · Estoy realizando proyectos Java EE y al lanzar el servidor tomcat y abrir el navegador constantemente me sale Error 404. Eso me hizo comprobar el localhost 8080 ...

  8. How to fix http://localhost:8080 is not working - Stack Overflow

    May 18, 2019 · http://localhost:8080 is not working in eclipse. I am using App Engine Standard at localhost (2) server for the project but when I start it, localhost:8080 doesn't work.

  9. localhost:8080 works, localhost/localhost:80 doesn't - but port ...

    Aug 4, 2022 · Have I not done so? Is port forwarding not literally making so that localhost:80 leads to localhost:8080, and thus that localhost:80 (which, as you point out, should be the same as just …

  10. How can one access http://localhost/ using the command line

    Aug 16, 2017 · I recommend installing a browser for a command line like lynx , Browsh. Lynx is light-weight. Fast. An img element is always shown in their alt text. Browsh is a bit slower than Lynx. An …