Question

How to deploy war file in Filezila FTP?

Was it helpful?

Solution

Filezilla is only for uploading the WAR, not deploying it. Use Filezilla to connect to the server via FTP. Find your application server's web apps deployment directory (for instance, in Tomcat this is often the "webapps" directory). Upload the WAR file there. Then follow the deployment instructions for your particular application server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top