简体   繁体   中英

How to deploy Rest Web Service on Glass Fish Server/Apache Tomcat?

我使用Net Beans作为编辑器开发了一个简单的Rest Web Service。我也直接从Net Beans在我的机器上将它部署在Glass Fish Server上,但现在我想在另一台可能没有安装Net Beans的机器上部署该Web服务在它上面,它将安装Glass Fish Server / Apache Tomcat Server,那么我应该如何继续在该机器上部署该Web服务?

只需将您的应用程序导出为war ..然后您可以将其部署在任何servlet容器或app服务器上,如tomcat,jetty或glassfish。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM