掲示板

Two Context Root For JBOSS Server

thumbnail
8年前 に Mohammad Azharuddin によって更新されました。

Two Context Root For JBOSS Server

Expert 投稿: 492 参加年月日: 12/09/17 最新の投稿
HI.



As per my understanding context root is where liferay is being installed on a perticular server.

Can we have separate root context for different instance on Single Jboss Liferay Server. .?Basically this question is illogical But i require two context root to configure OIM login integration where one context root is already being Used..


Or should i go for different Jboss Server
thumbnail
8年前 に Olaf Kock によって更新されました。

RE: Two Context Root For JBOSS Server

Liferay Legend 投稿: 6400 参加年月日: 08/09/23 最新の投稿
Two separate root contexts on the same server? How would the server know which context is good for which URL?

If you need to run two Liferays, I'd always run them on two distinct servers. If anything, you're separating the maintenance cycles. Also, Liferay interfaces with quite a lot of other plugins that are deployed as separate web applications - that would clash as well. Do yourself a favour and run two JVMs, with one Liferay each.
thumbnail
8年前 に Mohammad Azharuddin によって更新されました。

RE: Two Context Root For JBOSS Server

Expert 投稿: 492 参加年月日: 12/09/17 最新の投稿
Thank you Olaf Kock