Skip to content

Commit

Permalink
Drop "offload" scenarios (resolve clusterbench#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Sep 12, 2024
1 parent 0d66e6b commit f69f708
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 1,211 deletions.
41 changes: 2 additions & 39 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -253,51 +253,14 @@ mvn install -P singleton-deployment-jboss-all -DskipTests

NOTE: this version uses descriptor `jboss-all.xml` to achieve singleton-deployment functionality

=== webapp-offload

Uses `distributable-web.xml` inside WAR files, to define the WAR's profile to be used (EAP7-1072).

----
mvn clean install -P webapp-offload -DskipTests
----

=== webapp-offload-ref

The `distributable-web.xml` inside WAR files, references existing "sm_offload" and "sm_offload_granular" profiles on the server;
Those profiles must be created on the server e.g. with some cli script (EAP7-1072).

----
mvn clean install -P webapp-offload-ref -DskipTests
----

=== resources-offload

Uses `jboss-all.xml` inside WAR files, to define the WAR's profile to be used (EAP7-1072).

----
mvn clean install -P resources-offload -DskipTests
----

=== resources-offload-ref

The `jboss-all.xml` inside WAR files, references existing "sm_offload" and "sm_offload_granular" profiles on the server;
Those profiles must be created on the server e.g. with some cli script (EAP7-1072).

----
mvn clean install -P resources-offload-ref -DskipTests
----

=== short-names

Used in order to shorten name of bundled JARs and WARs within the final EAR file.
Usually used in database tests to produce database tables with short names.
Can be used in conjunction with any of the above `webapp-offload`, `webapp-offload-ref`, `resources-offload`, `resources-offload-ref` profiles.

[source,shell]
----
mvn clean install -P webapp-offload,short-names -DskipTests
mvn clean install -P webapp-offload-ref,short-names -DskipTests
mvn clean install -P resources-offload,short-names -DskipTests
mvn clean install -P resources-offload-ref,short-names -DskipTests
mvn clean install -P short-names -DskipTests
----

=== sso-form
Expand Down
408 changes: 0 additions & 408 deletions clusterbench-ee10-web/pom.xml

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions clusterbench-ee10-web/src/main/webapp-offload-granular/error.jsp

This file was deleted.

Binary file not shown.
29 changes: 0 additions & 29 deletions clusterbench-ee10-web/src/main/webapp-offload-granular/index.html

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f69f708

Please sign in to comment.