On Mon, 02 Mar 2009 08:11:18 +0000, Thufir wrote:

> On Mon, 02 Mar 2009 07:04:40 +0000, Thufir wrote:
> 
>> On Mon, 02 Mar 2009 05:49:53 +0000, Thufir wrote:
>> 
>>> I'm getting:
>>> 
>>> 
>>> HTTP Status 401 -
>>> 
>>> type Status report
>>> 
>>> message
>>> 
>>> description This request requires HTTP authentication ().
>>> 
>>> http://localhost:8080/manager/html
>>> 
>>> 
>>> on tomcat6 for ubuntu 8.10 with sun java.  Neither restarting tomcat
>>> nor logging out gained access to the manager page, had to restart.
>>> 
>>> Is there a less drastic step to take in that circumstance?
> 
> 
> Well, restarting apache2 seems to fix that problem.  pain in the neck,
> though.


LOL. it was just that it took time to do all that and futz around.  I 
could've just twiddled my thumbs, same diff!

I just wait for it to go from:

thu...@arrakis:~$ 
thu...@arrakis:~$ netstat -tan | grep 127
tcp        0      0 127.0.0.1:631           0.0.0.0:*               
LISTEN     
tcp        0      0 127.0.0.1:48816         127.0.0.1:8080          
FIN_WAIT2  
tcp6       0      0 127.0.0.1:8005          :::*                    
LISTEN     
tcp6     527      0 127.0.0.1:8080          127.0.0.1:48816         
CLOSE_WAIT 
tcp6       0      0 127.0.0.1:59454         127.0.0.1:8005          
TIME_WAIT  
thu...@arrakis:~$ 
thu...@arrakis:~$ 

to:

thu...@arrakis:~$ 
thu...@arrakis:~$ netstat -tan | grep 127
tcp        0      0 127.0.0.1:631           0.0.0.0:*               
LISTEN     
tcp6       0      0 127.0.0.1:8005          :::*                    
LISTEN     
thu...@arrakis:~$ 
thu...@arrakis:~$ 



>From what I understand there's no real solution, but it's quite 
annoying.  Perhaps I'm doing something wrong?


-Thufir


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

Reply via email to