Skip to content

Commit 2e861ec

Browse files
authored
Merge pull request #252 from oracle-devrel/weblogic-questionnaire
WL WRK questionnaire and directories reorganization
2 parents b35d56f + cccdc97 commit 2e861ec

File tree

15 files changed

+111
-0
lines changed

15 files changed

+111
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# WebLogic Resources
2+
3+
In this folder, we are making available several useful resources that can be used when deploying, using or configuring WebLogic. Here, we focus on _custom applications_ in the sense that we are not considering WebLogic in the context of _Oracle Fusion Middleware_ applications. In the latter case, the WebLogic deployment must follow
4+
specific rules and best practices as described in detail in the dedicated documentation.
5+
6+
## Content Folders
7+
8+
Currently, we have the following content:
9+
10+
### WebLogic Discovery
11+
12+
Content material to be used for WebLogic workloads discovery (see [README](weblogic-discovery/README.md)).
13+
14+
### WebLogic on VM
15+
16+
Content material regarding the WebLogic deployment in OCI VMs (see [README](weblogic-on-vm/README.md))
17+
18+
19+
### WebLogic for OKE
20+
21+
Content material regarding the WebLogic deployment as containerized application leveraging OCI _Oracle Engine for Kubernetes_ (OKE) (see [README](weblogic-for-oke/README.md)).
22+
23+
24+
### WebLogic Deployment Utilities
25+
26+
Various deployment utilities and scripts for WebLogic (see [README](weblogic-deployment-utility/README.md)).

cloud-architecture/custom-apps-and-consolidation/weblogic-deployment-utility/README.md renamed to cloud-architecture/custom-apps-and-consolidation/weblogic/weblogic-deployment-utility/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Navigate to **Resource Manager - Stack** -> **Job** -> **Apply**
5353
- https://docs.oracle.com/en/cloud/paas/weblogic-cloud/scripts/terraform-scripts.html.
5454
- https://docs.oracle.com/en/cloud/paas/weblogic-cloud/scripts/download-terraform-configuration-file.html.
5555

56+
## License
5657

58+
Copyright (c) 2023 Oracle and/or its affiliates.
5759

60+
Licensed under the Universal Permissive License (UPL), Version 1.0.
5861

62+
See [LICENSE](LICENSE) for more details.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# WebLogic Discovery
2+
3+
The content of this folder is about WebLogic's workloads _discovery_. The term _discovery_ can include different tasks and activities
4+
depending on the context and the goals of the engagement.
5+
6+
## Possible Discovery Contexts
7+
8+
### Lift & Shift to OCI
9+
10+
If we are talking about a _Lift & Shift_ (L&S) project from on-premises to OCI, normally we consider the following activities:
11+
12+
1. Collect information to define the _Current State Architecture_.
13+
2. Assess the workloads' functional requirements.
14+
3. Assess the migration requirements.
15+
4. Assess the required capacity and evaluate the target sizing.
16+
5. Define the migration approach.
17+
6. Define a detailed migration plan.
18+
19+
20+
### WebLogic Modernization
21+
22+
In this case, one of the goals of the project is to modernize the application framework and in particular WebLogic. Most of the previous tasks
23+
will remain the same, but, now we have also:
24+
25+
1. Define the possible modernization paths and their requirements.
26+
2. Define a detailed modernization proposal.
27+
3. Define a _Future State Architecture_.
28+
4. Define a deployment and adoption plan (possibly a _phased_ one).
29+
30+
31+
## Content List
32+
33+
Following is the content currently available:
34+
35+
### WebLogic Discovery Questionnaire
36+
37+
A simple, reusable Excel spreadsheet questionnaire to use as a guideline to do a proper WebLogic workload discovery.
38+
39+
40+
## License
41+
42+
Copyright (c) 2023 Oracle and/or its affiliates.
43+
44+
Licensed under the Universal Permissive License (UPL), Version 1.0.
45+
46+
See [LICENSE](LICENSE) for more details.

0 commit comments

Comments
 (0)