META-INF.spring.osgi-container.packages.web-server-packages.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alfresco-integration Show documentation
Show all versions of alfresco-integration Show documentation
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
# Classes from these Java packages are loaded by the web server classloader.
# They must be specified explicitly, because the implementation currently
# only scans for Java packages in the web application.
#
# In a standard Tomcat directory layout these classes can typically be
# found in the 'endorsed', 'lib' and 'shared' folders.
#
# To expand on this list, place custom package configuration at this classpath
# location: /dynamic-extensions/configuration/web-server-packages.txt
#
# For a standard Alfresco directly layout this corresponds to:
# /tomcat/shared/classes/dynamic-extensions/configuration/web-server-packages.txt
# Part of the server infrastructure:
javax.servlet
javax.servlet.http
# JDK >= 6
com.sun.net.httpserver
sun.reflect
sun.misc
# Used by Gemini Blueprint:
org.xml.sax
org.apache.commons.logging
# Used by Spring:
org.aopalliance.aop
org.aopalliance.intercept
org.aspectj.lang
org.aspectj.lang.annotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy