Reprint of links with berth

My application context root is / foobar and I am running the deployed deployment using the maven-jetty-plugin.

I need to dynamically rebase props for / images / * to / foobar / images / * and I cannot redirect the root of the application context to /.

For weblogic, I have a half-wave solution in which I deploy an additional war containing a proxy for the context root / image.

The problem is I can't get this to work with the maven-jetty-plugin because I can't see how it can deploy two applications.

Does anyone know how to do this?

0


source to share


2 answers


Do you mean <img> links? If so, this is the job for Apache MOD_REWRITE



0


source


http://jiajia.eu/category/Maven.aspx



0


source







All Articles