RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Michael Wentzel

I had installed Tomcat as a stand-alone servlet container!
I can start tomcat with the startup- script!
When I try to access http://localhost:8080/index.html
the Internet Explorer can't locate the site!
With the mozilla- Browser all looks pretty fine!!!

===

If your machine has a network IP address you may try using that( i.e.
http://10.0.0.5:8080/ ) or otherwise try the loopback device
http://127.0.0.1:8080 to verify it is a IE network config issue.



--- 
Michael Wentzel 
Software Developer 
Software As We Think - http://www.aswethink.com



Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Luba Powell



Doesn't look that tomcat is running

  - Original Message - 
  From: 
  Christoph Brunner 
  
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, June 15, 2001 9:48 AM
  Subject: tomcat work with mozilla but not 
  with IE
  
  Hi,
  
  I had installed Tomcat as a stand-alone servlet container!
  I can start tomcat with the startup- script!
  When I try to access http://localhost:8080/index.html
  the Internet Explorer can't locate the site!
  With themozilla- Browser all looks pretty fine!!!
  
  Any ideas?
  
  thank you
  Christoph Brunner


Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Robert Schweng



hi ,

i gues its a problemn of your windows 
setup.
try http://127.0.0.1:8080/index.html
and if its all right, then localhost is not in your 
hostfile (somewhere in your windoze dir).
another thing could be that if there is a dialup 
connection,
ie will automaticly respond a 404 if you are not 
online.

hope this helps 
cheers 
hype

  
  - Original Message - 
  From: 
  Christoph Brunner 
  To: [EMAIL PROTECTED] 
  Sent: Friday, June 15, 2001 3:48 PM
  Subject: tomcat work with mozilla but not 
  with IE
  
  Hi,
  
  I had installed Tomcat as a stand-alone servlet container!
  I can start tomcat with the startup- script!
  When I try to access http://localhost:8080/index.html
  the Internet Explorer can't locate the site!
  With themozilla- Browser all looks pretty fine!!!
  
  Any ideas?
  
  thank you
  Christoph Brunner


RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Pablo Lillia



Try http://127.0.0.1:8080/index.html

Try add the 
line:
 
127.0.0.1 localhost
to your c:\windows\hosts file 
(create it whith notepad if it don't exists).

Also, if you use a proxy, check 
"don't use proxy server for local hosts" or similar.

Greetings

  -Original Message-From: Christoph Brunner 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, June 
  15, 2001 10:49 AMTo: 
  [EMAIL PROTECTED]Subject: tomcat work with mozilla but 
  not with IE
  Hi,
  
  I had installed Tomcat as a stand-alone servlet container!
  I can start tomcat with the startup- script!
  When I try to access http://localhost:8080/index.html
  the Internet Explorer can't locate the site!
  With themozilla- Browser all looks pretty fine!!!
  
  Any ideas?
  
  thank you
  Christoph Brunner


Re: tomcat work with mozilla but not with IE

2001-06-15 Thread Peter Choe

actually, i think the ie has a problem with port 8080.  i also had this
problem before.

peter choe



RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Earl Moore

IE doesn't have a problem with port 8080, but if you are trying to
communicate via HTTP on a port other than 80 you need to specify the
protocol in the URL:
http://localhost:8080/index.jsp

earl moore

 -Original Message-
 From: Peter Choe [mailto:[EMAIL PROTECTED]]
 Sent: Friday, June 15, 2001 9:25 AM
 To: [EMAIL PROTECTED]
 Subject: Re: tomcat work with mozilla but not with IE
 
 
 actually, i think the ie has a problem with port 8080.  i 
 also had this
 problem before.
 
 peter choe
 



RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Christoph Brunner

I try it with http://127.0.0.1:8080/index.html
and it works ;-)

Thank you all

*** REPLY SEPARATOR  ***

On 15.06.2001 at 09:17 Michael Wentzel wrote:

I had installed Tomcat as a stand-alone servlet container!
I can start tomcat with the startup- script!
When I try to access http://localhost:8080/index.html
the Internet Explorer can't locate the site!
With the mozilla- Browser all looks pretty fine!!!

===

If your machine has a network IP address you may try using that( i.e.
http://10.0.0.5:8080/ ) or otherwise try the loopback device
http://127.0.0.1:8080 to verify it is a IE network config issue.



--- 
Michael Wentzel 
Software Developer 
Software As We Think - http://www.aswethink.com