You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: For Windows, use the `__{jbossHomeName}__\bin\jboss-cli.bat` script.
107
107
108
-
This creates the custom `__{jbossHomeName}__/modules/modules/org/jboss/as/quickstart/http_custom_mechanism/main` folder, then copies in the `custom-module/target/custom-module.jar` file and creates the required `module.xml` file.
108
+
This creates the custom `__{jbossHomeName}__/modules/org/jboss/as/quickstart/http_custom_mechanism/main` folder, then copies in the `custom-module/target/custom-module.jar` file and creates the required `module.xml` file.
109
109
110
110
You can verify the module structure in your file manager.
NOTE: For Windows, use the `__{jbossHomeName}__\bin\jboss-cli.bat` script.
637
637
638
-
This creates the custom `__{jbossHomeName}__/modules/modules/org/jboss/as/quickstart/http_custom_mechanism/main` folder, then copies in the `custom-module/target/custom-module.jar` file and creates the required `module.xml` file.
638
+
This creates the custom `__{jbossHomeName}__/modules/org/jboss/as/quickstart/http_custom_mechanism/main` folder, then copies in the `custom-module/target/custom-module.jar` file and creates the required `module.xml` file.
639
639
640
640
You can verify the module structure in your file manager.
641
641
@@ -872,97 +872,22 @@ When you have completed testing the quickstart, you can restore the original ser
872
872
:leveloffset!:
873
873
874
874
// Additional information about this script
875
-
This script reverts the changes made to the `undertow` and `elytron` subsystems. You should see the following result when you run the script.
875
+
Or you can execute the scripts provided in the root directory of this quickstart `restore-configuration.cli` to restore the original server configuration and `remove-custom-module.cli` to remove the custom module.
These scripts revert the changes made to the `undertow` and `elytron` subsystems. You should see the following result when you run the `restore-configuration.cli` script.
876
882
877
883
[source,options="nowrap"]
878
884
----
879
885
The batch executed successfully
880
886
process-state: reload-required
881
887
----
882
888
883
-
// Restore the {productName} Standalone Server Configuration Manually
When you have completed testing the quickstart, you can restore the original server configuration by manually restoring the backup copy the configuration file.
957
-
958
-
. If it is running, stop the {productName} server.
959
-
. Replace the `__{jbossHomeName}__/{configFileName}` file with the backup copy of the file.
960
-
961
-
:leveloffset!:
962
-
963
-
// Build and run sections for other environments/builds
0 commit comments