Hi guys,

I've got a small problem, though I have a feeling that it will be simple to fix. I just cant figure out how to do it!

I'm currently running XAMPP/Tomcat as my web server, and having developed the site in JSP/JAVA, the only way i can access the site is through specifying the port number (8080).

How can i configure either apache, or tomcat to use port 80 instead so that i do not have to reconfigure the browsers for our office.


thanks

Go to apache folder in xampp then conf folder open to edit httpd.conf ! if there's a line "Listen 8080" change it to 80! Also check is ServerName localhost:8080 , either .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.