I'm developing a Java Web application using Primefaces to run on the GlassFish server on a Windows Server 2008 server. When I run on my notebook as localhost it works perfectly. So I deploy to the remote server (Windows Server) all correctly. The problem is when my machine or any other try to access and nothing happens, nor error. If I login as localhost on windows server it also works normal. I also ran some tests with jsp pages on that remote server and it worked.
Can anyone tell me if there are any settings on the glassfish server to configure?