How to deploy war file in Filezilla FTP?

2019-07-28 05:12发布

问题:

How to deploy war file in Filezila FTP?

回答1:

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.