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?


Additional data:

thu...@arrakis:~$ 
thu...@arrakis:~$ netstat -tan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         
State      
tcp        0      0 127.0.0.1:631           0.0.0.0:*               
LISTEN     
tcp6       0      0 127.0.0.1:8005          :::*                    
LISTEN     
tcp6       0      0 :::8009                 :::*                    
LISTEN     
tcp6       0      0 :::8080                 :::*                    
LISTEN     
tcp6       0      0 :::80                   :::*                    
LISTEN     
tcp6       0      0 ::1:33239               :::*                    
LISTEN     
tcp6       0      0 127.0.0.1:45109         127.0.0.1:8080          
ESTABLISHED
tcp6       0      0 127.0.0.1:8080          127.0.0.1:45109         
ESTABLISHED
tcp6       1      0 127.0.0.1:8080          127.0.0.1:45112         
CLOSE_WAIT 
thu...@arrakis:~$ 


is there a problem with port 8080?  would configuring server.xml 
differently help?

If I kill java that seems to help (I think) but is inconvenient.



thanks,

Thufir


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

Reply via email to