| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright 2004-2005 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1"> |
| |
| <gbean name="TomcatWebBuilder" class="org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder"> |
| <attribute name="tomcatContainerName">?name=TomcatWebContainer</attribute> |
| <references name="WebServiceBuilder"> |
| <pattern> |
| <name>WebServiceBuilder</name> |
| </pattern> |
| <pattern> |
| <name>UnavailableWebServiceBuilder</name> |
| </pattern> |
| </references> |
| <xml-attribute name="defaultEnvironment"> |
| <environment xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1"> |
| <dependencies> |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>j2ee-server</artifactId> |
| <!--<version>${pom.currentVersion}</version>--> |
| <type>car</type> |
| </dependency> |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>tomcat</artifactId> |
| <!--<version>${pom.currentVersion}</version>--> |
| <type>car</type> |
| </dependency> |
| </dependencies> |
| <hidden-classes/> |
| <non-overridable-classes> |
| <filter>java.</filter> |
| <filter>javax.</filter> |
| <filter>org.apache.geronimo.</filter> |
| <filter>org.apache.jasper.</filter> |
| <filter>org.apache.naming.</filter> |
| <filter>org.apache.catalina.</filter> |
| <filter>org.apache.tomcat.</filter> |
| <filter>org.apache.tomcat.</filter> |
| <filter>org.xml.</filter> |
| <filter>org.w3c.</filter> |
| </non-overridable-classes> |
| </environment> |
| </xml-attribute> |
| </gbean> |
| |
| </module> |