Foros de discusión

Two Context Root For JBOSS Server

thumbnail
Mohammad Azharuddin, modificado hace 8 años.

Two Context Root For JBOSS Server

Expert Mensajes: 492 Fecha de incorporación: 17/09/12 Mensajes recientes
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 hace 8 años.

RE: Two Context Root For JBOSS Server

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
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 hace 8 años.

RE: Two Context Root For JBOSS Server

Expert Mensajes: 492 Fecha de incorporación: 17/09/12 Mensajes recientes
Thank you Olaf Kock