I was wondering if there might be a way to place a context prefix in fromt of the liferay application which would simplify these proxies, like instead of the liferay requests looking like:
server:8080/c/...
server:8080/html....
they could be configured to be accessed at:
server:8080/liferay/c/...
server:8080/liferay/html....
and then you would only have to proxy /liferay to the tomcat server from apache.
Does anyone know if this is possible? It seems like it should be do-able.
Please sign in to flag this as inappropriate.