Date: 2004-01-27T17:05:08
   Editor: GregWilkins <[EMAIL PROTECTED]>
   Wiki: Apache Geronimo Wiki
   Page: Architecture/WebContainer
   URL: http://wiki.apache.org/geronimo/Architecture/WebContainer

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -14,9 +14,12 @@
 
 A webapplication in either EAR, WAR or unpacked format is deployed by standard 
geronimo mechanisms into the default geronimo web container. All filters, 
servlets and listeners will be able to be configured from the standard servlet 
2.4 web.xml deployment descriptor.  EJBs deployed within an EAR that use link 
resolution should also be able to be resolved.
 
-An optional WEB-INF/geronimo-web.xml deployment will be required to configure 
any additional jndi resources and resource-refs. The context path will be set 
by the EAR application.xml, the WAR filename, the directory filename or by a 
geronimo configuration element.
+Any geronimo specific configuration will be done via the JSR88 deployment plan 
associated with
+the deployment.  The deployment plan will include any mappings required to 
JNDI resources
+or specific web container configurations.
 
-Optional WEB-INF/"impl"-web.xml files may be used for Jetty/Tomcat/etc 
specific configuration, but their use will be discouraged for all but 
exceptional cases.
+Optional WEB-INF/"impl"-web.xml files may be used for Jetty/Tomcat/etc 
specific configuration, but their use will be discouraged for all but 
exceptional cases.  Instead, implementation specific configuration should 
either be done via an extensible deployment plan or avoided by integration
+into common geronimo services.
 
 == Connector Configuration ==
 

Reply via email to