How to deploy war file in Filezilla FTP?

你离开我真会死。 提交于 2019-12-11 08:17:54

问题


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.



来源:https://stackoverflow.com/questions/2921307/how-to-deploy-war-file-in-filezilla-ftp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!