DOC

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

Maven & Gradle

Mar 25, 2022
2 stars

Fix Virtual Host App Parent · 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.

Table Of Contents

Latest Version

Download br.com.thiagomoreira.liferay.plugins.fix-virtual-host-app : fix-virtual-host-app-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file fix-virtual-host-app-parent-5.1.0-javadoc.jar to fix-virtual-host-app-parent-5.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fix-virtual-host-app-parent-5.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "fix-virtual-host-app-parent-5.1.0-sources.jar" -d "fix-virtual-host-app-parent-5.1.0-javadoc" -subpackages