Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread james
Thanks for reply, I can see http://localhost:8080/index.jsp or
http://localhost:8080
but it takes a very long time (5 minutes), after that it is OK for other
pages for the same IE, but if I open another IE, it still takes a very long
time in  the first time .
What might be the problem?


James


- Original Message -
From: David Brown [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Saturday, November 23, 2002 11:42 AM
Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


 p niemandt writes:

  Uninstall win2k, install linux, see if your problem persists ... :)
 
  naah; seriously: check the logs: see if there is anything funny. Which
  JDK are you using? Maybe try reinstalling that, see if that helps.
 
 
 
  On Sat, 2002-11-23 at 15:41, james wrote:
  Hi,
 
  I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was
fine,  but today, it didn't work well anymore.
 
  I uninstalled it and installer it again and again, the Tomcat Server
looks OK, for the info on screen was the same as before.
  but when I tried : http://localhost:8080/hello/index.jsp
  or any tested sites I used before. All will take a long long time!!
even after I reboot the computer. It was much fast before.
 
  The OS is Window 2000, and RAM is enough (327M), I checked and I only
run 2 or 3  IEs, nothing else.
  What might be the problem?
 
  Any help will be appreciated.
 
  James
  --
  p niemandt [EMAIL PROTECTED]
 
 
  --
  To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
 




 Hello, also after u re-install new try just the suggested action:
 http://localhost:8080 to see if u get the initial tomcat demo screen.
david.

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Pae Choi
Wow! 5 min? That's not acceptable. I have not seen such yet.
I, personally, do not think that's causing by TOMCAT. And it's
gotta be something else than TC then.

Just FYI. I have seen TC running fast even on a machine equipped
less than your machine. Also that machine was running about 7 to
10 IE in addition to a lot of stuff.


Pae

 Thanks for reply, I can see http://localhost:8080/index.jsp or
 http://localhost:8080
 but it takes a very long time (5 minutes), after that it is OK for other
 pages for the same IE, but if I open another IE, it still takes a very
long
 time in  the first time .
 What might be the problem?


 James


 - Original Message -
 From: David Brown [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Saturday, November 23, 2002 11:42 AM
 Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


  p niemandt writes:
 
   Uninstall win2k, install linux, see if your problem persists ... :)
  
   naah; seriously: check the logs: see if there is anything funny. Which
   JDK are you using? Maybe try reinstalling that, see if that helps.
  
  
  
   On Sat, 2002-11-23 at 15:41, james wrote:
   Hi,
  
   I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was
 fine,  but today, it didn't work well anymore.
  
   I uninstalled it and installer it again and again, the Tomcat Server
 looks OK, for the info on screen was the same as before.
   but when I tried : http://localhost:8080/hello/index.jsp
   or any tested sites I used before. All will take a long long time!!
 even after I reboot the computer. It was much fast before.
  
   The OS is Window 2000, and RAM is enough (327M), I checked and I only
 run 2 or 3  IEs, nothing else.
   What might be the problem?
  
   Any help will be appreciated.
  
   James
   --
   p niemandt [EMAIL PROTECTED]
  
  
   --
   To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  
 
 
 
 
  Hello, also after u re-install new try just the suggested action:
  http://localhost:8080 to see if u get the initial tomcat demo screen.
 david.
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Matthew Hannigan
On Sun, Nov 24, 2002 at 04:18:21PM -0500, james wrote:
 Thanks for reply, I can see http://localhost:8080/index.jsp or
 http://localhost:8080
 but it takes a very long time (5 minutes), after that it is OK for other
 pages for the same IE, but if I open another IE, it still takes a very long
 time in  the first time .
 What might be the problem?

Might be DNS.  Trying setting enableLookups=false according
to the comments in server.xml.

Matt

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Praveen Wicliff
The delay in the response might be because of your network settings
sometimes. Depending on your settings, for the first time, the browser tries
to find the server, in which case it needs to look for the DNS (or Proxy if
you are using one). This is true in some cases where its the server is also
the same machine.

Try to use 127.0.0.1 (local ip) and see if you still have the same problem.

Praveen Wicliff

- Original Message -
From: james [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, November 25, 2002 2:48 AM
Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


 Thanks for reply, I can see http://localhost:8080/index.jsp or
 http://localhost:8080
 but it takes a very long time (5 minutes), after that it is OK for other
 pages for the same IE, but if I open another IE, it still takes a very
long
 time in  the first time .
 What might be the problem?


 James


 - Original Message -
 From: David Brown [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Saturday, November 23, 2002 11:42 AM
 Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


  p niemandt writes:
 
   Uninstall win2k, install linux, see if your problem persists ... :)
  
   naah; seriously: check the logs: see if there is anything funny. Which
   JDK are you using? Maybe try reinstalling that, see if that helps.
  
  
  
   On Sat, 2002-11-23 at 15:41, james wrote:
   Hi,
  
   I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was
 fine,  but today, it didn't work well anymore.
  
   I uninstalled it and installer it again and again, the Tomcat Server
 looks OK, for the info on screen was the same as before.
   but when I tried : http://localhost:8080/hello/index.jsp
   or any tested sites I used before. All will take a long long time!!
 even after I reboot the computer. It was much fast before.
  
   The OS is Window 2000, and RAM is enough (327M), I checked and I only
 run 2 or 3  IEs, nothing else.
   What might be the problem?
  
   Any help will be appreciated.
  
   James
   --
   p niemandt [EMAIL PROTECTED]
  
  
   --
   To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  
 
 
 
 
  Hello, also after u re-install new try just the suggested action:
  http://localhost:8080 to see if u get the initial tomcat demo screen.
 david.
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Nicholas Orr
Also go into 
Internet OptionsConnectionsLan

Deselect all checkbox's

OkApplyOk

Try again.

Another thing press all the following keys crtl+shift+esc and under
Processes check out what is hoging your cpu.  If there isn't anything then
try End Process - explorer.exe your IE window should stay up. If that
doesn't work then start explorer.exe back up.

FileNew Task(Run..)%windir%\explorer.exe

If this doesn't work, then you have issues with Win2k managing stuff. Time
to get out your windows disc and reboot!

Make sure, if your going to reinstall, you delete the existing partition
then create a new one and do a NTFS partition and not a quick format.

Nicholas Orr



-Original Message-
From: Praveen Wicliff [mailto:[EMAIL PROTECTED]] 
Sent: Monday, 25 November 2002 3:17 PM
To: Tomcat Users List
Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


The delay in the response might be because of your network settings
sometimes. Depending on your settings, for the first time, the browser tries
to find the server, in which case it needs to look for the DNS (or Proxy if
you are using one). This is true in some cases where its the server is also
the same machine.

Try to use 127.0.0.1 (local ip) and see if you still have the same problem.

Praveen Wicliff

- Original Message -
From: james [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, November 25, 2002 2:48 AM
Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


 Thanks for reply, I can see http://localhost:8080/index.jsp or 
 http://localhost:8080 but it takes a very long time (5 minutes), after 
 that it is OK for other pages for the same IE, but if I open another 
 IE, it still takes a very
long
 time in  the first time .
 What might be the problem?


 James


 - Original Message -
 From: David Brown [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Saturday, November 23, 2002 11:42 AM
 Subject: Re: What the problem about tomcat 4.1 or IE? in my computer?


  p niemandt writes:
 
   Uninstall win2k, install linux, see if your problem persists ... 
   :)
  
   naah; seriously: check the logs: see if there is anything funny. 
   Which JDK are you using? Maybe try reinstalling that, see if that 
   helps.
  
  
  
   On Sat, 2002-11-23 at 15:41, james wrote:
   Hi,
  
   I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it 
   was
 fine,  but today, it didn't work well anymore.
  
   I uninstalled it and installer it again and again, the Tomcat 
   Server
 looks OK, for the info on screen was the same as before.
   but when I tried : http://localhost:8080/hello/index.jsp
   or any tested sites I used before. All will take a long long 
   time!!
 even after I reboot the computer. It was much fast before.
  
   The OS is Window 2000, and RAM is enough (327M), I checked and I 
   only
 run 2 or 3  IEs, nothing else.
   What might be the problem?
  
   Any help will be appreciated.
  
   James
   --
   p niemandt [EMAIL PROTECTED]
  
  
   --
   To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
   For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  
 
 
 
 
  Hello, also after u re-install new try just the suggested action: 
  http://localhost:8080 to see if u get the initial tomcat demo 
  screen.
 david.
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


**
The information contained in this e-mail is confidential and is
intended only for the use of the addressee(s).
If you receive this e-mail in error, any use, distribution or
copying of this e-mail is not permitted. You are requested to
forward unwanted e-mail and address any problems to the
MIM Holdings Limited Support Centre.

For general enquires:   ++61 7 3833 8000
Support Centre e-mail:  [EMAIL PROTECTED]
Support Centre phone:   Australia 1800500646
International ++61 7 38338042
**


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




What the problem about tomcat 4.1 or IE? in my computer?

2002-11-23 Thread james
Hi, 

I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was fine,  but today, 
it didn't work well anymore.

I uninstalled it and installer it again and again, the Tomcat Server looks OK, for the 
info on screen was the same as before.
but when I tried : http://localhost:8080/hello/index.jsp
or any tested sites I used before. All will take a long long time!! even after I 
reboot the computer. It was much fast before. 

The OS is Window 2000, and RAM is enough (327M), I checked and I only run 2 or 3  IEs, 
nothing else.
What might be the problem? 

Any help will be appreciated.

James



Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-23 Thread p niemandt
Uninstall win2k, install linux, see if your problem persists ... :)

naah; seriously: check the logs: see if there is anything funny. Which
JDK are you using? Maybe try reinstalling that, see if that helps. 



On Sat, 2002-11-23 at 15:41, james wrote:
 Hi, 
 
 I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was fine,  but 
today, it didn't work well anymore.
 
 I uninstalled it and installer it again and again, the Tomcat Server looks OK, for 
the info on screen was the same as before.
 but when I tried : http://localhost:8080/hello/index.jsp
 or any tested sites I used before. All will take a long long time!! even after I 
reboot the computer. It was much fast before. 
 
 The OS is Window 2000, and RAM is enough (327M), I checked and I only run 2 or 3  
IEs, nothing else.
 What might be the problem? 
 
 Any help will be appreciated.
 
 James
-- 
p niemandt [EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-23 Thread Pae Choi
I hope the other side know how to appreciate the
 sense of humor. :-)

Also, try http://localhost:8080/index.jsp as well.


Pae


 Uninstall win2k, install linux, see if your problem persists ... :)

 naah; seriously: check the logs: see if there is anything funny. Which
 JDK are you using? Maybe try reinstalling that, see if that helps.



 On Sat, 2002-11-23 at 15:41, james wrote:
  Hi,
 
  I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was
fine,  but today, it didn't work well anymore.
 
  I uninstalled it and installer it again and again, the Tomcat Server
looks OK, for the info on screen was the same as before.
  but when I tried : http://localhost:8080/hello/index.jsp
  or any tested sites I used before. All will take a long long time!! even
after I reboot the computer. It was much fast before.
 
  The OS is Window 2000, and RAM is enough (327M), I checked and I only
run 2 or 3  IEs, nothing else.
  What might be the problem?
 
  Any help will be appreciated.
 
  James
 --
 p niemandt [EMAIL PROTECTED]


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-23 Thread David Brown
p niemandt writes: 

Uninstall win2k, install linux, see if your problem persists ... :) 

naah; seriously: check the logs: see if there is anything funny. Which
JDK are you using? Maybe try reinstalling that, see if that helps.  

 

On Sat, 2002-11-23 at 15:41, james wrote:
Hi,  

I used Tomcat 4.1 for 2 weeks, and I practiced some samples, it was fine,  but today, it didn't work well anymore. 

I uninstalled it and installer it again and again, the Tomcat Server looks OK, for the info on screen was the same as before.
but when I tried : http://localhost:8080/hello/index.jsp
or any tested sites I used before. All will take a long long time!! even after I reboot the computer. It was much fast before.  

The OS is Window 2000, and RAM is enough (327M), I checked and I only run 2 or 3  IEs, nothing else.
What might be the problem?  

Any help will be appreciated. 

James
--
p niemandt [EMAIL PROTECTED] 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED] 





Hello, also after u re-install new try just the suggested action: 
http://localhost:8080 to see if u get the initial tomcat demo screen. david.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]