Re: Tomcat Server can't load himself (without using localhost)

2009-05-27 Thread Sibil87


Christopher Schultz-2 wrote:
 
 In your Engine, what is the defaultHost attribute set to?
 

I haven't touch default installation configuration.

So the engine is:

Engine name=Catalina defaultHost=localhost

Should I change it to something else?
-- 
View this message in context: 
http://www.nabble.com/Tomcat-Server-can%27t-load-himself-%28without-using-localhost%29-tp23718730p23737281.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Sibil87

Hi guys!

I mount Tomcat 6.0 on my server and u can visit it at
http://application.sogetel.it:8080.

If I open any browser from that machine and I try to visit
http://localhost:8080 I can see my Servlet Manager and it's all ok.

If I open any browser from that machine and I try to visit
http://application.sogetel.it:8080 I don't have any response...

Why http://application.sogetel.it:8080 is not working on the same machine?!?
Is there any conf file of Tomcat I have to change to make it work?!?!

Thank u very mucc!!!
Giorgio
-- 
View this message in context: 
http://www.nabble.com/Tomcat-Server-can%27t-load-himself-%28without-using-localhost%29-tp23718730p23718730.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Peter Crowther
 From: Sibil87 [mailto:giorgio.zampare...@gmail.com]
 I mount Tomcat 6.0 on my server and u can visit it at
 http://application.sogetel.it:8080.

 If I open any browser from that machine and I try to visit
 http://localhost:8080 I can see my Servlet Manager and it's all ok.

 If I open any browser from that machine and I try to visit
 http://application.sogetel.it:8080 I don't have any response...

 Why http://application.sogetel.it:8080 is not working on the
 same machine?!?
 Is there any conf file of Tomcat I have to change to make it work?!?!

I think you have a firewall problem.  Check your firewall configuration on the 
computer - is port 8080 open?

- Peter

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Sibil87


Peter Crowther wrote:
 
 I think you have a firewall problem.  Check your firewall configuration on
 the computer - is port 8080 open?
 

application.sogetel.it:8080 is accessible from any external computer .so the
door 8080 is clearly open.
Also the machine si connected to intenet.

Is there anyway in changing the conf file conf/server.xml 
in the part:
 Host name=localhost  appBase=webapps
unpackWARs=true autoDeploy=true
xmlValidation=false xmlNamespaceAware=false

that can solve this problem?!
-- 
View this message in context: 
http://www.nabble.com/Tomcat-Server-can%27t-load-himself-%28without-using-localhost%29-tp23718730p23719434.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread David kerber
I'll bet your router or  firewall are doing address translation, so the 
DNS of sogetel.it is returning a public routable address, while the 
address of the machine itself is a different, non-routable one.  Most 
routers won't do that kind of turn-around (routing a request from 
inside, back out the inside interface).


D


Sibil87 wrote:

Peter Crowther wrote:
  

I think you have a firewall problem.  Check your firewall configuration on
the computer - is port 8080 open?




application.sogetel.it:8080 is accessible from any external computer .so the
door 8080 is clearly open.
Also the machine si connected to intenet.

Is there anyway in changing the conf file conf/server.xml 
in the part:

 Host name=localhost  appBase=webapps
unpackWARs=true autoDeploy=true
xmlValidation=false xmlNamespaceAware=false

that can solve this problem?!
  




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Giorgio,

On 5/26/2009 5:12 AM, Sibil87 wrote:
  Host name=localhost  appBase=webapps
 unpackWARs=true autoDeploy=true
 xmlValidation=false xmlNamespaceAware=false

In your Engine, what is the defaultHost attribute set to?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkocLj4ACgkQ9CaO5/Lv0PAYJQCcCBMn5AW6sIG8+vT5lZhnpW4u
k2UAn2iXWkQ58JWvQOMRZKnPa6uIVq+E
=g/Wj
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Konstantin Kolinko
2009/5/26 Sibil87 giorgio.zampare...@gmail.com:

 Hi guys!

 I mount Tomcat 6.0 on my server and u can visit it at
 http://application.sogetel.it:8080.

 If I open any browser from that machine and I try to visit
 http://localhost:8080 I can see my Servlet Manager and it's all ok.

 If I open any browser from that machine and I try to visit
 http://application.sogetel.it:8080 I don't have any response...

 Why http://application.sogetel.it:8080 is not working on the same machine?!?
 Is there any conf file of Tomcat I have to change to make it work?!?!


Can you ping / tracert / traceroute from that machine to
application.sogetel.it ?

Usually such address as 'application.sogetel.it' translates to an
external IP of your firewall / NAT router, and that IP is not
reachable from inside of your network / DMZ. (That depends on your
router configuration)

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org