I downloaded STS and got my webapp deployed with the tc Server that came packaged with STS. I had to make modifications on the context.xml & the server.xml files for the server so that I could get access the webapp via: https , access the site via port 80 and 443 and use a domain name pointing to my localhost ip by adding a line in my hosts file on Windows machine (127.0.0.1 mysite.com).

After all of this, I was able to access the site view https://mysite.com, login, and perform different tasks just fine.

However, when I go to the tc server in STS, right click it and launch the dashboard, I get javascript errors on the page in the browser saying that the 'dojo' object is not found and the page is pretty blank (just the top toolbar).

I am not sure if the issues is that I am not using http://localhost:8080/ as the URL for my site?