Fórum

Two Context Root For JBOSS Server

thumbnail
Mohammad Azharuddin, modificado 8 Anos atrás.

Two Context Root For JBOSS Server

Expert Postagens: 492 Data de Entrada: 17/09/12 Postagens Recentes
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
Olaf Kock, modificado 8 Anos atrás.

RE: Two Context Root For JBOSS Server

Liferay Legend Postagens: 6403 Data de Entrada: 23/09/08 Postagens Recentes
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
Mohammad Azharuddin, modificado 8 Anos atrás.

RE: Two Context Root For JBOSS Server

Expert Postagens: 492 Data de Entrada: 17/09/12 Postagens Recentes
Thank you Olaf Kock