我仅限于可以在我的环境中部署的应用程序,但是,标准 WAR 文件通常不是问题。
carbon 4.1.0 可以作为 Web 应用程序运行吗?
此链接描述了如何为碳 3.2.2 完成此操作。这些步骤对 4.1.0 仍然有效吗?
根据此链接中的答案,某些功能在 3.2.2 的 webapp 模式下受到限制。如果 4.1.0 部署在 webapp 模式下,哪些功能会受到限制?
编辑:
有一个webapp-mode
文件夹在$CARBON_HOME
C:\Users\snowc\Desktop\wso2carbon-4.1.0>type webapp-mode\README.txt
Running WSO2 Carbon in Webapp mode
-------------------------------------
Standalone mode is the recommended way of running All WSO2 Carbon products. However you have the
option of running WSO2 Carbon products in Webapp mode (hosted as a web-app in an application
server).
1. The 'WEB-INF' directory contains the webapp archive
2. The 'bundles' directory contains the additional jars that needs, during the web-app mode
deployment.
Please refer the WSO2 Carbon documentation for step-by-step guide on web-app mode deployment of the
product.