Hi
I am using vmware server for testing at my home, however for some unknow reason I am not able to see the log in page.
I tried everying I know of so far,
- I tried "sudo /usr/bin/vmware-config.pl" every thing went well then when I tried opening the webpage of the server no login prompt.
- I had the same problem around a year back, when I just edited this file with the following three lines then it worked
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
</tomcat-users>
now even this fix is not working.
3. I am still able to open the VM using this script shown below, However I am not able to edit them going forward, Some one kindly let me know what i am missing :-(
#!/bin/bash
################################################################################
# Call VMWare Server's Remote Console in a clean GTK setup. #
# Author: Holger #
# URL: http://shellack.de/info/content/vmware-server-20-console-failure #
################################################################################
# Clean GTK setup for VMWare
export VMWARE_USE_SHIPPED_GTK=yes
# Find console executable in Firefox plugins.
vmrc="$(find "$HOME/.mozilla/firefox" -name vmware-vmrc -type f -perm -111 | tail -1)"
[ -x "$vmrc" ] || exit 1
set -x
cd "$(dirname "$vmrc")" && "$vmrc" -h 127.0.0.1:8333