I've already deployed one project to standalone server and it works just fine. I took a copy from it to develop another project with the same dependencies. I changed all that needed to be change(think so), and the problem is that project runs just fine in Eclipse with Tomcat, and gives 404 when I try to run it on standalone server.
Is there some specific configuration that need to be done before I export war file?
Unfortunately the standalone server is our school's server so I can't provide any logs from it, because i connect to it using ftp so there is to server console. Thank you in advance!