All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring.osgi-container.packages.web-server-packages.txt Maven / Gradle / Ivy

Go to download

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

There is a newer version: 3.1.0
Show newest version
# 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