| Author |
cant access my application
|
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Hi all, i developed an application with java and deployed it successfully on the tomcat server 6.0.18, when I'm trying to access the application throw : this works fine , but when i try to access the application from outside this computer throw : this doesn't work and showing this although the both computers on the same network and i can ping the both. Any advice?
|
Thanks,
Sherif
|
 |
Kevin Chen
Greenhorn
Joined: Nov 02, 2008
Posts: 5
|
|
|
Are they behind the firewall ?
|
Free as in Freedom
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Originally posted by best gembler: Are they behind the firewall ?
no firewalls..
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2549
|
|
"best gembler" please check your private messages for an important administrative matter. Thanks.
|
SCJP, SCWCD.
|Asking Good Questions|
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2549
|
|
There's no problem with Tomcat, its fine. There are other influencing factors you need to consider like the connection and proxy settings of the "other" computer you are talking of, network and individual computer access privileges and so on. What about them?
|
 |
Ananth Chellathurai
Ranch Hand
Joined: Nov 21, 2007
Posts: 347
|
|
|
Is port 1010 opened to other machines?
|
Ananth Chellathurai [Walk on software]
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Originally posted by Ananth Chellathurai: Is port 1010 opened to other machines?
how to check this ? throw telnet MyIP:1010 ?
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Originally posted by Ananth Chellathurai: Is port 1010 opened to other machines?
actually i tried some thing else that like i said i got 2 computers pc1 got my server and my application deployed on it , pc2 no servers on it , so installed a tomcat server and the application on it then tried to access it from pc1 so it was succsedded , but when you try to access pc2 from pc1 this msg appears: PS: both on the same network...
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
|
Pals , Any advice ??
|
 |
Chandra Bhatt
Ranch Hand
Joined: Feb 28, 2007
Posts: 1707
|
|
Hi Sherif, Are your two machines able to ping each other successfully?
|
cmbhatt
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Originally posted by Chandra Bhatt: Hi Sherif, Are your two machines able to ping each other successfully?
Ya ...
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Originally posted by Chandra Bhatt: Hi Sherif, Are your two machines able to ping each other successfully?
Any advice pals because time is running out and i need to make it up and running
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
Can you access the application from the same system where the server is installed, using http://MyIPaddress:1010/Myapp/ If that works, then in all likelihood, its an network issue between the two systems.
|
[My Blog] [JavaRanch Journal]
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Originally posted by Jaikiran Pai: Can you access the application from the same system where the server is installed, using http://MyIPaddress:1010/Myapp/ If that works, then in all likelihood, its an network issue between the two systems.
ya i can access it ,Network... what do you think in network can cause is issue?
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2549
|
|
Originally posted by Sherif Shehab: ya i can access it ,Network... what do you think in network can cause is issue?
Configuration stuff like the one I've mentioned above.
|
 |
Sherif Shehab
Ranch Hand
Joined: Mar 05, 2007
Posts: 472
|
|
Thanks all for your help . i think it's network issue like all said because the server and the application are working fine ... Anyway thanks for help..
|
 |
 |
|
|
subject: cant access my application
|
|
|