Deploy Java Web Project on Tomcat without WAR or EAR
I have a Java Web project (Struts + Spring) working perfectly in my
localhost. I have to deploy it on my website, but the Tomcat Manager
interface given by the webhost says it cannot upload a WAR file due to
safety reasons. When contacting the tech support I was told it is not
possible to upload a WAR and that I should try deploying my project by
uploading the files directly (I have FTP access).
My problem is that no one at the tech support gave specific instructions
on where I should put my project files (I don't know if it should be on de
same folder the WAR would be sent to) neither how to start/stop it (Will
the Tomcat Manager recognize it once I upload the files?).