开发者

How to deploy war file in Filezilla FTP?

开发者 https://www.devze.com 2023-01-01 10:24 出处:网络
How to deploy开发者_如何学JAVA war file in Filezila FTP?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 app

How to deploy开发者_如何学JAVA war file in Filezila FTP?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消