is not current version
Last Version 5.1.0

br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app:fix-virtual-host-app-parent 4.1.0

This app acts in the startup time of portal and help to fix the virtual host of Liferay. Given an existent database dump that points to a domain and a new environment needs to have a different domain the app will read a system property called liferay.virtual.host and set the value as the new company virtual host. For instance if the database dump points to www.myliferay.com and the property points to dev.myliferay.com the app will replace the former with the value of the latter. It was developed to avoid the redirect loop problem.

GroupId

GroupId

br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app
ArtifactId

ArtifactId

fix-virtual-host-app-parent
Version

Version

4.1.0
Type

Type

pom

Download fix-virtual-host-app-parent 4.1.0


<!-- https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app/fix-virtual-host-app-parent/ -->
<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app</groupId>
    <artifactId>fix-virtual-host-app-parent</artifactId>
    <version>4.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app/fix-virtual-host-app-parent/
implementation 'br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app:fix-virtual-host-app-parent:4.1.0'
// https://jarcasting.com/artifacts/br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app/fix-virtual-host-app-parent/
implementation ("br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app:fix-virtual-host-app-parent:4.1.0")
'br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app:fix-virtual-host-app-parent:pom:4.1.0'
<dependency org="br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app" name="fix-virtual-host-app-parent" rev="4.1.0">
  <artifact name="fix-virtual-host-app-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app', module='fix-virtual-host-app-parent', version='4.1.0')
)
libraryDependencies += "br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app" % "fix-virtual-host-app-parent" % "4.1.0"
[br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app/fix-virtual-host-app-parent "4.1.0"]