Skip to content

Commit

Permalink
6852-draft doc for loose applications-comm-inc-3
Browse files Browse the repository at this point in the history
6852-draft doc for loose applications-comm-inc-3

#6852
  • Loading branch information
ramkumar-k-9286 committed Aug 2, 2024
1 parent b633094 commit 6f0188c
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions modules/ROOT/pages/loose-applications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,39 +64,36 @@ NOTE: The application name is taken from the application location. For example,

- Configured Application:

* Application configuration:
[source,xml]
----
<application location="myApp.war"/>
----

* Actual application location:

[source,bash]
----
<application location="myApp.war"/>
----

* Application name: `myApp` or possibly `myApp.war`
* Application configuration:
+
[source,xml]
----
<application location="myApp.war"/>
----
+
* Actual application location:
+
[source,bash]
----
<application location="myApp.war"/>
----
+
* Application name: `myApp` or possibly `myApp.war`

- Dropins Application:

* Application configuration:

[source,css]
----
** NONE **
----

* Actual application location:

[source,bash]
----
dropins/myApp.war.xml
----
* Application configuration:
+
NONE
+
* Actual application location:
+
[source,bash]
----
dropins/myApp.war.xml
----

* Application name: `myApp` or possibly `myApp.war`
* Application name: `myApp` or possibly `myApp.war`

=== Archives

Expand Down Expand Up @@ -210,7 +207,7 @@ In each case, the open Liberty server sees the resource by the name and path dec

=== Mapping files or directories to the root of the archive

You can also map file or directory elements to the root location, `/``, of the enclosing archive.
You can also map file or directory elements to the root location, `/`, of the enclosing archive.

For example, to use the contents of a folder as the contents of the virtual archive:

Expand Down

0 comments on commit 6f0188c

Please sign in to comment.