rboss 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +24 -2
- data/bin/jboss-profile +1 -1
- data/lib/rboss/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -248,6 +248,28 @@ Use an array with the services to remove, the current supported are:
|
|
248
248
|
|
249
249
|
Any slimmed service will be removed logically by using a ".rej" suffix in the files/directories.
|
250
250
|
|
251
|
-
### Configuring jbossweb
|
252
|
-
|
253
251
|
### Configuring connectors
|
252
|
+
|
253
|
+
Tools
|
254
|
+
-----------
|
255
|
+
|
256
|
+
### Command Line Slimming
|
257
|
+
|
258
|
+
You can do a slimming using only the command line, just put your terminal in the profile dir
|
259
|
+
and do the following:
|
260
|
+
|
261
|
+
jboss-profile --this --slimming services-here
|
262
|
+
|
263
|
+
This will slim the defined services. Use --verbose to see the changed files.
|
264
|
+
|
265
|
+
To restore slimmed services, use --restore.
|
266
|
+
|
267
|
+
jboss-profile --this --restore services-here
|
268
|
+
|
269
|
+
### Password Encryption
|
270
|
+
|
271
|
+
You can use the SecureIdentityLoginModule to encrypt a password for use with a login module
|
272
|
+
to secure a datasource password.
|
273
|
+
|
274
|
+
jboss-profile --encrypt your-password-here
|
275
|
+
|
data/bin/jboss-profile
CHANGED
data/lib/rboss/version.rb
CHANGED