Skip to content

Instantly share code, notes, and snippets.

@K0NRAD
Created March 24, 2014 20:45
Show Gist options
  • Save K0NRAD/9748788 to your computer and use it in GitHub Desktop.
Save K0NRAD/9748788 to your computer and use it in GitHub Desktop.
Create password for WildFly security domain
@echo off
set classpath=modules\system\layers\base\org\picketbox\main\picketbox-4.0.20.Final.jar
set mainclass=org.picketbox.datasource.security.SecureIdentityLoginModule
java -classpath %classpath% %mainclass% %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment