Hello!
I installed Apache Tomcat on SME 7b9 and configured it to respond on port 8080. Everything works great, SME survived but, of course something doesn't work quite well:
- the calls from whithin the network to my sme's ip and port 8080 are working, tomcat is responding (let's say: 192.168.0.1:8080)
- the calls from outside the network (calls from internet) to my domain (hosted on sme) and port 8080 gets timeouted (let's say: mydomain.com:8080)
In short, I cannot access Tomcat from outside the local network on a non-standard port. What sould I do to be able to access it from outside the network? I added my domain in the tomcat's config file (but this is irrelevant, as it does not work even if i try directly with the IP)
I am using SME 7b9 on server-only mode. I have a router and I opened access for port 8080 calls and redirected them to my SME box, on port 8080
Thanks !!
D