Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
A Liferay oferece um armazenamento rico em recursos e fontes para ajudar nossa comunidade a usar e trabalhar melhor com a nossa tecnologia.
| Download PDF | Purchase Print Book |
Set this property to true to enable OSGi. Set this to false for compatibility with older application servers.
osgi.enabled=false
Set the OSGi framework beginning start level. The framework will proceed to this start level before the Spring context is initialized.
osgi.framework.beginning.start.level=6
Set the OSGi framework runtime start level. The framework will proceed to this start level after the Spring context is initialized.
osgi.framework.runtime.start.level=10
Set the directory where the OSGi framework will store it’s files.
osgi.framework.storage=${liferay.home}/data/osgi
Set this to true to register Liferay’s services into the OSGi framework.
osgi.register.liferay.services=true
Set a comma delimited list of java packages that are exported to the OSGi framework as bundle symbolic names.
osgi.system.bundle.export.packages=\
com.liferay.portal.impl,\
com.liferay.portal.service,\
com.liferay.util.bridges,\
com.liferay.util.java,\
com.liferay.util.taglib,\
org.springframework.aop,\
org.springframework.asm,\
org.springframework.aspects,\
org.springframework.beans,\
org.springframework.context,\
org.springframework.context.support,\
org.springframework.core,\
org.springframework.expression,\
org.springframework.jdbc,\
org.springframework.jms,\
org.springframework.orm,\
org.springframework.oxm,\
org.springframework.transaction,\
org.springframework.web,\
org.springframework.web.portlet,\
org.springframework.web.servlet,\
org.springframework.web.struts
Set a comma delimited list of java packages that are exported to the OSGi framework as extra system packages.
osgi.system.packages.extra=\
javax.annotation;version="1.0",\
javax.annotation.security;version="1.0",\
javax.el;version="2.2",\
javax.mail;version="1.4",\
javax.mail.event;version="1.4",\
javax.mail.internet;version="1.4",\
javax.mail.search;version="1.4",\
javax.mail.util;version="1.4",\
javax.portlet;version="2.0",\
javax.portlet.filter;version="2.0",\
javax.servlet;version="3.0.0",\
javax.servlet.annotation;version="3.0.0",\
javax.servlet.descriptor;version="3.0.0",\
javax.servlet.http;version="3.0.0",\
javax.servlet.jsp;version="2.2",\
javax.servlet.jsp.el;version="2.2",\
javax.servlet.jsp.tagext;version="2.2",\
org.aopalliance.aop,\
org.aopalliance.intercept,\
org.apache.commons.logging;version="1.1.1",\
org.slf4j;version="1.5.11",\
org.slf4j.helpers;version="1.5.11",\
org.slf4j.spi;version="1.5.11"