amacfarl
09-23-2003, 05:44 PM
Folks,
I am a java old hat, but a Tomcat newbie.
I have successfully install Tomcat and the relevant bits and pieces. When loading the following page in my browser http://localhost:8080/ I get the correct page showing. In addition, I can access all my deployed applications through http://localhost:8080/deployApp1...
The problem that I am having is accessing this web page from another pc. I am aware that localhost is not the way to go, so I have tried two things:
1) accessing it through http://<my ip address>
2) accessing it through http://temp_domain
The temp domain is a service from dyndns.org where it provides the functionality to create a temporary domain to be directed to a dynamic ip address. The dynamic ip address is updated through a program on my pc.
So in conclusion... what am I missing to make my web pages/ web apps viewable from other pcs??????
Is it security settings?
Please help
Thanks
Angus
I am a java old hat, but a Tomcat newbie.
I have successfully install Tomcat and the relevant bits and pieces. When loading the following page in my browser http://localhost:8080/ I get the correct page showing. In addition, I can access all my deployed applications through http://localhost:8080/deployApp1...
The problem that I am having is accessing this web page from another pc. I am aware that localhost is not the way to go, so I have tried two things:
1) accessing it through http://<my ip address>
2) accessing it through http://temp_domain
The temp domain is a service from dyndns.org where it provides the functionality to create a temporary domain to be directed to a dynamic ip address. The dynamic ip address is updated through a program on my pc.
So in conclusion... what am I missing to make my web pages/ web apps viewable from other pcs??????
Is it security settings?
Please help
Thanks
Angus