Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I did a plain HelloWorld application and everything worked out fine. However, when I setup an existing web application with both a src and test (junit’s) directory, it didn’t deploy the class files.
Is your existing web application set up so that the build output directory is at WEB-INF/classes? If not, you’ll need to set all source directories to have WEB-INF/classes as their output directory in order for the deployment to succeed.