components/tomcat/tomcat.p5m
changeset 142 6f1cb90a0ef3
child 181 87e11e685b1f
equal deleted inserted replaced
141:ed98334a0d5a 142:6f1cb90a0ef3
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri value=pkg:/web/java-servlet/tomcat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="Tomcat Servlet/JSP Container"
       
    28 set name=info.classification value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    29 set name=info.upstream_url value=http://tomcat.apache.org
       
    30 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    32 
       
    33 dir path=etc
       
    34 dir path=lib
       
    35 dir path=lib/svc
       
    36 dir path=lib/svc/manifest
       
    37 dir path=lib/svc/manifest/network
       
    38 dir path=lib/svc/method
       
    39 dir path=usr
       
    40 dir path=usr/share
       
    41 dir path=usr/share/man
       
    42 dir path=usr/share/man/man1m
       
    43 dir path=usr/tomcat6
       
    44 dir path=usr/tomcat6/bin
       
    45 dir path=usr/tomcat6/docs
       
    46 dir path=usr/tomcat6/docs/WEB-INF
       
    47 dir path=usr/tomcat6/docs/api
       
    48 dir path=usr/tomcat6/docs/appdev
       
    49 dir path=usr/tomcat6/docs/appdev/sample
       
    50 dir path=usr/tomcat6/docs/appdev/sample/docs
       
    51 dir path=usr/tomcat6/docs/appdev/sample/src
       
    52 dir path=usr/tomcat6/docs/appdev/sample/src/mypackage
       
    53 dir path=usr/tomcat6/docs/appdev/sample/web
       
    54 dir path=usr/tomcat6/docs/appdev/sample/web/WEB-INF
       
    55 dir path=usr/tomcat6/docs/appdev/sample/web/images
       
    56 dir path=usr/tomcat6/docs/architecture
       
    57 dir path=usr/tomcat6/docs/architecture/requestProcess
       
    58 dir path=usr/tomcat6/docs/architecture/startup
       
    59 dir path=usr/tomcat6/docs/config
       
    60 dir path=usr/tomcat6/docs/funcspecs
       
    61 dir path=usr/tomcat6/docs/images
       
    62 dir path=usr/tomcat6/docs/tribes
       
    63 dir path=usr/tomcat6/lib
       
    64 dir path=var
       
    65 dir path=var/tomcat6
       
    66 dir path=var/tomcat6/conf group=webservd owner=webservd
       
    67 dir path=var/tomcat6/logs group=webservd owner=webservd
       
    68 dir path=var/tomcat6/temp group=webservd owner=webservd
       
    69 dir path=var/tomcat6/webapps group=webservd owner=webservd
       
    70 dir path=var/tomcat6/webapps/ROOT
       
    71 dir path=var/tomcat6/webapps/host-manager
       
    72 dir path=var/tomcat6/webapps/host-manager/META-INF
       
    73 dir path=var/tomcat6/webapps/host-manager/WEB-INF
       
    74 dir path=var/tomcat6/webapps/host-manager/images
       
    75 dir path=var/tomcat6/webapps/manager
       
    76 dir path=var/tomcat6/webapps/manager/META-INF
       
    77 dir path=var/tomcat6/webapps/manager/WEB-INF
       
    78 dir path=var/tomcat6/webapps/manager/WEB-INF/jsp
       
    79 dir path=var/tomcat6/webapps/manager/images
       
    80 dir path=var/tomcat6/work group=webservd owner=webservd
       
    81 file path=lib/svc/manifest/network/http-tomcat6.xml
       
    82 file path=lib/svc/method/http-tomcat6
       
    83 file path=usr/share/man/man1m/tomcat.1m
       
    84 file path=usr/tomcat6/bin/bootstrap.jar
       
    85 file path=usr/tomcat6/bin/catalina-tasks.xml
       
    86 file path=usr/tomcat6/bin/catalina.sh
       
    87 file path=usr/tomcat6/bin/digest.sh
       
    88 file path=usr/tomcat6/bin/setclasspath.sh
       
    89 file path=usr/tomcat6/bin/shutdown.sh
       
    90 file path=usr/tomcat6/bin/startup.sh
       
    91 file path=usr/tomcat6/bin/tomcat-juli.jar
       
    92 file path=usr/tomcat6/bin/tool-wrapper.sh
       
    93 file path=usr/tomcat6/bin/version.sh
       
    94 file path=usr/tomcat6/docs/BUILDING.txt
       
    95 file path=usr/tomcat6/docs/RELEASE-NOTES.txt
       
    96 file path=usr/tomcat6/docs/RUNNING.txt
       
    97 file path=usr/tomcat6/docs/WEB-INF/web.xml
       
    98 file path=usr/tomcat6/docs/aio.html
       
    99 file path=usr/tomcat6/docs/api/index.html
       
   100 file path=usr/tomcat6/docs/appdev/build.xml.txt
       
   101 file path=usr/tomcat6/docs/appdev/deployment.html
       
   102 file path=usr/tomcat6/docs/appdev/index.html
       
   103 file path=usr/tomcat6/docs/appdev/installation.html
       
   104 file path=usr/tomcat6/docs/appdev/introduction.html
       
   105 file path=usr/tomcat6/docs/appdev/processes.html
       
   106 file path=usr/tomcat6/docs/appdev/sample/build.xml
       
   107 file path=usr/tomcat6/docs/appdev/sample/docs/README.txt
       
   108 file path=usr/tomcat6/docs/appdev/sample/index.html
       
   109 file path=usr/tomcat6/docs/appdev/sample/sample.war
       
   110 file path=usr/tomcat6/docs/appdev/sample/src/mypackage/Hello.java
       
   111 file path=usr/tomcat6/docs/appdev/sample/web/WEB-INF/web.xml
       
   112 file path=usr/tomcat6/docs/appdev/sample/web/hello.jsp
       
   113 file path=usr/tomcat6/docs/appdev/sample/web/images/tomcat.gif
       
   114 file path=usr/tomcat6/docs/appdev/sample/web/index.html
       
   115 file path=usr/tomcat6/docs/appdev/source.html
       
   116 file path=usr/tomcat6/docs/appdev/web.xml.txt
       
   117 file path=usr/tomcat6/docs/apr.html
       
   118 file path=usr/tomcat6/docs/architecture/index.html
       
   119 file path=usr/tomcat6/docs/architecture/overview.html
       
   120 file path=usr/tomcat6/docs/architecture/requestProcess.html
       
   121 file path=usr/tomcat6/docs/architecture/requestProcess/requestProcess.pdf
       
   122 file path=usr/tomcat6/docs/architecture/requestProcess/roseModel.mdl
       
   123 file path=usr/tomcat6/docs/architecture/startup.html
       
   124 file path=usr/tomcat6/docs/architecture/startup/serverStartup.pdf
       
   125 file path=usr/tomcat6/docs/architecture/startup/serverStartup.txt
       
   126 file path=usr/tomcat6/docs/balancer-howto.html
       
   127 file path=usr/tomcat6/docs/building.html
       
   128 file path=usr/tomcat6/docs/cgi-howto.html
       
   129 file path=usr/tomcat6/docs/changelog.html
       
   130 file path=usr/tomcat6/docs/class-loader-howto.html
       
   131 file path=usr/tomcat6/docs/cluster-howto.html
       
   132 file path=usr/tomcat6/docs/config/ajp.html
       
   133 file path=usr/tomcat6/docs/config/cluster-channel.html
       
   134 file path=usr/tomcat6/docs/config/cluster-deployer.html
       
   135 file path=usr/tomcat6/docs/config/cluster-interceptor.html
       
   136 file path=usr/tomcat6/docs/config/cluster-listener.html
       
   137 file path=usr/tomcat6/docs/config/cluster-manager.html
       
   138 file path=usr/tomcat6/docs/config/cluster-membership.html
       
   139 file path=usr/tomcat6/docs/config/cluster-receiver.html
       
   140 file path=usr/tomcat6/docs/config/cluster-sender.html
       
   141 file path=usr/tomcat6/docs/config/cluster-valve.html
       
   142 file path=usr/tomcat6/docs/config/cluster.html
       
   143 file path=usr/tomcat6/docs/config/context.html
       
   144 file path=usr/tomcat6/docs/config/engine.html
       
   145 file path=usr/tomcat6/docs/config/executor.html
       
   146 file path=usr/tomcat6/docs/config/globalresources.html
       
   147 file path=usr/tomcat6/docs/config/host.html
       
   148 file path=usr/tomcat6/docs/config/http.html
       
   149 file path=usr/tomcat6/docs/config/index.html
       
   150 file path=usr/tomcat6/docs/config/listeners.html
       
   151 file path=usr/tomcat6/docs/config/loader.html
       
   152 file path=usr/tomcat6/docs/config/manager.html
       
   153 file path=usr/tomcat6/docs/config/realm.html
       
   154 file path=usr/tomcat6/docs/config/resources.html
       
   155 file path=usr/tomcat6/docs/config/server.html
       
   156 file path=usr/tomcat6/docs/config/service.html
       
   157 file path=usr/tomcat6/docs/config/systemprops.html
       
   158 file path=usr/tomcat6/docs/config/valve.html
       
   159 file path=usr/tomcat6/docs/connectors.html
       
   160 file path=usr/tomcat6/docs/default-servlet.html
       
   161 file path=usr/tomcat6/docs/deployer-howto.html
       
   162 file path=usr/tomcat6/docs/developers.html
       
   163 file path=usr/tomcat6/docs/extras.html
       
   164 file path=usr/tomcat6/docs/funcspecs/fs-admin-apps.html
       
   165 file path=usr/tomcat6/docs/funcspecs/fs-admin-objects.html
       
   166 file path=usr/tomcat6/docs/funcspecs/fs-admin-opers.html
       
   167 file path=usr/tomcat6/docs/funcspecs/fs-default.html
       
   168 file path=usr/tomcat6/docs/funcspecs/fs-invoker.html
       
   169 file path=usr/tomcat6/docs/funcspecs/fs-jdbc-realm.html
       
   170 file path=usr/tomcat6/docs/funcspecs/fs-jndi-realm.html
       
   171 file path=usr/tomcat6/docs/funcspecs/fs-memory-realm.html
       
   172 file path=usr/tomcat6/docs/funcspecs/index.html
       
   173 file path=usr/tomcat6/docs/funcspecs/mbean-names.html
       
   174 file path=usr/tomcat6/docs/html-manager-howto.html
       
   175 file path=usr/tomcat6/docs/images/add.gif
       
   176 file path=usr/tomcat6/docs/images/asf-logo.gif
       
   177 file path=usr/tomcat6/docs/images/code.gif
       
   178 file path=usr/tomcat6/docs/images/design.gif
       
   179 file path=usr/tomcat6/docs/images/docs.gif
       
   180 file path=usr/tomcat6/docs/images/fix.gif
       
   181 file path=usr/tomcat6/docs/images/printer.gif
       
   182 file path=usr/tomcat6/docs/images/tomcat.gif
       
   183 file path=usr/tomcat6/docs/images/tomcat.svg
       
   184 file path=usr/tomcat6/docs/images/update.gif
       
   185 file path=usr/tomcat6/docs/images/void.gif
       
   186 file path=usr/tomcat6/docs/index.html
       
   187 file path=usr/tomcat6/docs/introduction.html
       
   188 file path=usr/tomcat6/docs/jasper-howto.html
       
   189 file path=usr/tomcat6/docs/jndi-datasource-examples-howto.html
       
   190 file path=usr/tomcat6/docs/jndi-resources-howto.html
       
   191 file path=usr/tomcat6/docs/logging.html
       
   192 file path=usr/tomcat6/docs/manager-howto.html
       
   193 file path=usr/tomcat6/docs/maven-jars.html
       
   194 file path=usr/tomcat6/docs/mbeans-descriptor-howto.html
       
   195 file path=usr/tomcat6/docs/monitoring.html
       
   196 file path=usr/tomcat6/docs/proxy-howto.html
       
   197 file path=usr/tomcat6/docs/realm-howto.html
       
   198 file path=usr/tomcat6/docs/security-manager-howto.html
       
   199 file path=usr/tomcat6/docs/setup.html
       
   200 file path=usr/tomcat6/docs/ssi-howto.html
       
   201 file path=usr/tomcat6/docs/ssl-howto.html
       
   202 file path=usr/tomcat6/docs/tribes/faq.html
       
   203 file path=usr/tomcat6/docs/tribes/introduction.html
       
   204 file path=usr/tomcat6/docs/tribes/setup.html
       
   205 file path=usr/tomcat6/docs/virtual-hosting-howto.html
       
   206 file path=usr/tomcat6/docs/windows-service-howto.html
       
   207 file path=usr/tomcat6/lib/annotations-api.jar
       
   208 file path=usr/tomcat6/lib/catalina-ant.jar
       
   209 file path=usr/tomcat6/lib/catalina-ha.jar
       
   210 file path=usr/tomcat6/lib/catalina-tribes.jar
       
   211 file path=usr/tomcat6/lib/catalina.jar
       
   212 file path=usr/tomcat6/lib/el-api.jar
       
   213 file path=usr/tomcat6/lib/jasper-el.jar
       
   214 file path=usr/tomcat6/lib/jasper-jdt.jar
       
   215 file path=usr/tomcat6/lib/jasper.jar
       
   216 file path=usr/tomcat6/lib/jsp-api.jar
       
   217 file path=usr/tomcat6/lib/servlet-api.jar
       
   218 file path=usr/tomcat6/lib/tomcat-coyote.jar
       
   219 file path=usr/tomcat6/lib/tomcat-dbcp.jar
       
   220 file path=usr/tomcat6/lib/tomcat-i18n-es.jar
       
   221 file path=usr/tomcat6/lib/tomcat-i18n-fr.jar
       
   222 file path=usr/tomcat6/lib/tomcat-i18n-ja.jar
       
   223 file path=var/tomcat6/conf/CONF.tar.gz
       
   224 file path=var/tomcat6/conf/catalina.policy mode=0644 preserve=renamenew
       
   225 file path=var/tomcat6/conf/catalina.properties mode=0644 preserve=renamenew
       
   226 file path=var/tomcat6/conf/context.xml mode=0644 preserve=renamenew
       
   227 file path=var/tomcat6/conf/logging.properties mode=0644 preserve=renamenew
       
   228 file path=var/tomcat6/conf/server.xml mode=0644 preserve=renamenew
       
   229 file path=var/tomcat6/conf/tomcat-users.xml group=webservd owner=webservd mode=0600 preserve=renamenew
       
   230 file path=var/tomcat6/conf/web.xml mode=0644 preserve=renamenew
       
   231 file path=var/tomcat6/webapps/ROOT/index.jsp mode=0644 preserve=renamenew
       
   232 file path=var/tomcat6/webapps/host-manager/META-INF/context.xml
       
   233 file path=var/tomcat6/webapps/host-manager/WEB-INF/web.xml
       
   234 file path=var/tomcat6/webapps/host-manager/images/add.gif
       
   235 file path=var/tomcat6/webapps/host-manager/images/asf-logo.gif
       
   236 file path=var/tomcat6/webapps/host-manager/images/code.gif
       
   237 file path=var/tomcat6/webapps/host-manager/images/design.gif
       
   238 file path=var/tomcat6/webapps/host-manager/images/docs.gif
       
   239 file path=var/tomcat6/webapps/host-manager/images/fix.gif
       
   240 file path=var/tomcat6/webapps/host-manager/images/tomcat.gif
       
   241 file path=var/tomcat6/webapps/host-manager/images/update.gif
       
   242 file path=var/tomcat6/webapps/host-manager/images/void.gif
       
   243 file path=var/tomcat6/webapps/host-manager/manager.xml
       
   244 file path=var/tomcat6/webapps/manager/401.jsp
       
   245 file path=var/tomcat6/webapps/manager/META-INF/context.xml
       
   246 file path=var/tomcat6/webapps/manager/WEB-INF/jsp/sessionDetail.jsp
       
   247 file path=var/tomcat6/webapps/manager/WEB-INF/jsp/sessionsList.jsp
       
   248 file path=var/tomcat6/webapps/manager/WEB-INF/web.xml
       
   249 file path=var/tomcat6/webapps/manager/images/add.gif
       
   250 file path=var/tomcat6/webapps/manager/images/asf-logo.gif
       
   251 file path=var/tomcat6/webapps/manager/images/code.gif
       
   252 file path=var/tomcat6/webapps/manager/images/design.gif
       
   253 file path=var/tomcat6/webapps/manager/images/docs.gif
       
   254 file path=var/tomcat6/webapps/manager/images/fix.gif
       
   255 file path=var/tomcat6/webapps/manager/images/tomcat.gif
       
   256 file path=var/tomcat6/webapps/manager/images/update.gif
       
   257 file path=var/tomcat6/webapps/manager/images/void.gif
       
   258 file path=var/tomcat6/webapps/manager/status.xsd
       
   259 file path=var/tomcat6/webapps/manager/xform.xsl
       
   260 link path=etc/tomcat6 target=../var/tomcat6/conf
       
   261 
       
   262 
       
   263 license tomcat.license license="Apache v2.0"
       
   264 
       
   265 legacy	pkg=SUNWtcat \
       
   266 	name="Tomcat Servlet/JSP Container" \
       
   267 	desc="Tomcat Servlet/JSP Container"