Skip to content

Commit cdbc278

Browse files
committed
Fix typos within the text in readme file (http-custom-mechanism)
1 parent 8b4fd59 commit cdbc278

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

http-custom-mechanism/README-source.adoc

+12-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ __{jbossHomeName}__/bin/jboss-cli.sh --connect --file=add-custom-module.cli
105105

106106
NOTE: For Windows, use the `__{jbossHomeName}__\bin\jboss-cli.bat` script.
107107

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.
109109

110110
You can verify the module structure in your file manager.
111111

@@ -223,7 +223,7 @@ include::../shared-doc/run-integration-tests-with-server-distribution.adoc[level
223223
include::../shared-doc/undeploy-the-quickstart.adoc[leveloffset=+2]
224224
// Restore the {productName} Standalone Server Configuration Manually
225225
:restoreScriptName: restore-configuration.cli
226-
include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2]
226+
include::../shared-doc/restore-standalone-server-configuration.adoc[leveloffset=+2]
227227

228228
// Additional information about this script
229229
This script reverts the changes made to the `undertow` and `elytron` subsystems. You should see the following result when you run the script.
@@ -233,9 +233,18 @@ This script reverts the changes made to the `undertow` and `elytron` subsystems
233233
The batch executed successfully
234234
process-state: reload-required
235235
----
236+
// removing the custom module
237+
And finally, to remove the custom module, run the following command, replacing `__{jbossHomeName}__` with the path to your server.
238+
[source,subs="+quotes,attributes+",options="nowrap"]
239+
----
240+
$ __{jbossHomeName}__/bin/jboss-cli.sh --connect --file=remove-custom-module.cli
241+
----
242+
243+
NOTE: For Windows, use the `__{jbossHomeName}__\bin\jboss-cli.bat` script.
244+
236245

237246
// Restore the {productName} Standalone Server Configuration Manually
238-
include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+2]
247+
include::../shared-doc/restore-standalone-server-configuration-manual.adoc[leveloffset=+3]
239248

240249
// Build and run sections for other environments/builds
241250
include::../shared-doc/build-and-run-the-quickstart-with-provisioned-server.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)