[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] GUI Access
- Subject: Re: [cobalt-users] GUI Access
- From: Goetz Lohmann <goetz.lohmann@xxxxxx>
- Date: Tue Dec 2 17:31:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Larry Smith schrieb:
>On Monday 01 December 2003 20:10, Thom LaCosta wrote:
>
>
>>One of my users reported that he can no longer access his admin page
>>....sure enough, if I ssh into the site with his name an password, I can
>>get in....but if I try
>>www.hissite.com/:81/.cobalt/sysManage/index.html
>>I can't access the admin pages
>>
>>It seems to happen with ALL sites...
>>
>>I tried a reboot, to no avail
>>I added a user with admin access for a site....no work.
>>
>>Obviously something is hosed....but what?
>>
>>
>>
<snip>
you should use
http://www.hissite.com:81/...
instead of
http://www.hissite.com/:81/... !!!!! not the "/"
cause the ":number" means the Port Address and not an directory!
also it is a better way to use
http://www.hissite.com/siteadmin
which will lead to the right place
regards