Hi

I am playing a little bit with STS and one feature i wanna to try is to deploy my "hello world" web app to tc server on Linux ran as Guest on VmWare workstation.
Everything looks easy:
Servers>New>SpringSource tc Server v6.0 for VMware Workstation at localhost and then fill a form:
Set Local Installation(Self Provisioning)
Point Virutal Machine Path (.vmx) to my vmware linux image (Ubuntu 9.10 64 bit server )
Fill image username/password
Fill java virtual installation path: /usr/lib/jvm/jdk-6-sun/
I was unable to add any shared folder since clicking on any of add/edit/remove buttons gives no result.
Up to this point finish button is still disabled but i am encouraged to click on a validate. Unfortunately after clicking on "validate" my STS just turns off. My log file does not provide any relevant information:
Code:
!SESSION 2010-05-04 21:32:32.506 -----------------------------------------------
eclipse.buildId=2.3.2.201003230009-RELEASE
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=pl_PL
Framework arguments:  -product com.springsource.sts.ide
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product com.springsource.sts.ide

!ENTRY org.eclipse.core.resources 2 10035 2010-05-04 21:32:47.827
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.jst.jsp.core 4 4 2010-05-04 21:33:21.430
!MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved taglib indexes.
Host: Windows Vista 64 bit Service Pack 2
STS 2.3.2.RELEASE
SUN jdk 1.6.0_18
VMware Workstation 6.5.3 build 185404

Guest:
Ubuntu 2.6.31-14-server x86_64
java sun 1.6.0.20


Anybody able to deploy/start/debug application withing Vmware Workstation image?