I have set up a public web server in my house (I opened port 80 of my router and directed it to my computer) simply to test projects until then everything is normal, the problem is that I am using apache and it does not support JSP pages, what I'm doing in JSP I've been testing with GlassFish but this does not help me to test it in a network outside of mine.
What should I do? change the port of GlassFish through port 80, which is what I have open on my router?
By the way, I use Debian in case there is an alternative