I've just tried dotcloud, and i wanted to run a java servlet on it, so i've exported the servlet to war, and deployed on dotcloud... The welcome html is accessible, but the servlet itself isn't. I've tried every combination of path, but always 404 error.
First i didn't have anything in web.xml except a link to the welcome html, as with tomcat, the @WebServlet annotation in the servlet class worked, so i could reach the servlet by "http://serveraddress/Projectname/annotatedpath" But on dotcloud i can't, so i've made servlet mapping in web.xml too, but not helped. in same time i can reach the welcome html at "http://serveraddress/Projectname/"