Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

Restart the Portal:

Kodeblok
root@lrserver:/data/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/bin# ./shutdown.sh
root@lrserver:/data/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/bin# ./startup.sh 

Reload the portal:

Image Added

Here it get a bit wierd, as Username/password was never given/setup to the install - after a short google, I found that test@liferay-com/test works.

And the portal is up:

Image Added

And looking at my User "NN" its not impressive - a stange mix between the input I have given and some setup automatically:

Image Added

Its not fast, adding som memory etc:

Change

Kodeblok
CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true  -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false -Duser.timezone=GMT -Xmx1024m -XX:MaxPermSize=384m"

to (for 3GB)

Kodeblok
CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true  -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false -Duser.timezone=GMT -Xms1024m -Xmx3072m -XX:MaxPermSize=384m"