Date: 2004-01-27T13:40:44
   Editor: 203.45.72.167 <>
   Wiki: Apache Geronimo Wiki
   Page: Architecture/WebContainer
   URL: http://wiki.apache.org/geronimo/Architecture/WebContainer

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -11,13 +11,9 @@
 
 == Webapp Deployment ==
 
-A webapplication in either EAR, WAR or unpacked format is deployed by standard 
geronimo mechanisms into the default geronimo web container.
+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.
 
-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.
+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.
 
 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.
 

Reply via email to