About 2,600,000 results
Open links in new tab
  1. Connecting to localhost:8080 using Google Chrome

    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 it by …

  2. 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 …

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

    Jul 1, 2015 · When you go to localhost:8080 it's the exact same thing. Localhost server name always resolves to the machine you are running on and uses the fake IP address of 127.0.0.1 …

  4. 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

  5. tomcat - Server http:/localhost:8080 requires a user name and a ...

    Oct 6, 2015 · I am trying to access localhost:8080 but it is showing me I need to enter user name and pass word. I remember messing up with the server some 4 months ago while I was trying …

  6. Tomcat Server Error - Port 8080 already in use - Stack Overflow

    Dec 14, 2015 · You can confirm this by going to http://localhost:8080 in your webbrowser and check if you get the Tomcat default home page or a Tomcat-specific 404 error page.

  7. 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.

  8. Tomcat starts but home page cannot open with url …

    Jan 9, 2014 · 39 I am a newbie in Java, and I am trying to develop a web application. I have Windows 7 32 bit. I have installed Java 7 and set the path and classpath as well. After that I …

  9. Tomcat works but I can't reach http://localhost:8080/

    This maybe normal, according to this thread: This is normal. To see why, double-click on the Tomcat server in the Servers view. This will open the Tomcat configuration editor. Click on the …

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

    Jun 10, 2022 · Un ejemplo, en Eclipse puedes ir a: (Window >> Show View >> Servers) Ve a la localización de tu Servidor Tomcat y ver el Overview Ahí puedes modificar la localización del …