Ubuntu 12.04 amd64 LAMP/Tomcat Server Virtual Appliance
Super Simple Configuration
After creating the virtual computer
You may wish to configure your Virtual Machine using Bridged Network adapter for simpler operation
Login as adminuser
enter the command; ifconfig
Find the ip address of the Virtual machine. The ip address should NOT be 12.0.XX.XX.
From the host computer or other computer on your network you can access the services
https://ipaddress:10000
Webmin System Management
http:ipaddress/
Apache2 Web Server
http://ipaddress:8080
Tomcat Web Server
Login information
username: adminuser
password: adminuser
mySQL Server Login
username: root
password: adminuser
Webmin login
username: root
password: adminuser

[Solved] Waiting for network configuration. Waiting up to 60 seconds for network configuration
We have the solution for this error. This solution should work on any installation.
_______________________________________________________
1.) Login as adminuser
2.) Enter the following command
adminuser@ubuntu-12:~$ ifconfig -a
3.) Notice the first Ethernet adapter id. It should be "eth?"
4.) edit the file at /etc/network/interface. Change the adapter from "eth0" to the adapter id in the previous step
5.) Save the file
6.) Reboot the virtual appliance
_______________________________________________________