Skip to content

Instantly share code, notes, and snippets.

@agritsik
Created April 20, 2016 19:20
  • Select an option

Select an option

Clear glassfish cache
#!/usr/bin/env bash
rm -rf $GLASSFISH_HOME/glassfish/domains/domain1/generated/*
rm -rf $GLASSFISH_HOME/glassfish/domains/domain1/osgi-cache/*
rm -rf $GLASSFISH_HOME/glassfish/domains/domain1/applications/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment