Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tomando como ejemplo en nombre del servidor "www.ideasoft.biz" y el puerto por defecto de https "443"

Note
titleSSL con java 1.7

A partir de la versiĆ³n 6.4.2 se utiliza java 1.7. Y para que funciones SSL con java 1.7 hay que agregar la property:

en linux (jboss.sh y liferay.sh):
JAVA_OPTS="$JAVA_OPTS -Djsse.enableSNIExtension=false"

en windows (JBoss.bat y Liferay.bat):
set JAVA_OPTS=%JAVA_OPTS% -Djsse.enableSNIExtension=false

Portlets.properties

o3.http.host=www.ideasoft.biz
o3.http.port=443
liferay.port=443

...