If it's a 'real' business server and you want to run real loads on the VM then maybe it's best to look at ESX stuff.
Or 'infrastructure' or whatever the hell they call it.
See the comparision of that vs server.
http://www.vmware.com/products/server_comp.html
They do similar thing, but are much different products. The 'infrastructure' thing utilizes a hypervisor. Like how Xen/Linux works (although with Xen/Linux Xen relies on the Linux host to provide I/O emulation.. which is faster then it sounds).
A hypervisor is a program or a kernel or a whatnot (techinical term is 'hypervisor') that sits on the lowest level of the computer and 'lifts' the client operating systems into a virtual machine environment.
This is different then how 'server' works were you have to run it on top of a operating system. With the hypervisor the Vmware stuff controls everything. CPU, I/O, and such. This way you don't have to worry about things like Linux vs Windows having scedualing conflicts or conflicts on how the I/O access patterns work. With a hypervisor it manages and sceduals everything and with Vmware the I/O happens very close to 'bare metal'. Manages memory. CPU. It'll handle SAN access and all sorts of hippy loving fun stuff.
Also if you have multiple servers with a Xen/Linux or Vmware hypervisor-based VM then you can do crackin' stuff like do 'hot migration' from one host to another as long as you have shared storage. This allows you to do things like load balance operating systems between computers or take hardware offline to do repairs and upgrades WITHOUT ANY DOWNTIME on the OS. Well there is downtime.. but it's measured in milliseconds usually.
There was a demo were people were playing Quake3 on a LAN setting with a Quake server hosted on Linux in a Xen/Linux environment. As the 20 or so people were playing they migrated the operating system between computers and the clients didn't even notice the change. At my local lug there is a fellow did a presentation. He deploys Xen professionally. He has done stuff like migrate entire datacenters from one reagon of the country to another to avoid hurricaines. I think it numbered in 500 systems or so.
So hypervisor stuff is GREAT. Wonderfull stuff. Being able to divorce the hardware from the software provides a huge benifit. (although again with Xen/Linux it uses the Linux kernel to help in abstracting hardware and device I/O. Still fast though, the kernel is hacked to provide special features for this sort of thing.)
That and having a hypervisor-based system provides better performance then hosting your VM in a operating system (like Windows virtual server or Vmware workstation and such). Also I've been told that Vmware's management software is nice.