Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持多 Web 应用合并部署 #202

Closed
QilongZhang opened this issue Mar 5, 2019 · 0 comments
Closed

支持多 Web 应用合并部署 #202

QilongZhang opened this issue Mar 5, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@QilongZhang
Copy link
Contributor

SOFAArk 0.6.0 开始支持多 Web 应用合并部署,多 web 应用部署时,采用单 Host,多 context 模式。tomcat 的配置由宿主应用决定(大部分时候是端口)。web 应用在打包 biz 时,需要增加 webContextPath 打包配置:

<configuration>
	<attach>true</attach>
    <webContextPath>/app</webContextPath>
</configuration>

默认为 /.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant