I have made a maven web application, now i want to host it locally with tomcat so that other people within the same LAN can test it.
My ip adress is static and i have forwarded port 80, but if anyone other than me types in the static ip adress followed by the project name that is in the webapps folder it just can't seem to find the web page. I've seen many things on the internet like windows firewall could block the connection and i tried to fix it but nothing seems to work.
Does anyone have any suggestions that i can try?
ps. I am using Xampp to host it