Configuring App Server 8.2 (bundled or stand-alone)
Hi all.
Would anyone know how to configure the App Server 8.2 (stand-alone or bundled) to accept connections over the internet?
i currently have a web application deployed on the bundled App Server 8.2. I can launch the application on any PC on the same network as the server PC.
I am not able to run the application using the server's external IP address.
What to do?
# 3
There were actually three questions;-)
So I assume you have a firewall on your box and it will allow the appserver to handle requests from anywhere.
Your external firewall is configured to allow requests from the internet to the appserver http port?
And you have a internet IP address which is (somewhat) static and routable?
Thanks,
-- Marco
mw46 at 2007-7-7 3:43:17 >

# 4
yes to ALL questions :)
we have a router to allow internet connections to the server PC with routers and firewalls configured accordingly.
and yes, we have a static IP address.
we know how to set up the PC to allow http connections. the problem is configuring the App server itself.
all your help is much appreciated!!!