alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Tomcat example source code file (fs-admin-opers.xml)

This example Tomcat source code file (fs-admin-opers.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Tomcat tags/keywords

access, context, context, entry, filter, filter, host, license, license, logger, logger, manager, operations, resource

The Tomcat fs-admin-opers.xml source code

<?xml version="1.0"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You 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.
-->
<!DOCTYPE document [
  <!ENTITY project SYSTEM "project.xml">
]>
<document url="fs-admin-opers.html">

  &project;

  <properties>
    <author email="craigmcc@apache.org">Craig McClanahan
    <title>Administrative Apps - Supported Operations
    <revision>$Id: fs-admin-opers.xml 562814 2007-08-05 03:52:04Z markt $
  </properties>

<body>


<section name="Supported Operations Overview">

<p>This document defines the Supported Operations that may
be performed against the <a href="fs-admin-objects.html">Administered
Objects</a> that are supported by Tomcat 5 administrative applications.
Not all operations are required to be available through every administrative
application that is implemented.  However, if a given operation is available,
it should operate consistently with the descriptions found here.</p>

<p>Supported Operations are described for the following Administered
Objects:</p>
<ul>
<li>Access Logger
<li>Connector
<li>Context
<li>Default Context
<li>Engine
<li>Environment Entry
<li>Host
<li>JDBC Resource
<li>Loader
<li>Manager
<li>Realm
<li>Request Filter
<li>Server
<li>Service
</ul>

</section>


<section name="Access Logger">

  <p>From the perspective of a particular Access Logger, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Engine, Host, or
      <em>Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Connector">

  <p>From the perspective of a particular Connector, it shall be
  possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Service.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Context">

  <p>From the perspective of a particular Context, it shall be
  possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Host.
  <li>Edit the configurable properties of this object.
  <li>Create and configure a new Access Logger associated
      with this object.</li>
  <li>Edit the configurable properties of the associated Access
      Logger</em>.
  <li>Remove the associated Access Logger.
  <li>Create and configure a new Environment Entry associated
      with this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>Environment Entry.
  <li>Remove an associated Environment Entry.
  <li>Create and configure a new JDBC Resource associated
      with this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>JDBC Resource.
  <li>Remove an associated JDBC Resource.
  <li>Create and configure a new Loader associated with
      this object.</li>
  <li>Edit the configurable properties of the associated Loader.
  <li>Remove the associated Loader.
  <li>Create and configure a new Manager associated with
      this object.</li>
  <li>Edit the configurable properties of the associated Manager.
  <li>Remove the associated Manager.
  <li>Create and configure a new Realm associated with
      this object.</li>
  <li>Edit the configurable properties of the associated Realm.
  <li>Remove the associated Realm.
  <li>Create and configure a new Request Filter associated with
      this object.</li>
  <li>Select and edit the configurable properties of an
      associated <em>Request Filter
  <li>Remove an associated Request Filter.
  </ul>

</section>


<section name="Default Context">

  <p>From the perspective of a particular Default Context, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Engine or Host.
  <li>Edit the configurable properties of this object.
  <li>Create and configure a new Environment Entry associated
      with this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>Environment Entry.
  <li>Remove an associated Environment Entry.
  <li>Create and configure a new JDBC Resource associated
      with this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>JDBC Resource.
  <li>Remove an associated JDBC Resource.
  </ul>

</section>


<section name="Engine">

  <p>From the perspective of a particular Engine, it shall be
  possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Service.
  <li>Edit the configurable properties of this object.
  <li>Create and configure a new Access Logger associated
      with this object.</li>
  <li>Edit the configurable properties of the associated Access
      Logger</em>.
  <li>Remove the associated Access Logger.
  <li>Create and configure a new Default Context associated
      with this object.</li>
  <li>Edit the configurable properties of the associated Default
      Context</em>.
  <li>Remove the associated Default Context.
  <li>Create and configure a new Host associated with
      this object.</li>
  <li>Select and edit the configurable properties of an
      associated <em>Host.
  <li>Remove an associated Host.
  <li>Create and configure a new Realm associated with
      this object.</li>
  <li>Edit the configurable properties of the associated Realm.
  <li>Remove the associated Realm.
  <li>Create and configure a new Request Filter associated with
      this object.</li>
  <li>Select and edit the configurable properties of an
      associated <em>Request Filter
  <li>Remove an associated Request Filter.
  </ul>

</section>


<section name="Environment Entry">

  <p>From the perspective of a particular Environment Entry, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Context or Default Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Host">

  <p>From the perspective of a particular Host, it shall be
  possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Engine.
  <li>Edit the configurable properties of this object.
  <li>Create and configure a new Access Logger associated
      with this object.</li>
  <li>Edit the configurable properties of the associated Access
      Logger</em>.
  <li>Remove the associated Access Logger.
  <li>Create and configure a new Context associated with
      this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>Context.
  <li>Remove an associated Context.
  <li>Create and configure a new Default Context associated
      with this object.</li>
  <li>Edit the configurable properties of the associated Default
      Context</em>.
  <li>Remove the associated Default Context.
  <li>Create and configure a new Realm associated with
      this object.</li>
  <li>Edit the configurable properties of the associated Realm.
  <li>Remove the associated Realm.
  <li>Create and configure a new Request Filter associated with
      this object.</li>
  <li>Select and edit the configurable properties of an
      associated <em>Request Filter
  <li>Remove an associated Request Filter.
  </ul>

</section>


<section name="JDBC Resource">

  <p>From the perspective of a particular JDBC Resource, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Context or Default Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Loader">

  <p>From the perspective of a particular Loader, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Manager">

  <p>From the perspective of a particular Manager, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Realm">

  <p>From the perspective of a particular Realm, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Engine, Host, or
      <em>Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Request Filter">

  <p>From the perspective of a particular Request Filter, it shall
  be possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Engine, Host, or
      <em>Context.
  <li>Edit the configurable properties of this object.
  </ul>

</section>


<section name="Server">

  <p>From the perspective of the overall Server, it shall be
  possible to perform the following administrative operations:</p>
  <ul>
  <li>Edit the configurable properties of this object.
  <li>Create and configure a new Service associated with
      this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>Service.
  </ul>

</section>


<section name="Service">

  <p>From the perspective of a particular Service, it shall be
  possible to perform the following administrative operations:</p>
  <ul>
  <li>Navigate to the owning Server.
  <li>Edit the configurable properties of this object.
  <li>Create and configure a new Connector associated with
      this object.</li>
  <li>Select and edit the configurable properties of an associated
      <em>Connector.
  <li>Remove an associated Connector.
  <li>Create and configure a new Engine associated with
      this object.</li>
  <li>Edit the configurable properties of the associated Engine.
  <li>Remove the associated Engine.
  </ul>

</section>


</body>

</document>

Other Tomcat examples (source code examples)

Here is a short list of links related to this Tomcat fs-admin-opers.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.