Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Script disabling the POJO subsystem on WildFly.
  2. # Run with: $WILDFLY_HOME/bin/jboss-cli.sh --file=disable-pojo.cli
  3.  
  4. connect
  5.  
  6. batch
  7. /subsystem=pojo:remove
  8. /extension=org.jboss.as.pojo:remove
  9. run-batch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement