Skip to content

Instantly share code, notes, and snippets.

@joelso
Created September 16, 2011 07:57
Show Gist options
  • Save joelso/1221490 to your computer and use it in GitHub Desktop.
Save joelso/1221490 to your computer and use it in GitHub Desktop.
export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n"
mvn clean -Djava.net.preferIPv4Stack=true jetty:run -Pdev,hsqldb,db-create,sv
@joelso
Copy link
Author

joelso commented Sep 16, 2011

Don't think "-Djava.net.preferIPv4Stack=true" is needed, not sure where it came from :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment