System and method for supporting partitions in a multitenant application server environment

Information

  • Patent Grant
  • 12250267
  • Patent Number
    12,250,267
  • Date Filed
    Monday, October 17, 2022
    2 years ago
  • Date Issued
    Tuesday, March 11, 2025
    2 months ago
Abstract
In accordance with an embodiment, described herein is a system and method for supporting partitions in a multitenant application server environment. In accordance with an embodiment, an application server administrator (e.g., a WLS administrator) can create or delete partitions; while a partition administrator can administer various aspects of a partition, for example create resource groups, deploy applications to a specific partition, and reference specific realms for a partition. Resource groups can be globally defined at the domain, or can be specific to a partition. Applications can be deployed to a resource group template at the domain level, or to a resource group scoped to a partition or scoped to the domain. The system can optionally associate one or more partitions with a tenant, for use by the tenant.
Description
COPYRIGHT NOTICE

A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.


FIELD OF INVENTION

Embodiments of the invention are generally related to application servers and cloud environments, and are particularly related to a system and method for supporting partitions in a multitenant application server environment.


BACKGROUND

Application servers generally provide a managed environment within which software applications can be deployed and run. Cloud-based environments allow applications to run within and take advantage of the distributed resources provided by a cloud. Such environments can support large numbers of users or tenants, some of which may have specific requirements that are particular to that user or tenant. These are some examples of the type of environments in which embodiments of the present invention can be used.


SUMMARY

In accordance with an embodiment, described herein is a system and method for supporting partitions in a multitenant application server environment. In accordance with an embodiment, an application server administrator (e.g., a WLS administrator) can create or delete partitions; while a partition administrator can administer various aspects of a partition, for example create resource groups, deploy applications to a specific partition, and reference specific realms for a partition. Resource groups can be globally defined at the domain, or can be specific to a partition. Applications can be deployed to a resource group template at the domain level, or to a resource group scoped to a partition or scoped to the domain. The system can optionally associate one or more partitions with a tenant, for use by the tenant.





BRIEF DESCRIPTION OF THE FIGURES


FIG. 1 illustrates a system for supporting multi-tenancy in an application server, cloud, or other environment, in accordance with an embodiment.



FIG. 2 further illustrates a system for supporting multi-tenancy in an application server, cloud, or other environment, in accordance with an embodiment.



FIG. 3 further illustrates a system for supporting multi-tenancy in an application server, cloud, or other environment, in accordance with an embodiment.



FIG. 4 illustrates a domain configuration for use with an exemplary multi-tenant environment, in accordance with an embodiment.



FIG. 5 further illustrates an exemplary multi-tenant environment, in accordance with an embodiment.



FIG. 6 illustrates the use of partitions in an application server, cloud, or other environment, in accordance with an embodiment.



FIG. 7 further illustrates the use of partitions in an application server, cloud, or other environment, in accordance with an embodiment.



FIG. 8 illustrates a method of using partitions in an application server, cloud, or other environment, in accordance with an embodiment.





DETAILED DESCRIPTION

In accordance with an embodiment, described herein is a system and method for supporting partitions in a multitenant application server environment. In accordance with an embodiment, an application server administrator (e.g., a WLS administrator) can create or delete partitions; while a partition administrator can administer various aspects of a partition, for example create resource groups, deploy applications to a specific partition, and reference specific realms for a partition. Resource groups can be globally defined at the domain, or can be specific to a partition. Applications can be deployed to a resource group template at the domain level, or to a resource group scoped to a partition or scoped to the domain. The system can optionally associate one or more partitions with a tenant, for use by the tenant.


Application Server (e.g., Multi-Tenant, MT) Environment



FIG. 1 illustrates a system for supporting multi-tenancy in an application server, cloud, or other environment, in accordance with an embodiment.


As illustrated in FIG. 1, in accordance with an embodiment, an application server (e.g., multi-tenant, MT) environment 100, or other computing environment which enables the deployment and execution of software applications, can be configured to include and operate according to a domain 102 configuration that is used at runtime to define an application server domain.


In accordance with an embodiment, the application server can include one or more partitions 104 that are defined for use at runtime. Each partition can be associated with a globally unique partition identifier (ID) and partition configuration, and can further include one or more resource groups 124, together with a reference to a resource group template 126 and/or partition-specific applications or resources 128. Domain-level resource groups, applications and/or resources 140 can also be defined at the domain level, optionally with a reference to a resource group template.


Each resource group template 160 can define one or more applications A 162, B 164, resources A 166, B 168, and/or other deployable applications or resources 170, and can be referenced by a resource group. For example, as illustrated in FIG. 1, resource group 124 in partition 104 can reference 190 resource group template 160.


Generally, a system administrator can define partitions, domain-level resource groups and resource group templates, and security realms; while a partition administrator can define aspects of their own partition, for example, by creating partition-level resource groups, deploying applications to the partition, or referencing specific realms for the partition.



FIG. 2 further illustrates a system for supporting multi-tenancy in an application server, cloud, or other environment, in accordance with an embodiment.


As illustrated in FIG. 2, in accordance with an embodiment, a partition 202 can include, for example, a resource group 205 which includes a reference 206 to a resource group template 210, a virtual target (e.g., virtual host) information 207, and a pluggable database (PDB) information 208. A resource group template (e.g., 210) can define, for example, a plurality of applications A 211 and B 212, together with resources such as a Java Message Server (JMS) server 213, store-and-forward (SAF) agent 215, mail session component 216, or Java Database Connectivity (JDBC) resource 217.


The resource group template illustrated in FIG. 2 is provided by way of example; in accordance with other embodiments, different types of resource group templates and elements can be provided.


In accordance with an embodiment, when a resource group within a partition (e.g., 202) references 220 a particular resource group template (e.g., 210), information associated with a particular partition can be used in combination with the referenced resource group template, to indicate a partition-specific information 230, for example a partition-specific PDB information. The partition-specific information can then be used by the application server to configure resources, for example a PDB resource, for use by the partition. For example, partition-specific PDB information associated with partition 202 can be used, by the application server, to configure 232 a container database (CDB) 236 with an appropriate PDB 238, for use by that partition.


Similarly, in accordance with an embodiment, a virtual target information associated with a particular partition can be used to define 239 a partition-specific virtual target 240, for use by the partition, e.g., baylandurgentcare.com, which can then be made accessible via a uniform resource locator (URL), e.g., http://baylandurgentcare.com.



FIG. 3 further illustrates a system for supporting multi-tenancy in an application server, cloud, or other environment, in accordance with an embodiment.


In accordance with an embodiment, a system configuration such as a config.xml configuration file, is used to define a partition, including configuration elements for resource groups associated with that partition, and/or other partition properties. Values can be specified per-partition using property name/value pairs.


In accordance with an embodiment, a plurality of partitions can be executed within a managed server/cluster 242, or a similar environment which can provide access to a CDB 243, and which are accessible via a web tier 244. This allows, for example, a domain or partition to be associated with one or more of the PDBs (of the CDB).


In accordance with an embodiment, each of the plurality of partitions, in this example partition A 250 and partition B 260, can be configured to include a plurality of resources associated with that partition. For example, partition A can be configured to include a resource group 251 which contains an application A1 252, application A2 254, and JMS A 256, together with a datasource A 257 associated with PDB A 259, wherein the partition is accessible via a virtual target A 258. Similarly, partition B 260 can be configured to include a resource group 261 which contains an application B1 262, application B2 264, and JMS B 266, together with a datasource B 267 associated with PDB B 269, wherein the partition is accessible via a virtual target B 268.


While several of the above examples illustrate use of CDB and PDBs, in accordance with other embodiments, other types of multi-tenant or non-multi-tenant databases can be supported, wherein a particular configuration can be provided for each partition, for example through the use of schemas, or the use of different databases.


Resources


In accordance with an embodiment, a resource is a system resource, application, or other resource or object that can be deployed to a domain of the environment. For example, in accordance with an embodiment, a resource can be an application, JMS, JDBC, JavaMail, WLDF, data source, or other system resource or other type of object that can be deployed to a server, cluster, or other application server target.


Partitions


In accordance with an embodiment, a partition is a runtime and administrative subdivision or slice of a domain that can be associated with a partition identifier (ID) and configuration, and can contain applications and/or refer to domain-wide resources through the use of resource groups and resource group templates.


Generally, a partition can contain its own applications, refer to domain wide applications via resource group templates, and have its own configuration. Partitionable entities can include resources, for example JMS, JDBC, JavaMail, WLDF resources, and other components, such as JNDI namespace, network traffic, work managers, and security policies and realms. In the context of a multi-tenant environment, the system can be configured to provide tenant access to the administrative and runtime aspects of partitions associated with a tenant.


In accordance with an embodiment, each resource group within a partition can optionally reference a resource group template. A partition can have multiple resource groups, and each of them can reference a resource group template. Each partition can define properties for configuration data that is not specified in the resource group templates to which the partition's resource groups refer. This enables the partition to act as a binding of deployable resources defined in a resource group template, to specific values for use with that partition. In some cases, a partition can override configuration information specified by a resource group template.


In accordance with an embodiment, a partition configuration, as defined for example by a config.xml configuration file, can include a plurality of configuration elements, for example: “partition”, which contains the attributes and child elements that define the partition; “resource-group”, which contains the applications and resources deployed to the partition; “resource-group-template”, which contains applications and resources defined by that template; “jdbc-system-resource-override”, which contains a database-specific service name, user name, and password; and “partition-properties”, which contains property key values that can be used for macro replacement in resource group templates.


Upon startup, the system can use the information provided by the configuration file to generate partition-specific configuration elements for each resource, from the resource group template.


Resource Groups


In accordance with an embodiment, a resource group is a named, fully-qualified collection of deployable resources that can be defined either at a domain or partition level, and can reference a resource group template. The resources in a resource group are considered fully-qualified in that the administrator has provided all of the information needed to start or connect to those resources, for example the credentials for connecting to a data source, or the targeting information for a application.


A system administrator can declare resource groups at the domain level, or at the partition level. At the domain level, a resource group provides a convenient way to group related resources. The system can manage resources declared in a domain-level resource group the same as ungrouped resources, so that the resources can be started during system start-up, and stopped during system shut-down. An administrator can also stop, start, or remove a resource in a group individually, and can act on all the resources in a group implicitly by operating on the group. For example, stopping a resource group stops all of the resources in the group that are not already stopped; starting the resource group starts any resources in the group that are not already started; and removing the resource group removes all of the resources contained in the group.


At the partition level, a system or partition administrator can configure zero or more resource groups in a partition, subject to any security restrictions. For example, in a SaaS use case, various partition-level resource groups can refer to domain-level resource group templates; while in a PaaS use case, partition-level resource groups can be created that do not refer to resource group templates, but instead represent applications and their related resources that are to be made available within that partition only.


In accordance with an embodiment, resource grouping can be used to group together applications and the resources they use as a distinct administrative unit within the domain. For example, in the medical records (MedRec) application described below, a resource grouping defines the MedRec application and its resources. Multiple partitions can run the same MedRec resource group, each using a partition-specific configuration information, such that the applications that are part of each MedRec instance are made specific to each partition.


Resource Group Templates


In accordance with an embodiment, a resource group template is a collection of deployable resources that are defined at a domain level, that can be referenced from a resource group, and some of the information required to activate its resources may not be stored as part of the template itself, such that it supports the specification of partition level configuration. A domain can contain any number of resource group templates, each of which can include, for example, one or more related Java applications and the resources on which those applications depend. Some of the information about such resources may be the same across all partitions, while other information may vary from one partition to the next. Not all configuration need be specified at the domain level—partition level configuration can instead be specified in the resource group template through the use of macros, or property name/value pairs.


In accordance with an embodiment, a particular resource group template can be referenced by one or more resource groups. Generally, within any given partition, a resource group template can be referenced by one resource group at a time, i.e., not simultaneously by multiple resource groups within the same partition; however, it can be referenced at the same time by another resource group in a different partition. The object containing the resource group, e.g., the domain or partition, can use property name/value assignments to set the value of any tokens in the resource group template. When the system activates a resource group template using a referencing resource group, it can replace those tokens with values set in the resource group's containing object. In some cases, the system can also use statically-configured resource group templates and partitions to generate runtime configuration for each partition/template combination.


For example, in a SaaS use case, the system can activate the same applications and resources multiple times, including once for each partition that will use them. When an administrator defines a resource group template they can use tokens to represent the information that will be supplied elsewhere. For example, the username to use in connecting to a CRM-related data resource can be indicated in the resource group template as \${CRM Data Username}.


Tenants


In accordance with an embodiment, in a multi-tenant environment, such as a multi-tenant (MT) application server environment, a tenant is an entity that can be represented by, or otherwise associated with, one or more partitions and/or one or more tenant-aware applications.


For example, tenants can represent distinct user organizations, such as different external companies, or different departments within a particular enterprise (e.g., HR and Finance departments), each of which can be associated with a different partition. A tenant globally unique identity (tenant ID) is the association of a particular user, at a particular moment in time, with a particular tenant. The system can derive which tenant a particular user belongs to from the user identity, for example by referring to a user identity store. The user identity enables the system to enforce those actions that a user is authorized to perform, including, but not limited to, which tenant the user may belong.


In accordance with an embodiment, the system enables isolation of the administration and runtime of different tenants from each other. For example, tenants can configure some behaviors of their applications, and resources to which they have access. The system can ensure that a particular tenant cannot administer artifacts belonging to another tenant; and, at runtime, that the applications working on behalf of a particular tenant refer only to resources associated with that tenant, and not to resources associated with other tenants.


In accordance with an embodiment, a tenant-unaware application is one that contains no logic dealing with tenants explicitly, such that any resources that the application uses may be accessible regardless of what user submitted a request to which the application is responding. In contrast, a tenant-aware application includes logic that explicitly deals with tenants. For example, based on a user's identity the application can derive the tenant to which the user belongs and use that information to access tenant-specific resources.


In accordance with an embodiment, the system enables users to deploy applications that are explicitly written to be tenant-aware, so that application developers can obtain the tenant ID of a current tenant. The tenant-aware application can then use the tenant ID to handle multiple tenants that are using a single instance of the application.


For example, the MedRec application, which supports a single doctor's office or hospital, can be exposed to two different partitions or tenants, e.g., a Bayland Urgent Care tenant, and a Valley Health tenant, each of which is able to access separate tenant-specific resources, such as separate PDBs, without changing the underlying application code.


Exemplary Domain Configuration and Multi-Tenant Environment


In accordance with an embodiment, applications can be deployed to a resource group template at the domain level, or to a resource group that is scoped to a partition or scoped to the domain. Application configuration can be overridden using deployment plans specified per-application, or per-partition. Deployment plans can also be specified as part of a resource group.



FIG. 4 illustrates a domain configuration for use with an exemplary multi-tenant environment, in accordance with an embodiment.


In accordance with an embodiment, when the system starts a partition, it creates virtual targets (e.g., virtual hosts) and connection pools, including one for each partition, to respective database instances, according to the provided configuration.


Typically, each resource group template can include one or more related applications and the resources on which those applications depend. Each partition can provide configuration data that is not specified in the resource group templates to which it refers, by providing a binding of the deployable resources in resource group templates to specific values associated with the partition; including, in some cases, overriding certain configuration information specified by the resource group template. This enables the system to activate an application represented by a resource group template differently for each partition, using the property values each partition has defined.


In some instances, a partition may contain resource groups that do not refer to resource group templates, or that directly define their own partition-scoped deployable resources. Applications and data sources that are defined within a partition are generally available only to that partition. Resources can be deployed so that they can be accessed from across partitions using partition:<partitionName>/<resource JNDI name>, or domain:<resource JNDI name>.


For example, a MedRec application can include a plurality of Java applications, a data source, a JMS server, and a mail session. To run the MedRec application for multiple tenants, the system administrator can define a single MedRec resource group template 286, declaring those deployable resources in the template.


In contrast to domain-level deployable resources, the deployable resources declared in a resource group template may not be fully configured in the template, or cannot be activated as-is, since they lack some configuration information.


For example, the MedRec resource group template may declare a data source used by the applications, but it may not specify a URL for connecting to the database. Partitions associated with different tenants, for example, partition BUC-A 290 (Bayland Urgent Care, BUC) and partition VH-A 292 (Valley Health, VH) can reference one or more resource group templates, by each including a MedRec resource group 293, 294 that references 296, 297 the MedRec resource group template. The reference can then be used to create 302, 306, the virtual targets/virtual hosts for each tenant, including a virtual host baylandurgentcare.com 304 associated with the BUC-A partition, for use by the Bayland Urgent Care tenant; and a virtual host valleyhealth.com 308 associated with the VH-A partition, for use by the Valley Health tenant.



FIG. 5 further illustrates an exemplary multi-tenant environment, in accordance with an embodiment. As illustrated in FIG. 5, and continuing the example from above, in which two partitions reference the MedRec resource group template, in accordance with an embodiment, a servlet engine 310 can be used to support a plurality of tenant environments, in this example a Bayland Urgent Care Physician tenant environment 320, and a Valley Health Physician tenant environment 330.


In accordance with an embodiment, each partition 321, 331 can define a different virtual target on which to accept incoming traffic for that tenant environment, and a different URL 322, 332 for connecting to the partition and to its resources 324, 334, including in this example either a bayland urgent care database, or a valley health database respectively. The database instances can use compatible schemas, since the same application code will execute against both databases. When the system starts the partitions, it can create the virtual targets and connection pools to the respective database instances.


Partition-Related Features


In accordance with an embodiment, an application server administrator (e.g., a WLS administrator) can create or delete partitions; while a partition administrator can administer various aspects of a partition, for example create resource groups, deploy applications to a specific partition, and reference specific realms for a partition. Resource groups can be globally defined at the domain, or can be specific to a partition. Applications can be deployed to a resource group template at the domain level, or to a resource group scoped to a partition or scoped to the domain. The system can optionally associate one or more partitions with a tenant, for use by the tenant.



FIG. 6 illustrates the use of partitions in an application server, cloud, or other environment, in accordance with an embodiment. As shown in FIG. 6, in accordance with an embodiment, a first or particular partition A 400 can be associated with a partition ID 402, resource group 404 with optional resource group template reference 406, and/or one or more partition-specific resource groups, applications or resources 410. A particular resource group template A 420 can define one or more applications 422, resources 424, or resource configuration tokens 426, such that when a resource group of a partition (e.g., Partition A) references 430 that resource group template, the applications, resources, and resource configuration tokens can be used to configure 432 the resource group, including defining a virtual target information 412 and/or associating a virtual target 438 (e.g., baylandurgentcare.com) with the resource group, which in turn is associated with a target system 440 (e.g., a computer server, or a cluster).



FIG. 7 further illustrates the use of partitions in an application server, cloud, or other environment, in accordance with an embodiment. As shown in FIG. 7, in accordance with an embodiment, a second partition B 450 can be similarly associated with a partition ID 452, resource group 454 with optional resource group template reference 456, and/or one or more partition-specific resource groups, applications or resources 460. A second resource group template B 470 can similarly define one or more applications 472, resources 474, or resource configuration tokens 476. A resource group of a partition (e.g., Partition B) can reference 480, 482 either of the resource group templates A and B, such that the applications, resources, and resource configuration tokens of the selected resource group template (in this example, resource group template B) can be used to configure 484 the resource group, including defining a virtual target information 462 and/or associating a virtual target 488 (e.g., valleyhealth.com) with the resource group, which in turn is associated with the target system.



FIG. 8 illustrates a method of using partitions in an application server, cloud, or other environment, in accordance with an embodiment. As shown in FIG. 8, in accordance with an embodiment, at step 490, an application server environment is provided, including a domain for execution of software applications, and one or more partitions and resource groups, wherein each partition provides an administrative and runtime subdivision of the domain and can include one or more resource groups, and wherein each resource group is a collection of deployable applications or resources that can reference a resource group template.


At step 492, each partition is associated with a configuration information so that, upon startup, the system can use the configuration information associated with the partition to generate partition-specific configuration elements for each resource group and resource therein, including from any referenced resource group template.


At step 494, each resource group, or partition which includes that resource group, can be associated with a virtual target (e.g., virtual host) information that defines a target to which that resource group or partition should be targeted and deployed.


At step 496, each partition can be optionally associated with a tenant in a multitenant environment, for use by that tenant.


Partition Administration


In accordance with an embodiment, a system administrator can create, delete and migrate partitions; and can also create and assign targets. A partition administrator can administer various aspects of a partition at the partition level, for example creating resource groups, or deploying applications to a resource group within a partition. A system administrator can set or change the security characteristics of a partition (e.g., the security realm), or reference a shared (domain-level) resource group or resource group template.


Partition Name and Partition ID


In accordance with an embodiment, each partition has two identifiers: a partition name, which is a human-readable name that is specified at partition creation time, and is the identifier used by humans to administer the partition, and by code that prefers a human-friendly identifier; and a partition ID, which is a less readable name that is generated for a partition, for example as a UUID, and is therefore unique over time and space, and is used by code that needs a globally unique ID to differentiate between partitions. A partition's name and ID can be retrieved from both the partition config bean, and the invocation context (ComponentInvocationContext).


Partition Configuration


In accordance with an embodiment, the partition configuration is contained in config.xml and includes the following configuration elements:

    • partition—this is the top-level configuration element and contains the attributes and child elements that define the partition. The partition element will be defined at the domain level. A partition can contain resource groups, system resource override elements, and attributes that define the realm, network mapping to partition, SSL info, and other partition information.
    • resource-group—this element contains the applications and resources deployed to the partition.
    • A resource group can extend a resource group template so that common applications or resources can be defined in one place and shared among partitions. Names within a resource group must be unique across the partition—a validation error will occur if the same name is defined within different resource group template or resource groups.
    • resource-group-template—even though this element is defined at the domain level and contains applications and resources, since all the resource groups that reference a resource group template from within a partition get all the resources and applications, logically the resource group templates contain configuration that are specified for a partition.
    • configuration-properties—this element contains property key values. The configuration properties can be specified at both the partition level as well as the resource groups at the domain level. The model for partition-specific overrides is that most common attributes that need to be partition-specific should be contained in a child configuration element of the partition, which makes it easier for customers to specify commonly used partition-specific configuration via specific configuration elements.


      Partition Portability


In accordance with an embodiment, a partition can be exported from one domain (e.g., source domain) and imported into another domain (e.g., target domain). Exporting a partition creates a partition archive that can be copied to another system and imported into the target domain, without requiring shutdown or restart of either domain.


Partition and Resource Group Migration


In accordance with an embodiment, a resource group within a partition can be migrated from one virtual target to another, thus enabling serviceability.


Tenant and Partition Relationship


In accordance with an embodiment, a tenant can be defined outside of the application server environment, for example in a Fusion Applications (FA) or Fusion Middleware (FMW) environment.


Mapping of Hosts and URLs to Partitions


In accordance with an embodiment, each container/request handler can establish a partition context and push it onto an invocation context manager (ComponentInvocationContext Manager), for subsequent use. A partition table can be used to help containers do this by providing a mapping from hostname/port/URL to partition name. Mapping to a partition can be accomplished by matching one or more of the following: Hostname (often a virtual hostname); Port Number; URI path prefix. A partition can have one or more virtual targets associated with it (via the partition's available targets list). Similar to a virtual host, a virtual target provides the capability to specify one or more hostnames, an optional URI path prefix and an optional port number. If an incoming request matches this information on any of the virtual targets associated with a partition, then it is assumed that the request is intended for applications in that partition.


Targeting of Partition Resources


In accordance with an embodiment, the use of a virtual target virtualizes the target for a resource group, which makes the resource group configuration portable without having any attributes of the physical resources, thus allowing a system administrator change the physical topology of the system without affecting the clients of the partition. Targeting is specified at the resource group level, and applies to all resources contained in the resource group. A set of available targets and a default target can be specified at the partition level. A virtual target can be targetable to a managed server or cluster, or to multiple servers or clusters, and can be shared by more than one resource group in the same partition.


If the resource group has targets specified, then those will be used as targets for the resources contained within the resource group. If the resource group does not have targets specified, but the default target at the partition level is set, then that will be used as the target for all resources contained within the resource group. If the resource group does not have targets specified and the default target at the partition level is not set, then the resources in the resource group will not be targeted.


In the simple case, where there is one target, or all resource groups are targeted to one cluster or a managed server, the cluster or managed server can be specified in the virtual target and the same virtual target can be the default target for a partition. In such a case the resource groups are not required to be specifically targeted to the virtual target.


Application Deployment and Configuration


In accordance with an embodiment, applications and shared libraries can be deployed to a resource group within a partition. Application configuration can be overridden using deployment plan mechanisms provided by the application server. Deployment plans can be specified per application per partition, or as part of a resource group.


Networking Layer


In accordance with an embodiment, the system can include a networking layer that associates incoming requests with a partition ID. The association can be made for all the network protocols including http/https traffic, RMI/T3, RMI/IIOP and other protocols. For example, based on a request URL (e.g., a virtual target/virtual host plus optional path), the networking layer can determine a target partition for the request, and add the determined partition ID to the request's execution context. If each partition is configured to use a unique virtual target and network access point (NAP) combination, then the system can map all requests on a particular virtual target to the corresponding partition. If partitions are instead configured to share the same host name in virtual targets, then a URI prefix can be defined for the virtual target, so that the system can determine the appropriate partition based on the virtual target plus configured URI prefix.


Work Manager


In accordance with an embodiment, the system can include partition-aware work managers. Each work manager can be configured with a relative priority of workload, together with a minimum threads constraint to ensure that a thread is always available for processing work requests to avoid deadlock, and a maximum threads constraint to limit the number of concurrent threads executing requests. A partition-specific work manager can be created for each partition, to ensure that applications within each partition do not exceed their configured fair share of thread resource usage for that partition.


Security Realms


In accordance with an embodiment, each partition can reference a security realm. Realms can also be referenced by multiple partitions. When a request enters the system, the system can determine the appropriate partition from the virtual target, and store the partition ID in the request's execution context. Subsequently, when an authentication or authorization action is required, the system can utilize the partition ID to determine the appropriate realm to use.


JNDI


In accordance with an embodiment, a partition-aware JNDI framework enables applications to bind named objects and retrieve them on a per-partition basis. During startup and deployment time, application server containers can associate each partition-specific application with a corresponding partition ID. The JNDI framework can then utilize that partition ID during a bind or lookup of a named object. Partition-specific objects can be isolated from other partitions, which allows different instances of the same application to register partition-specific objects with the same JNDI name.


Namespace and Scoping


In accordance with an embodiment, the named components of a partition, for example, resource groups, applications can be scoped to a partition. A partition is scoped to a domain. Resource group templates are defined and scoped at the domain and must be unique across the domain. Resources and applications defined in a resource group template are scoped to the resource group template. If a partition refers to more than one resource group template, the names of resources that are defined in the resource group templates being referred need to be unique across them.


Runtime MBeans


In accordance with an embodiment, a ServerRuntimeMBean acts as the root node in the runtime MBean tree. This hierarchy contains all of the runtime MBeans for the application server including clusters, server channels, JTA, and application resources. The system can include a partition-specific branch for each partition to the ServerRuntime MBean, including that the PartitionRuntimeMBean will contain component specific MBeans for application server subsystems including JMS, JDBC, Deployment, WLDF, Coherence, and Connectors. Runtime MBeans for partition-specific resources exist in the partition-specific hierarchy and not in the global hierarchy at the ServerRuntime MBean level, which allows for partition-specific monitoring and statistics.


REST Administration APIs


In accordance with an embodiment, a REST interface can be provided. RESTful resources provide significant benefits in the administration of middleware: The reliance on http/https protocols means that access can be enabled and controlled using standard firewalls and front end host configurations. This is especially important in an MT environment, where a particular partition administrator might be permitted access to only a narrow slice of the ports and channels supported by the application server domain.


Multi-Edit Sessions


In accordance with an embodiment, the system can support multi-edit sessions. A partition administrator can change any of the partition related configuration in a named specific edit session. APIs associated with the ConfigurationManagerMBean allow for start/save/activate of partition-specific edit sessions.


End-to-End Lifecycle Management


In accordance with an embodiment, providers can be used to wire infrastructure components needed to run a particular application, for example Oracle Traffic Director (OTD), database, Coherence, or JMS components. For example, in some embodiments, the partition-specific instances of a particular application can share a same database instance. A resource group template can refer to a domain-level JDBC system resource for the single database instance, and all partitions which reference that resource group template can then use the same database instance. In accordance with an embodiment, the several partition-specific instances of an application can connect to different database instances with common, or compatible schemas. The resource group template can declare a JDBC system resource, leaving some of the configuration to be specified in the respective partition sections of the configuration file (e.g., config.xml). Examples of such partition-level configuration for data sources can include a URL to which to connect, and/or the user credentials for authenticating and authorizing access to the referenced database instance.


In accordance with an embodiment, the data source implementation can create a separate physical connection pool for each partition to an assigned PDB within a container database, which allows the PDBs to appear to the application server as separate databases, and each partition's specific credentials to be used to establish one or more connections for the partition within that partition's pool. Alternatively, the system can support connection-switching across PDBs, in which a separate PDB can be provided for each partition, but the data source implementation shares a single connection pool to the container database which owns the PDBs. When an application submits data requests, it does so in the context of a partition. The system can then use the partition ID to switch a shared connection to the correct partition context, before executing the request on that connection.


The present invention may be conveniently implemented using one or more conventional general purpose or specialized digital computer, computing device, machine, or microprocessor, including one or more processors, memory and/or computer readable storage media programmed according to the teachings of the present disclosure. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art.


In some embodiments, the present invention includes a computer program product which is a non-transitory storage medium or computer readable medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the processes of the present invention. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, microdrive, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, DRAMs, VRAMs, flash memory devices, magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data.


The foregoing description of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to the practitioner skilled in the art. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalents.

Claims
  • 1. A system for supporting multi-tenancy in a cloud or other computing environment, comprising: one or more computers including one or more processors and a cloud computing environment executing thereon, and having a domain configuration that is used at runtime to define a domain for execution of software applications, and a plurality of partitions of the domain, wherein each partition defines configuration data which operates to bind a configuration of resources deployable within the domain to specific values associated with the partition;wherein each partition is associated with one or more virtual targets, wherein an incoming request matching a virtual target is associated with a partition context and partition identifier and directed to applications in that partition;wherein each partition-level resource group within a partition is associated with a virtual target information that defines a target to which that resource group is deployed, wherein each partition is bound to a partition-specific database resource for use by a tenant, including that: a partition table is used to providing a mapping from one or more of a hostname to a partition name;a first partition includes a first partition-level resource group that contains one or more resources or applications for use with the first partition and wherein the first partition-level resource group is bound to a first partition-specific database resource for use by a first tenant and is accessible via a first virtual target; anda second partition includes a second partition-level resource group that contains one or more resources or applications for use with the second partition and wherein the second partition-level resource group is bound to a second partition-specific database resource for use by a second tenant and is accessible via a second virtual target;wherein a resource group contained within a partition can reference a domain-level resource group that provides a collection of resources or applications that are shareable among the plurality of partitions, wherein the configuration data associated with the partition is used to bind the applications or resources shareable among the plurality of partitions and defined at the domain-level with the resource group contained within the partition;wherein the first and second virtual targets associated with the first and second partition-level resource groups are mapped to one or more servers, for use in directing requests to the partitions; andwherein software applications deployed to a particular partition execute at a virtual target and with the resources or applications associated with the particular partition, including wherein upon receipt of a request directed to the particular partition, the system adds the partition identifier to an execution context associated with the received request, and executes the request at the resources or applications contained within the particular partition's resource groups.
  • 2. The system of claim 1, wherein the system enables one or more partitions to be associated with a tenant, and a partition-specific database resource, for use by the tenant.
  • 3. The system of claim 1, wherein the system is provided within a cloud environment that enables one or more partitions to be associated with a tenant for use by the tenant; wherein a partition identifier is associated with a tenant identifier; andwherein a tenant-aware application enables use of the tenant identifier to handle multiple tenants that are using a single instance of the tenant-aware application.
  • 4. The system of claim 1, wherein: a first partition is associated with a first partition identifier, and a first plurality of resources associated with the first partition, and is accessible by a first tenant and clients associated therewith; anda second partition is associated with a second partition identifier, and a second plurality of resources associated with the second partition, and is accessible by a second tenant and clients associated therewith.
  • 5. The system of claim 1, wherein a partition-level resource group can reference a resource group template that binds resources of the resource group template to partition-specific values, including wherein a partition object containing the resource group sets the value of tokens in the resource group template, for use during activating the resource group template for the partition-level resource group.
  • 6. The system of claim 1, wherein a networking layer associates incoming requests with partition identifiers based on a request Uniform Resource Locator (URL), and wherein the networking layer determines a target partition identifier for the received request, and adds the determined target partition identifier to the received request's execution context.
  • 7. A method for supporting multi-tenancy in a cloud computing environment, comprising: providing one or more computers including one or more processors and a cloud computing environment executing thereon, and having a domain configuration that is used at runtime to define a domain for execution of software applications, and a plurality of partitions of the domain, wherein each partition defines configuration data which operates to bind a configuration of resources deployable within the domain to specific values associated with the partition;wherein each partition is associated with one or more virtual targets, wherein an incoming request matching a virtual target is associated with a partition context and partition identifier and directed to applications in that partition;associating each partition-level resource group within a partition with a virtual target information that defines a target to which that resource group is deployed, wherein each partition is bound to a partition-specific database resource for use by a tenant, including that: a partition table is used to providing a mapping from one or more of a hostname to a partition name;a first partition includes a first partition-level resource group that contains one or more resources or applications for use with the first partition and wherein the first partition-level resource group is bound to a first partition-specific database resource for use by a first tenant and is accessible via a first virtual target; anda second partition includes a second partition-level resource group that contains one or more resources or applications for use with the second partition and wherein the second partition-level resource group is bound to a second partition-specific database resource for use by a second tenant and is accessible via a second virtual target;wherein a resource group contained within a partition can reference a domain-level resource group that provides a collection of resources or applications that are shareable among the plurality of partitions, wherein the configuration data associated with the partition is used to bind the applications or resources shareable among the plurality of partitions and defined at the domain-level with the resource group contained within the partition;wherein the first and second virtual targets associated with the first and second partition-level resource groups are mapped to one or more servers, for use in directing requests to the partitions; andwherein software applications deployed to a particular partition execute at a virtual target and with the resources or applications associated with the particular partition, including wherein upon receipt of a request directed to the particular partition, the system adds the partition identifier to an execution context associated with the received request, and executes the request at the resources or applications contained within the particular partition's resource groups.
  • 8. The method of claim 7, wherein the system enables one or more partitions to be associated with a tenant, and a partition-specific database resource, for use by the tenant.
  • 9. The method of claim 7, wherein the system is provided within a cloud environment that enables one or more partitions to be associated with a tenant for use by the tenant; wherein a partition identifier is associated with a tenant identifier; andwherein a tenant-aware application enables use of the tenant identifier to handle multiple tenants that are using a single instance of the tenant-aware application.
  • 10. The method of claim 7, wherein: a first partition is associated with a first partition identifier, and a first plurality of resources associated with the first partition, and is accessible by a first tenant and clients associated therewith; anda second partition is associated with a second partition identifier, and a second plurality of resources associated with the second partition, and is accessible by a second tenant and clients associated therewith.
  • 11. The method of claim 7, wherein a partition-level resource group can reference a resource group template that binds resources of the resource group template to partition-specific values, including wherein a partition object containing the resource group sets the value of tokens in the resource group template, for use during activating the resource group template for the partition-level resource group.
  • 12. The method of claim 7, wherein a networking layer associates incoming requests with partition identifiers based on a request Uniform Resource Locator (URL), and wherein the networking layer determines a target partition identifier for the received request, and adds the determined target partition identifier to the received request's execution context.
  • 13. A non-transitory computer readable storage medium, including instructions stored thereon which when read and executed by one or more computers cause the one or more computers to perform a method comprising: providing one or more computers including one or more processors and a cloud computing environment executing thereon, and having a domain configuration that is used at runtime to define a domain for execution of software applications, and a plurality of partitions of the domain, wherein each partition defines configuration data which operates to bind a configuration of resources deployable within the domain to specific values associated with the partition;wherein each partition is associated with one or more virtual targets, wherein an incoming request matching a virtual target is associated with a partition context and partition identifier and directed to applications in that partition;associating each partition-level resource group within a partition with a virtual target information that defines a target to which that resource group is deployed, wherein each partition is bound to a partition-specific database resource for use by a tenant, including that: a partition table is used to providing a mapping from one or more of a hostname to a partition name;a first partition includes a first partition-level resource group that contains one or more resources or applications for use with the first partition and wherein the first partition-level resource group is bound to a first partition-specific database resource for use by a first tenant and is accessible via a first virtual target; anda second partition includes a second partition-level resource group that contains one or more resources or applications for use with the second partition and wherein the second partition-level resource group is bound to a second partition-specific database resource for use by a second tenant and is accessible via a second virtual target;wherein a resource group contained within a partition can reference a domain-level resource group that provides a collection of resources or applications that are shareable among the plurality of partitions, wherein the configuration data associated with the partition is used to bind the applications or resources shareable among the plurality of partitions and defined at the domain-level with the resource group contained within the partition;wherein the first and second virtual targets associated with the first and second partition-level resource groups are mapped to one or more servers, for use in directing requests to the partitions; andwherein software applications deployed to a particular partition execute at a virtual target and with the resources or applications associated with the particular partition, including wherein upon receipt of a request directed to the particular partition, the system adds the partition identifier to an execution context associated with the received request, and executes the request at the resources or applications contained within the particular partition's resource groups.
  • 14. The non-transitory computer readable storage medium of claim 13, wherein the system enables one or more partitions to be associated with a tenant, and a partition-specific database resource, for use by the tenant.
  • 15. The non-transitory computer readable storage medium of claim 13, wherein the system is provided within a cloud environment that enables one or more partitions to be associated with a tenant for use by the tenant; wherein a partition identifier is associated with a tenant identifier; andwherein a tenant-aware application enables use of the tenant identifier to handle multiple tenants that are using a single instance of the tenant-aware application.
  • 16. The non-transitory computer readable storage medium of claim 13, wherein: a first partition is associated with a first partition identifier, and a first plurality of resources associated with the first partition, and is accessible by a first tenant and clients associated therewith; anda second partition is associated with a second partition identifier, and a second plurality of resources associated with the second partition, and is accessible by a second tenant and clients associated therewith.
  • 17. The non-transitory computer readable storage medium of claim 13, wherein a partition-level resource group can reference a resource group template that binds resources of the resource group template to partition-specific values, including wherein a partition object containing the resource group sets the value of tokens in the resource group template, for use during activating the resource group template for the partition-level resource group.
  • 18. The non-transitory computer readable storage medium of claim 13, wherein a networking layer associates incoming requests with partition identifiers based on a request Uniform Resource Locator (URL), and wherein the networking layer determines a target partition identifier for the received request, and adds the determined target partition identifier to the received request's execution context.
  • 19. The system of claim 1, wherein the system includes one or more container/request handlers for mapping of hosts to partitions wherein each container/request handler operates to establish the partition context associated with a received request and push the partition context onto an invocation context manager for subsequent use.
  • 20. The method of claim 7, further comprising providing one or more container/request handlers for mapping of hosts to partitions wherein each container/request handler operates to establish the partition context associated with a received request and push the partition context onto an invocation context manager for subsequent use.
CLAIM OF PRIORITY AND CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. Patent Application titled “SYSTEM AND METHOD FOR SUPPORTING PARTITIONS IN A MULTITENANT APPLICATION SERVER ENVIRONMENT”, application Ser. No. 14/748,094, filed Jun. 23, 2015; which claims the benefit of priority to U.S. Provisional Application titled “SYSTEM AND METHOD FOR SUPPORTING PARTITIONS IN A MULTITENANT APPLICATION SERVER ENVIRONMENT”, Application No. 62/016,468, filed Jun. 24, 2014; and U.S. Provisional Application titled “SYSTEM AND METHOD FOR SUPPORTING PARTITIONS IN A MULTITENANT APPLICATION SERVER ENVIRONMENT”, Application No. 62/054,900, filed Sep. 24, 2014; and is related to U.S. Patent Application titled “SYSTEM AND METHOD FOR SUPPORTING MULTITENANCY IN AN APPLICATION SERVER, CLOUD, OR OTHER ENVIRONMENT”, application Ser. No. 14/601,883, filed Jan. 21, 2015, now U.S. Pat. No. 9,961,011 issued May 1, 2018; each of which above applications are herein incorporated by reference.

US Referenced Citations (346)
Number Name Date Kind
5848282 Kang Dec 1998 A
5983225 Anfindsen Nov 1999 A
6052695 Abe Apr 2000 A
6260068 Zalewski Jul 2001 B1
6272675 Schrab Aug 2001 B1
6275843 Chorn Aug 2001 B1
6578041 Lomet Jun 2003 B1
6625601 Molloy Sep 2003 B1
6725317 Bouchier Apr 2004 B1
7082432 Bhogi Jul 2006 B2
7228455 Pavlik Jun 2007 B2
7289964 Bowman-Amuah Oct 2007 B1
7290056 McLaughlin Oct 2007 B1
7478099 Gandhi Jan 2009 B1
7519181 Shaheen Apr 2009 B2
7539746 Bankier May 2009 B2
7561520 Holloway Jul 2009 B2
7631107 Pandya Dec 2009 B2
7730091 Buckler Jun 2010 B2
7797306 Pather Sep 2010 B1
7831772 Nalawade Nov 2010 B2
7844851 Cosmadopoulos Nov 2010 B2
7895475 Kulkarni Feb 2011 B2
7941804 Herington May 2011 B1
8060857 Biggerstaff Nov 2011 B2
8078737 Cosmadopoulos Dec 2011 B2
8117153 Cattell Feb 2012 B2
8195613 Vukojevic Jun 2012 B2
8250185 Bauer Aug 2012 B2
8326876 Venkataraman Dec 2012 B1
8392564 Czajkowski Mar 2013 B1
8429630 Nickolov Apr 2013 B2
8472929 Cotevino Jun 2013 B2
8495067 Ripberger Jul 2013 B2
8601473 Aron Dec 2013 B1
8650299 Huang Feb 2014 B1
8688923 Jacobs Apr 2014 B2
8706772 Hartig Apr 2014 B2
8713295 Bax Apr 2014 B2
8743872 Chidambaram Jun 2014 B2
8775626 Teather Jul 2014 B2
8776050 Plouffe Jul 2014 B2
8838534 Fowler Sep 2014 B2
8880638 Jeswani Nov 2014 B2
8892509 Cattell Nov 2014 B2
8914406 Haugsnes Dec 2014 B1
8924346 Colrain Dec 2014 B2
8954588 Bertz Feb 2015 B1
8959185 Nakil Feb 2015 B2
8984170 Colrain Mar 2015 B2
9009116 Cattell Apr 2015 B2
9063763 Astete Jun 2015 B2
9104453 Anand Aug 2015 B2
9146944 Parkinson Sep 2015 B2
9389922 Bauer Jul 2016 B2
9405530 Islam Aug 2016 B2
9420034 Cai Aug 2016 B2
9436626 Marietta Sep 2016 B2
9460169 Hinton Oct 2016 B2
9509553 Levy Nov 2016 B2
9519795 Guarrieri Dec 2016 B2
9524186 Shen Dec 2016 B2
9578009 Hopkins Feb 2017 B2
9600500 Gupta Mar 2017 B1
9621435 Vasudevan Apr 2017 B2
9621668 Kamath Apr 2017 B2
9667430 Connelly May 2017 B2
9697052 Dipol Jul 2017 B2
9747137 Quinn Aug 2017 B2
9774401 Borrill Sep 2017 B1
9792099 Zhang Oct 2017 B2
9799017 Vermeulen Oct 2017 B1
9807119 Watson Oct 2017 B2
9811386 Nanjundaswamy Nov 2017 B2
9819609 Nanjundaswamy Nov 2017 B2
9843629 Abdelaziz Dec 2017 B2
9906601 Zhang Feb 2018 B2
9922045 Yan Mar 2018 B2
9930129 Felts Mar 2018 B2
9959421 Inamdar May 2018 B2
9961011 Mordani May 2018 B2
9967324 Somogyi May 2018 B2
9971671 Inamdar May 2018 B2
9973511 Ott May 2018 B2
9977681 Patel May 2018 B2
10007691 Gleeson Jun 2018 B2
10009225 Mares Jun 2018 B2
10009425 Shavell Jun 2018 B1
10015242 Konkus Jul 2018 B2
10027550 Lam Jul 2018 B2
10027595 Lai Jul 2018 B2
10038645 Patel Jul 2018 B2
10050903 Sahoo Aug 2018 B2
10051043 Kasso Aug 2018 B2
10084723 Mordani Sep 2018 B2
10084843 Liu Sep 2018 B2
10091135 Sahoo Oct 2018 B2
10097589 Hopkins Oct 2018 B2
10103946 Xiao Oct 2018 B2
10104011 Sahoo Oct 2018 B2
10114678 Sabin Oct 2018 B2
10122596 Mordani Nov 2018 B2
10178184 Dorr Jan 2019 B2
10187454 Sengodan Jan 2019 B2
10193754 Lu Jan 2019 B2
10216758 Gummaraju Feb 2019 B2
10225209 Inamdar Mar 2019 B2
10250512 Sidde Apr 2019 B2
10284486 Thyagarajan May 2019 B2
10310841 Mutreja Jun 2019 B2
10318280 Islam Jun 2019 B2
10339127 Colrain Jul 2019 B2
10348565 Kannan Jul 2019 B2
10348822 Phan Jul 2019 B2
10356161 Bajaj Jul 2019 B2
10382537 Mordani Aug 2019 B2
10439953 Patel Oct 2019 B2
10452387 Lindholm Oct 2019 B2
10462068 Mordani Oct 2019 B2
10467061 Quinn Nov 2019 B2
10469401 Mordani Nov 2019 B2
10474998 Xiao Nov 2019 B2
10476938 Barnes Nov 2019 B2
10523709 Bower Dec 2019 B2
10587580 Subbarayan Mar 2020 B2
10594619 Kasso Mar 2020 B2
10635491 Islam Apr 2020 B2
10642800 Gummaraju May 2020 B2
10715472 Gambino Jul 2020 B2
10742568 Mordani Aug 2020 B2
10805350 Koul Oct 2020 B2
10860384 Wang Dec 2020 B2
10868721 Schneider Dec 2020 B2
10873627 Gleyzer Dec 2020 B2
11057272 Parkinson Jul 2021 B2
11070559 Xiao Jul 2021 B2
11075799 Nelson Jul 2021 B2
11138017 Dipol Oct 2021 B2
11188427 Parkinson Nov 2021 B2
11237814 Lindholm Feb 2022 B2
11477278 Mordani Oct 2022 B2
11544149 Srinivasan Jan 2023 B2
20020083078 Pardon Jun 2002 A1
20020087366 Collier Jul 2002 A1
20020188538 Robertson Dec 2002 A1
20030046342 Felt Mar 2003 A1
20030084056 DeAnna May 2003 A1
20030105768 Berkowitz Jun 2003 A1
20040015600 Tiwary Jan 2004 A1
20040068501 McGoveran Apr 2004 A1
20040216109 Bhogi Oct 2004 A1
20040220933 Walker Nov 2004 A1
20040225915 Johnson Nov 2004 A1
20040255298 Dorrance Dec 2004 A1
20050015353 Kumar Jan 2005 A1
20050125445 Cotner Jun 2005 A1
20050187891 Johnson Aug 2005 A1
20050216421 Barry Sep 2005 A1
20050262077 Barnes Nov 2005 A1
20050271051 Holloway Dec 2005 A1
20060036747 Galvin Feb 2006 A1
20060075277 Johnson Apr 2006 A1
20060111880 Brown May 2006 A1
20060174224 Parkinson Aug 2006 A1
20060179125 Pavlik Aug 2006 A1
20060190243 Barkai Aug 2006 A1
20060190504 Pruet Aug 2006 A1
20070028208 Maki Feb 2007 A1
20070028244 Landis Feb 2007 A1
20070043784 Parkinson Feb 2007 A1
20070061441 Landis Mar 2007 A1
20070067266 Lomet Mar 2007 A1
20070067366 Landis Mar 2007 A1
20070143261 Uppala Jun 2007 A1
20070143339 Springett Jun 2007 A1
20070198681 Bakke Aug 2007 A1
20070220302 Cline Sep 2007 A1
20070226218 Chatterjee Sep 2007 A1
20070261054 Chesebro Nov 2007 A1
20080010287 Hinton Jan 2008 A1
20080134219 Dorrance Jun 2008 A1
20080189679 Rodriguez Aug 2008 A1
20080196029 Doty Aug 2008 A1
20080235295 Parkinson Sep 2008 A1
20080250074 Parkinson Oct 2008 A1
20090007097 Hinton Jan 2009 A1
20090037452 Baitalmal Feb 2009 A1
20090037492 Baitalmal Feb 2009 A1
20090077135 Yalamanchi Mar 2009 A1
20090094252 Wong Apr 2009 A1
20090118839 Accapadi May 2009 A1
20090182787 Parkinson Jul 2009 A1
20090222823 Parkinson Sep 2009 A1
20090275314 Cotevino Nov 2009 A1
20090276771 Nickolov Nov 2009 A1
20090300023 Vaghani Dec 2009 A1
20100030995 Wang Feb 2010 A1
20100080241 Cosmadopoulos Apr 2010 A1
20100106842 Cosmadopoulos Apr 2010 A1
20100169289 Newport Jul 2010 A1
20100299664 Taylor Nov 2010 A1
20110035356 Vukojevic Feb 2011 A1
20110041006 Fowler Feb 2011 A1
20110093435 Zha Apr 2011 A1
20110093469 B'Far Apr 2011 A1
20110145204 Maple Jun 2011 A1
20110213870 Cai Sep 2011 A1
20110238630 Nishigaki Sep 2011 A1
20110238795 Bauer Sep 2011 A1
20110271005 Bharrat Nov 2011 A1
20110276579 Colrain Nov 2011 A1
20110307450 Hahn Dec 2011 A1
20120047126 Branscome Feb 2012 A1
20120072597 Teather Mar 2012 A1
20120110566 Park May 2012 A1
20120173581 Hartig Jul 2012 A1
20120173589 Kwon Jul 2012 A1
20120179646 Hinton Jul 2012 A1
20120296883 Ganesh Nov 2012 A1
20130024863 Parkinson Jan 2013 A1
20130066837 Colrain Mar 2013 A1
20130066948 Colrain Mar 2013 A1
20130066949 Colrain Mar 2013 A1
20130066952 Colrain Mar 2013 A1
20130085996 Tian Apr 2013 A1
20130103654 Mclachlan Apr 2013 A1
20130132458 Little May 2013 A1
20130204917 Wang Aug 2013 A1
20130246368 Parkinson Sep 2013 A1
20130246379 Shen Sep 2013 A1
20130246845 Parkinson Sep 2013 A1
20130290524 Liu Oct 2013 A1
20130290960 Astete Oct 2013 A1
20130304714 Lee Nov 2013 A1
20130332577 Nakil Dec 2013 A1
20130339470 Jeswani Dec 2013 A1
20130346380 Dong Dec 2013 A1
20130346967 Anand Dec 2013 A1
20140032228 Johri Jan 2014 A1
20140047150 Marietta Feb 2014 A1
20140047439 Levy Feb 2014 A1
20140075019 Mordani Mar 2014 A1
20140075032 Vasudevan Mar 2014 A1
20140075565 Srinivasan Mar 2014 A1
20140149483 Mitchell May 2014 A1
20140157276 Smithson Jun 2014 A1
20140250436 Tang Sep 2014 A1
20140279899 Gu Sep 2014 A1
20140304299 Yan Oct 2014 A1
20140330767 Fowler Nov 2014 A1
20140344782 Hill Nov 2014 A1
20140358972 Guarrieri Dec 2014 A1
20140373007 Donnellan Dec 2014 A1
20150089068 Islam Mar 2015 A1
20150089274 Mares Mar 2015 A1
20150120791 Gummaraju Apr 2015 A1
20150121371 Gummaraju Apr 2015 A1
20150207758 Mordani Jul 2015 A1
20150212850 Little Jul 2015 A1
20150234682 Dageville Aug 2015 A1
20150235014 Evans Aug 2015 A1
20150277974 Beale Oct 2015 A1
20150281336 Beale Oct 2015 A1
20150309889 Campbell Oct 2015 A1
20150319265 DeRoo Nov 2015 A1
20150370549 Zhang Dec 2015 A1
20150372883 Lam Dec 2015 A1
20150372887 Inamdar Dec 2015 A1
20150372936 Kasso Dec 2015 A1
20150372937 Lai Dec 2015 A1
20150372938 Patel Dec 2015 A1
20150372941 Patel Dec 2015 A1
20150373004 Hopkins Dec 2015 A1
20150373097 Konkus Dec 2015 A1
20150373098 Mordani Dec 2015 A1
20150373099 Dipol Dec 2015 A1
20150373117 Gleyzer Dec 2015 A1
20160013983 Lu Jan 2016 A1
20160014038 Thyagarajan Jan 2016 A1
20160014191 Liu Jan 2016 A1
20160014212 Zhang Jan 2016 A1
20160020949 Mares Jan 2016 A1
20160070589 Vermeulen Mar 2016 A1
20160085543 Islam Mar 2016 A1
20160085772 Vermeulen Mar 2016 A1
20160086260 Vermeulen Mar 2016 A1
20160088108 Felts Mar 2016 A1
20160092319 Parkinson Mar 2016 A1
20160092342 Inamdar Mar 2016 A1
20160094403 Somogyi Mar 2016 A1
20160094404 Kasso Mar 2016 A1
20160094405 Barnes Mar 2016 A1
20160094406 Phan Mar 2016 A1
20160094407 Parkinson Mar 2016 A1
20160094408 Segu Mar 2016 A1
20160094473 Mordani Mar 2016 A1
20160094474 Sahoo Mar 2016 A1
20160094478 Quinn Mar 2016 A1
20160094484 Mordani Mar 2016 A1
20160094486 Sahoo Mar 2016 A1
20160094498 Xiao Mar 2016 A1
20160094510 Xiao Mar 2016 A1
20160094582 Watson Mar 2016 A1
20160094583 Bower Mar 2016 A1
20160094624 Mordani Mar 2016 A1
20160094625 Sengodan Mar 2016 A1
20160094626 Bajaj Mar 2016 A1
20160094627 Subramanyam Mar 2016 A1
20160094635 Kannan Mar 2016 A1
20160094647 Mordani Mar 2016 A1
20160099948 Ott Apr 2016 A1
20160142506 Sahoo May 2016 A1
20160210322 Little Jul 2016 A1
20160231998 Islam Aug 2016 A1
20160314162 Tarta Oct 2016 A1
20160328268 Islam Nov 2016 A1
20160371356 Lee Dec 2016 A1
20170017494 Patel Jan 2017 A1
20170019467 Inamdar Jan 2017 A1
20170019485 Dorr Jan 2017 A1
20170034071 Sidde Feb 2017 A1
20170091231 DiFranco Mar 2017 A1
20170116041 Nanjundaswamy Apr 2017 A1
20170118137 Nanjundaswamy Apr 2017 A1
20170126742 Hopkins May 2017 A1
20170177697 Lee Jun 2017 A1
20170177698 Lee Jun 2017 A1
20170192772 Islam Jul 2017 A1
20170220621 Colrain Aug 2017 A1
20170221140 Melamed Aug 2017 A1
20180041382 Bhan Feb 2018 A1
20180081673 Mutreja Mar 2018 A1
20180081676 Lindholm Mar 2018 A1
20180081694 Dipol Mar 2018 A1
20180115523 Subbarayan Apr 2018 A1
20180227242 Mordani Aug 2018 A1
20190056926 Lindholm Feb 2019 A1
20190058632 Schneider Feb 2019 A1
20190068440 Nelson Feb 2019 A1
20190068536 Gambino Feb 2019 A1
20190068606 Xiao Feb 2019 A1
20190253457 Koul Aug 2019 A1
20200213115 Mathane Jul 2020 A1
20210208971 Srinivasan Jul 2021 A1
20220058095 Parkinson Feb 2022 A1
20230023262 Islam Jan 2023 A1
Foreign Referenced Citations (24)
Number Date Country
101639835 Feb 2010 CN
102170457 Aug 2011 CN
102236762 Nov 2011 CN
102333115 Jan 2012 CN
102460393 May 2012 CN
102571821 Jul 2012 CN
102571916 Jul 2012 CN
102609271 Jul 2012 CN
102932404 Feb 2013 CN
102932405 Feb 2013 CN
103229450 Jul 2013 CN
103455512 Dec 2013 CN
103514245 Jan 2014 CN
103516777 Jan 2014 CN
103718533 Apr 2014 CN
103733194 Apr 2014 CN
103858118 Jun 2014 CN
104050201 Sep 2014 CN
104104513 Oct 2014 CN
104598249 May 2015 CN
2004503011 Jan 2004 JP
2005209029 Aug 2005 JP
2011232840 Nov 2011 JP
2014039866 Mar 2014 WO
Non-Patent Literature Citations (12)
Entry
Kang, Junbin et al., “MultiLanes: Providing Virtualized Storage for OS-level Virtualization on Many Cores”, 12th USENIX Conference on File and Storage Technologies (FAST '14), Feb. 17-20, 2014, Santa Clara, CA, ISBN 978-1-931971-08-9, 14 pages.
Sadamori et al., “Linux operates on IBM mainframe zSeries: Overview of mainframe Linux Part 4 Realization of allocating CPU and memory flexibly by LPAR”, Monthly Linux Magazine, Aug. 1, 2014, vol. 6, No. 8, pp. 94-99, 8 pages.
Jia, Changyun et al., “Research on Multi-tenant PaaS Cloud Security on Java Platform”, 2013 International Conference on Information Science and Cloud Computing Companion, pp. 260-266, 7 pages.
Kuhn, Darl, “Pro Oracle Database 12c Administration; Chapter 23: Pluggable Databases”, Jul. 3, 2013, © 2013 Apress, pp. 667-697, 30 pages.
Wikipedia, “Application server”, retrieved Mar. 5, 2021 from: <https://en.wikipedia.org/w/index.php?title=Application_server&oldid=584863280> 4 pages.
The Korean Intellectual Property Office, Notice of Office Action dated Mar. 16, 2023 for Korean Patent Application No. 10-2017-7037057 , 6 pages.
United States Patent and Trademark Office, Office Communication dated Feb. 10, 2023 for U.S. Appl. No. 17/519,407 , 51 pages.
United States Patent and Trademark Office, Office Communication dated Feb. 8, 2023 for U.S. Appl. No. 17/947,880 , 33 pages.
United States Patent and Trademark Office, Notice of Allowance and Fee(s) Due dated Feb. 2, 2023 for U.S. Appl. No. 17/732,297 , 18 pages.
European Patent Office, Summons to oral proceedings pursuant to Rule 115(1) EPC dated Jul. 12, 2023 for European Patent Application No. 15736357.3 , 24 pages.
United States Patent and Trademark Office, Notice of Allowance and Fee(s) Due dated Jan. 19, 2024 for U.S. Appl. No. 17/519,407 , 33 pages.
European Patent Office, Boards of Appeal, Datasheet for the decision of Sep. 26, 2023 for European Patent Application No. 15736357.3 , 23 pages.
Related Publications (1)
Number Date Country
20230032267 A1 Feb 2023 US
Provisional Applications (2)
Number Date Country
62054900 Sep 2014 US
62016468 Jun 2014 US
Continuations (1)
Number Date Country
Parent 14748094 Jun 2015 US
Child 17967683 US