【登录界面】
http://xxx.xxx.xxx.xxx:8333/ui/
[img]http://dl.iteye.com/upload/attachment/175586/64aa7113-87d9-3cae-98a8-49fdced846a5.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/175588/b4d786a4-d24a-3eb0-adff-bee53f6f5a35.jpg[/img]
【遇到的问题】
1, 读写权限问题,右键 属性--兼容xp3,以管理员身份运行.
2, 没有保存改文件的权限, 右键--属性--某个用户--高级--完全控制.
3, tomcat 启动不了的问题:
[url]http://hi.baidu.com/tianjinjiaoshi/blog/item/e1b0a1f24287e11ab17ec5f0.html[/url]
首先,在这两个系统上tomcat(6.0.x)都能用,而且设置好的话用起来没有问题。
第二,tomcat不要装在系统盘,装在其他分区,否则出错很多,原因不明。
第三,tomcat的两个可执行文件要以管理员身份运行,否则除了刚安装的时候,再次运行不能成功。这两个文件是tomcat6.exe和tomcat6w.exe。方法是右键-属性,勾选以管理员身份运行。这两个文件的位置是在tomcat的bin目录下。
这样,tomcat就可以很好地集成在myeclipse中了,当然单独使用也没问题。
后记:在windows 7 ultimate rtm中确实不能成功。
4,web access 登录不了的问题:
The VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).
参考[vmware server 2.0 安装要点]
[url]http://www.dbalife.com/archives/327.html[/url]
vmware server 2.0采用web界面,初始用户和密码与宿主机器的系统用户相同,如administrator/xxxx。
【但在登录时很可能遇到以下的问题】
-->ErrorThe VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).
检查:vmware host agent服务是否已经启动;在hosts文件中是否包含 127.0.0.1 localhost;登录用户是否拥有Administrator权限;登录用户是否属于_vmware_user_用户组
-->The server was unable to process your log in request. Please check with your server administrator.
运行net user 用户名 /active:yes
[url]http://www.kichise.com/modules/d3bloga/details.php?bid=150[/url]
主要是修改:C:\Windows\System32\drivers\etc\hosts 这个文件,把 127.0.0.1放开.
http://xxx.xxx.xxx.xxx:8333/ui/
[img]http://dl.iteye.com/upload/attachment/175586/64aa7113-87d9-3cae-98a8-49fdced846a5.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/175588/b4d786a4-d24a-3eb0-adff-bee53f6f5a35.jpg[/img]
【遇到的问题】
1, 读写权限问题,右键 属性--兼容xp3,以管理员身份运行.
2, 没有保存改文件的权限, 右键--属性--某个用户--高级--完全控制.
3, tomcat 启动不了的问题:
[url]http://hi.baidu.com/tianjinjiaoshi/blog/item/e1b0a1f24287e11ab17ec5f0.html[/url]
首先,在这两个系统上tomcat(6.0.x)都能用,而且设置好的话用起来没有问题。
第二,tomcat不要装在系统盘,装在其他分区,否则出错很多,原因不明。
第三,tomcat的两个可执行文件要以管理员身份运行,否则除了刚安装的时候,再次运行不能成功。这两个文件是tomcat6.exe和tomcat6w.exe。方法是右键-属性,勾选以管理员身份运行。这两个文件的位置是在tomcat的bin目录下。
这样,tomcat就可以很好地集成在myeclipse中了,当然单独使用也没问题。
后记:在windows 7 ultimate rtm中确实不能成功。
4,web access 登录不了的问题:
The VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).
参考[vmware server 2.0 安装要点]
[url]http://www.dbalife.com/archives/327.html[/url]
vmware server 2.0采用web界面,初始用户和密码与宿主机器的系统用户相同,如administrator/xxxx。
【但在登录时很可能遇到以下的问题】
-->ErrorThe VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding (Connection Refused).
检查:vmware host agent服务是否已经启动;在hosts文件中是否包含 127.0.0.1 localhost;登录用户是否拥有Administrator权限;登录用户是否属于_vmware_user_用户组
-->The server was unable to process your log in request. Please check with your server administrator.
运行net user 用户名 /active:yes
[url]http://www.kichise.com/modules/d3bloga/details.php?bid=150[/url]
主要是修改:C:\Windows\System32\drivers\etc\hosts 这个文件,把 127.0.0.1放开.